oresat / oresat-firmware

OreSat firmware based on ChibiOS for M0 and M4 microcontrollers
GNU General Public License v3.0
36 stars 13 forks source link

Make and merge F0 bootloader when building bootloader enabled F0 application #46

Closed heliochronix closed 3 months ago

heliochronix commented 3 years ago

When an F0 application has the bootloader enabled, build the bootloader code using the parent applications configurations and write it in addition to the application code.

ThirteenFish commented 3 months ago

This has been implemented, with the latest significant commit being ccb5b04b. Relevant F0 projects automatically pull in the bootloader during build using the f0_pack_image.py script.