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

STM32F3: Implement self-update #288

Closed zvecr closed 1 year ago

zvecr commented 1 year ago

Description of Change

Mostly alignment to STM32F4's self-update implementation.

The bulk of the changes align board_self_update and flash_write, as well as duplicating all the ancillary files.

zvecr commented 1 year ago

LGTM, not found any additional issues with my testing.

hathach commented 1 year ago

LGTM, not found any additional issues with my testing.

thank you for testing, merged !!!