summaryrefslogtreecommitdiff
path: root/builddefs
Commit message (Collapse)AuthorAge
...
* Migrate more makefile utilities to builddefs sub-directory (#16002)Joel Challis2022-02-10
|
* Standardise error output. (#16220)Nick Brassel2022-02-04
|
* Create a build error if no bootloader is specified. (#16181)Nick Brassel2022-02-03
| | | | | | | | | * 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>
* Add L432, L442. (#16016)Nick Brassel2022-01-24
|
* Fixes for bootloader refactor build failures (#15638)Ryan2022-01-06
|
* Refactor `bootloader_jump()` implementations (#15450)Ryan2021-12-27
| | | | | | | * Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot`
* Add a clarification to an error message (#15207)Hugo Osvaldo Barrera2021-12-27
| | | | | Makes this a bit more foolproof. See https://github.com/qmk/qmk_firmware/issues/15202
* Westberrytech pr (#14422)Joy Lee2021-11-27
| | | | | | | * Added support for WB32 MCU * Modified eeprom_wb32.c * Remove the eeprom_wb32-related code
* New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036)precondition2021-11-26
| | | | | | | | | * New feature: `DYNAMIC_TAPPING_TERM_ENABLE` 3 new quantum keys to configure the tapping term on the fly. * Replace sprintf call in tapping_term_report by get_u16_str * Replace tab with 4 spaces
* Add support for deferred executors. (#14859)Nick Brassel2021-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for deferred executors. * More docs. * Include from quantum.h * Cleanup. * Parameter checks * Comments. * qmk format-c * I accidentally a few words. * API name change. * Apply suggestions from code review Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Review comments. * qmk format-c * Review comments. Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* More platform/protocol alignment (#14976)Joel Challis2021-10-29
|
* Migrate makefile utilities to sub-directory (#14917)Joel Challis2021-10-28