adafruit / tinyuf2

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

Align stm32f3 port with stm32f4 #275

Closed zvecr closed 1 year ago

zvecr commented 1 year ago

Description of Change

While implementing self update and write protection for stm32f3, I figured it was worth a separate PR for the general tidy up. This should help make later PRs easier to digest, and shouldn't dramatically change the build output in the short term.