adafruit / tinyuf2

UF2 bootloader based on TinyUSB for embedded devices such as ESP32S2, STM32F4 and iMX RT10xx
MIT License
310 stars 170 forks source link

Allow board.h to configure BOARD_FLASH_APP_START #298

Closed ccrome closed 1 year ago

ccrome commented 1 year ago

Checklist

Description of Change

For the i.MX RT boards, the current BOARD_FLASH_APP_START is fixed at flash_base + 0xC000. However it is sometimes useful to put the application in a different memory location. This patch allows the board.h to configure the app start address.