summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/bootloaders
Commit message (Collapse)AuthorAgeFilesLines
* 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`