summaryrefslogtreecommitdiffstats
path: root/builddefs
Commit message (Collapse)AuthorAgeFilesLines
* Added external spi flash driver. (#15419)Joy Lee2022-02-111-0/+15
|
* ps2/avr: use the correct file name (#16316)Idan Kamara2022-02-111-1/+1
| | | | | This was missed in https://github.com/qmk/qmk_firmware/pull/14895. Thanks to fauxpark for spotting this.
* Migrate more makefile utilities to builddefs sub-directory (#16002)Joel Challis2022-02-108-0/+1981
|
* Standardise error output. (#16220)Nick Brassel2022-02-042-1/+6
|
* Create a build error if no bootloader is specified. (#16181)Nick Brassel2022-02-031-1/+10
| | | | | | | | | * 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-241-0/+37
|
* Fixes for bootloader refactor build failures (#15638)Ryan2022-01-061-0/+40
|
* Refactor `bootloader_jump()` implementations (#15450)Ryan2021-12-271-2/+38
| | | | | | | * Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot`
* Add a clarification to an error message (#15207)Hugo Osvaldo Barrera2021-12-271-2/+3
| | | | | Makes this a bit more foolproof. See https://github.com/qmk/qmk_firmware/issues/15202
* Westberrytech pr (#14422)Joy Lee2021-11-271-1/+30
| | | | | | | * Added support for WB32 MCU * Modified eeprom_wb32.c * Remove the eeprom_wb32-related code
* New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036)precondition2021-11-262-0/+2
| | | | | | | | | * 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-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-291-0/+1
|
* Migrate makefile utilities to sub-directory (#14917)Joel Challis2021-10-286-0/+1157