Skip to content

dapboot-v1.11

Compare
Choose a tag to compare
@devanlai devanlai released this 04 May 02:16
· 62 commits to master since this release

Official release of dapboot 1.11 with high-memory variant from the old highboot branch.

Changes:

  • Add a configurable delay before sampling the force bootloader button input to allow time for active high pullups to work when the reset is applied by power cycling the board. (#14)
  • Allow further build-time configuration without requiring source modifications. (#19)
  • Allow for a WinUSB vendor code other than 0x21 (!). (#7)
  • Only build the libopencm3 libraries for supported targets. (#20)
  • On bluepill targets, configure BOOT1 as a force bootloader button. (#21)
  • Optimize size by enabling LTO and using newlib-nano. (#22, #24)
  • Add variant targets for high-memory versions of the bootloader. (#24)

Thanks to @0x3333, @karel-3d, @KoviRobi, and @dmsc for contributing to this release.