Firmware for the Addon Addon, an addon for the official DC31 badge that hosts GAT or v1.69bis-compliant addons.
Go to file
true a47cfa7fa5 Initial bootloader implementation
Took a publicly available XMODEM bootloader and made it work on HK32F.

Known issues:
- Erase is super slow on this MCU. The upload routine erases all flash before loading, which means the first packet seems to hang. This also erases possibly persistent data stored in unused pages on flash.
2023-06-25 01:41:36 -07:00
bootloader_hk32f030m_uart_xmodem Initial bootloader implementation 2023-06-25 01:41:36 -07:00
.gitattributes Initial commit 2023-06-25 01:21:36 -07:00
.gitignore Initial bootloader implementation 2023-06-25 01:41:36 -07:00