adafruit / tinyuf2

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

Fix combined bin generation for S3 #184

Closed hathach closed 2 years ago

hathach commented 2 years ago

combined.bin for S3 has different bootloader.bin offset (0x0 vs 0x1000 in S2). This PR fixes combined.bin generation for S3.

@ladyada