Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidy up duplication of MIN/MAX fallback implementations (#20236) | Joel Challis | 2023-03-23 | 1 | -4/+1 |
| | |||||
* | De-duplicate platform detection (#19603) | Joel Challis | 2023-01-19 | 1 | -0/+2 |
| | |||||
* | Revert "De-duplicate platform detection (#19545)" (#19564) | Joel Challis | 2023-01-11 | 1 | -2/+0 |
| | | | This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd. | ||||
* | De-duplicate platform detection (#19545) | Joel Challis | 2023-01-11 | 1 | -0/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-03 | 1 | -0/+1 |
|\ | |||||
| * | `:flash`: print bootloader (#18569) | Ryan | 2022-10-03 | 1 | -0/+1 |
| | | |||||
* | | Move bootloader.mk to platforms (#18228) | Ryan | 2022-08-31 | 1 | -0/+46 |
|/ | |||||
* | [Core] Update mpaland/printf to eyalroz/printf fork (#16163) | Stefan Kerkmann | 2022-07-07 | 1 | -0/+1 |
| | | | | | | | | mpaland printf implementation was abandoned in ~2019 and the fork by eyalroz is now regarded to be the goto replacement of it. So this commit incoporates the changes needed to use this fork in QMK. Note that pointer ptrdiff_t is always supported since commit 51c90f93a97fdaef895783ecbe24569be0db7cb8 | ||||
* | [Core] Update C standard to GNU11, C++ to GNU++14 (#17114) | Stefan Kerkmann | 2022-06-06 | 1 | -1/+1 |
| | |||||
* | [Core] Add Reboot keycode to core (#15990) | Drashna Jaelre | 2022-05-14 | 1 | -0/+4 |
| | |||||
* | Expose API for hardware unique ID (#16869) | Joel Challis | 2022-04-18 | 1 | -0/+9 |
| | |||||
* | Force platform pin defs to be included (#16611) | Joel Challis | 2022-03-10 | 1 | -0/+0 |
| | | | | | * Force platform pin defs to be included * Always grab first header | ||||
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 5 | -22/+40 |
| | |||||
* | Initial migration of suspend callbacks (#16067) | Joel Challis | 2022-02-05 | 1 | -36/+0 |
| | | | | | * Initial migration of suspend logic * Add header | ||||
* | Don't make EEPROM size assumptions with dynamic keymaps. (#16054) | Nick Brassel | 2022-02-02 | 2 | -5/+9 |
| | | | | | | | | | | | | | | | | | * Don't make EEPROM size assumptions with dynamic keymaps. * Add support for checking against emulated flash, error out if someone attempts to build a board without specifying EEPROM size. * Reorder defines so that MCU is considered last. * Refactor EEPROM definitions for simplicity. * Fix max sizing of kabedon/kabedon980. * Fix max sizing of mechlovin/olly/jf. * Fix unit tests. * Review comments, add messages with values during build failures. | ||||
* | Remove unused suspend_idle (#16063) | Joel Challis | 2022-01-26 | 1 | -7/+0 |
| | |||||
* | Fix bootloader_jump for certain CTRL boards (#16026) | Ryan | 2022-01-25 | 1 | -12/+5 |
| | |||||
* | Format code according to conventions (#15593) | QMK Bot | 2021-12-27 | 1 | -8/+14 |
| | |||||
* | Refactor `bootloader_jump()` implementations (#15450) | Ryan | 2021-12-27 | 1 | -17/+26 |
| | | | | | | | * Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot` | ||||
* | Add open-drain GPIO support. (#15282) | Nick Brassel | 2021-12-27 | 1 | -4/+8 |
| | | | | | | | | | * Add open-drain GPIO support. * `qmk format-c` * Wording. * Remove port GPIO implementations as the only board that uses it has its own internal defs anyway. Will wait for first-class handling of ports in core before reimplementing. | ||||
* | Move tmk_core/common/<plat> (#13918) | Joel Challis | 2021-11-19 | 12 | -0/+682 |
| | |||||
* | Enable CLI flashing via mdloader (#14729) | Joel Challis | 2021-10-15 | 1 | -0/+11 |
| | | | | | | | * Enable CLI flashing via mdloader * remove flag * Update qmk flash help | ||||
* | `--parallel` improvements (#13800) | ruro | 2021-08-18 | 1 | -1/+1 |
| | | | | | | | * improve make parallel jobs support * document the --parallel option * disable the output-sync for interactive targets | ||||
* | Move all the flash logic from tmk_core (#13927) | Joel Challis | 2021-08-15 | 1 | -0/+11 |