summaryrefslogtreecommitdiff
path: root/platforms/chibios/bootloaders
AgeCommit message (Expand)AuthorFilesLines
2025-11-30[CI] Format code according to conventions (#25827)QMK Bot1-1/+1
2025-05-05[Bug] Minimise force-included files (#25194)Nick Brassel1-0/+2
2025-03-06Add EOL to non-keyboard files (#24990)Joel Challis1-1/+1
2024-11-21Added MCU support for ArteryTek AT32F415 (#23445)HorrorTroll1-0/+83
2023-07-09drivers: remove direct `quantum.h` includes (#21473)Ryan1-1/+2
2023-07-04Fixup STM32-DFU (#21447)Nick Brassel1-7/+8
2023-06-28STM32H723 support (#21352)Nick Brassel1-14/+59
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel1-1/+1
2023-01-15Add mmoskal/uf2-stm32f103 bootloader support (#19594)Joel Challis1-0/+23
2022-07-11[Core] Use polled waiting on ChibiOS platforms that support it (#17607)Stefan Kerkmann1-3/+2
2022-06-30[Core] Add Raspberry Pi RP2040 support (#14877)Stefan Kerkmann1-0/+57
2022-05-30Make bootloader_jump for dualbank STM32 respect STM32_BOOTLOADER_DUAL_BANK_DE...Thomas Preisner1-2/+2
2022-05-14[Core] Add Reboot keycode to core (#15990)Drashna Jaelre8-0/+31
2022-04-19[CI] Format code according to conventions (#16888)QMK Bot1-3/+3
2022-04-19Update wb32-dfu (#16438)Joy Lee1-0/+49
2022-02-12Format code according to conventions (#16322)QMK Bot2-2/+4
2022-02-03Create a build error if no bootloader is specified. (#16181)Nick Brassel1-2/+0
2022-01-15Fix broken bootloader builds in develop. (#15880)Dasky1-0/+4
2022-01-06Fixes for bootloader refactor build failures (#15638)Ryan1-0/+1
2021-12-27Format code according to conventions (#15593)QMK Bot7-24/+14
2021-12-27Refactor `bootloader_jump()` implementations (#15450)Ryan7-0/+274