summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/bootloaders
Commit message (Collapse)AuthorAgeFilesLines
* Make bootloader_jump for dualbank STM32 respect ↵Thomas Preisner2022-05-301-2/+2
| | | | STM32_BOOTLOADER_DUAL_BANK_DELAY (#17178)
* [Core] Add Reboot keycode to core (#15990)Drashna Jaelre2022-05-148-0/+31
|
* [CI] Format code according to conventions (#16888)QMK Bot2022-04-191-3/+3
|
* Update wb32-dfu (#16438)Joy Lee2022-04-191-0/+49
|
* Format code according to conventions (#16322)QMK Bot2022-02-122-2/+4
|
* Create a build error if no bootloader is specified. (#16181)Nick Brassel2022-02-031-2/+0
| | | | | | | | | * Create a build error if no bootloader is specified. * Update builddefs/bootloader.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Fix broken bootloader builds in develop. (#15880)Dasky2022-01-151-0/+4
|
* Fixes for bootloader refactor build failures (#15638)Ryan2022-01-061-0/+1
|
* Format code according to conventions (#15593)QMK Bot2021-12-277-24/+14
|
* Refactor `bootloader_jump()` implementations (#15450)Ryan2021-12-277-0/+274
* Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot`