forked from stm32duino/Arduino_Core_STM32
- Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Description
CI tests fail for a few cases on arduino-lmic. Upon investigation, this is due to mcci-catena/bootloader#1 -- the bootloader image tool was limited to 4 sections, and sometimes gcc emits 5. The limitation is removed by the fix, so we need to push out a release with updated tools (for Windows, Linux, and macOS).