dapboot-v1.10
Official release of dapboot 1.10
Changes:
- Fixed issue #1, where the bootloader could write past the end of flash and potentially brick itself
- Added configuration option
USE_HSI
for boards with no external crystal. - Added DFU upload capability back into all builds
- DFU upload now allows readback of the full 120KiB of flash if configured.
- Fixed button pullup initialization
- Added
target_pre_main()
hook to initialize settings for the application if needed. - Updated Makefile rules to automatically clone and build the libopencm3 submodule if needed