| Commit message (Expand) | Author | Age | Files | Lines |
* | Split out mcu_selection to platform (#19701) | Joel Challis | 2023-01-29 | 1 | -0/+95 |
* | Fix functions with empty params (#19647) | Ryan | 2023-01-20 | 1 | -2/+2 |
* | 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 |
* | De-duplicate platform detection (#19545) | Joel Challis | 2023-01-11 | 1 | -0/+2 |
* | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-11-06 | 1 | -1/+1 |
|\ |
|
| * | Refactor to avoid deprecated wmic execution (#18122) | Joel Challis | 2022-10-31 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-03 | 1 | -1/+2 |
|\| |
|
| * | `:flash`: print bootloader (#18569) | Ryan | 2022-10-03 | 1 | -1/+2 |
* | | Move bootloader.mk to platforms (#18228) | Ryan | 2022-08-31 | 1 | -0/+144 |
* | | Remove deprecated USBasp and bootloadHID bootloader types (#18195) | Ryan | 2022-08-28 | 1 | -2/+2 |
|/ |
|
* | Improve avr wait_us() (#16879) | Takeshi ISHII | 2022-08-14 | 1 | -9/+29 |
* | Remove legacy AVR ssd1306 driver (#17864) | Joel Challis | 2022-07-31 | 2 | -416/+0 |
* | Include stdint.h in avr/i2c_master.h (#17639) | jack | 2022-07-12 | 1 | -0/+2 |
* | [Core] Update mpaland/printf to eyalroz/printf fork (#16163) | Stefan Kerkmann | 2022-07-07 | 1 | -0/+1 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-25 | 1 | -0/+4 |
|\ |
|
| * | [Split] Ensure SOFT_SERIAL_PIN is defined if USE_I2C isn't defined (#17466) | Drashna Jaelre | 2022-06-25 | 1 | -0/+4 |
* | | Fix AVR I2C master 1ms timeout (#17174) | Daniel Kao | 2022-06-22 | 1 | -6/+6 |
* | | [Core] Update C standard to GNU11, C++ to GNU++14 (#17114) | Stefan Kerkmann | 2022-06-06 | 1 | -1/+1 |
* | | Improve PS/2 mouse performance (#17111) | Andrew Dunai | 2022-05-30 | 1 | -2/+2 |
|/ |
|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-05-18 | 1 | -1/+2 |
|\ |
|
| * | Fix platforms/avr/drivers/ws2812.c (#17043) | Takeshi ISHII | 2022-05-18 | 1 | -1/+2 |
* | | Workaround for recent -Werror=array-bounds AVR issues (#17136) | Joel Challis | 2022-05-18 | 1 | -0/+5 |
* | | [Core] Add Reboot keycode to core (#15990) | Drashna Jaelre | 2022-05-14 | 6 | -1/+52 |
* | | Move disable_jtag to platforms (#16960) | Joel Challis | 2022-04-29 | 1 | -1/+12 |
* | | [Core] Allow usage of AVRs minimal printf library (#16266) | Stefan Kerkmann | 2022-04-22 | 1 | -0/+9 |
* | | Fixup AVR builds. (#16875) | Nick Brassel | 2022-04-18 | 1 | -0/+6 |
* | | Expose API for hardware unique ID (#16869) | Joel Challis | 2022-04-18 | 1 | -0/+13 |
* | | HD44780 driver rework (#16370) | Ryan | 2022-03-19 | 2 | -890/+0 |
* | | Force platform pin defs to be included (#16611) | Joel Challis | 2022-03-10 | 1 | -0/+0 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-04 | 2 | -4/+1 |
|\| |
|
| * | analog.[ch]: remove unnecessary includes (#16471) | Ryan | 2022-03-04 | 2 | -4/+1 |
* | | [Core] Squeeze AVR some more with `-mrelax` and `-mcall-prologues` (#16269) | Stefan Kerkmann | 2022-02-26 | 1 | -1/+8 |
|/ |
|
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 23 | -133/+191 |
* | Followup to #16220, more test error output. (#16221) | Nick Brassel | 2022-02-05 | 1 | -1/+1 |
* | Initial migration of suspend callbacks (#16067) | Joel Challis | 2022-02-05 | 1 | -29/+13 |
* | Create a build error if no bootloader is specified. (#16181) | Nick Brassel | 2022-02-03 | 1 | -0/+0 |
* | Deprecate split transactions status field (#16023) | Stefan Kerkmann | 2022-01-26 | 1 | -32/+7 |
* | Remove unused suspend_idle (#16063) | Joel Challis | 2022-01-26 | 1 | -13/+0 |
* | Format code according to conventions (#15593) | QMK Bot | 2021-12-27 | 6 | -13/+8 |
* | Refactor `bootloader_jump()` implementations (#15450) | Ryan | 2021-12-27 | 7 | -293/+332 |
* | More GPIO compilation fixes. (#15592) | Nick Brassel | 2021-12-26 | 1 | -0/+1 |
* | Defer pin operations to gpio.h (#15589) | Nick Brassel | 2021-12-27 | 1 | -6/+0 |
* | Add open-drain GPIO support. (#15282) | Nick Brassel | 2021-12-27 | 1 | -14/+3 |
* | Tidy up existing i2c_master implementations (#15376) | Joel Challis | 2021-12-02 | 1 | -2/+5 |
* | Tidy up adjustable ws2812 timing (#15299) | Joel Challis | 2021-11-25 | 1 | -8/+3 |
* | Move tmk_core/common/<plat> (#13918) | Joel Challis | 2021-11-19 | 19 | -0/+1905 |
* | Fix uart function prototypes (#15162) | Drashna Jaelre | 2021-11-15 | 1 | -2/+2 |
* | Update UART driver API (#14839) | Ryan | 2021-11-13 | 2 | -9/+25 |
* | Manually format develop (#15003) | Joel Challis | 2021-11-01 | 1 | -1/+1 |