| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support for Wb32fq95 (#16871) | Joy Lee | 2022-05-23 | 11 | -6/+373 |
* | 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 | 19 | -4/+98 |
* | | 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 |
* | | Provide better config defaults for bluepill boards (#16909) | Joel Challis | 2022-04-22 | 1 | -0/+8 |
* | | [CI] Format code according to conventions (#16888) | QMK Bot | 2022-04-19 | 1 | -3/+3 |
* | | Update wb32-dfu (#16438) | Joy Lee | 2022-04-19 | 1 | -0/+49 |
* | | [Core] Use a mutex guard for split shared memory (#16647) | Stefan Kerkmann | 2022-04-19 | 5 | -11/+74 |
* | | Fixup AVR builds. (#16875) | Nick Brassel | 2022-04-18 | 1 | -0/+6 |
* | | Expose API for hardware unique ID (#16869) | Joel Challis | 2022-04-18 | 6 | -0/+65 |
* | | Add non blackpill F4x1 config files (#16600) | Joel Challis | 2022-04-06 | 13 | -0/+712 |
* | | Refactor CTPC logic to allow future converters (#16621) | Joel Challis | 2022-04-03 | 3 | -304/+303 |
* | | Add emulated eeprom support for STM32F303xE (#16737) | dn9uyen | 2022-03-30 | 1 | -2/+2 |
* | | Refactor writePin to work with statements (#16738) | Stefan Kerkmann | 2022-03-27 | 1 | -1/+8 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-23 | 1 | -1/+2 |
|\| |
|
| * | [Bug] Fix unused variable error when using ChibiOS Bitbang serial driver (#16... | Drashna Jaelre | 2022-03-23 | 1 | -1/+2 |
* | | HD44780 driver rework (#16370) | Ryan | 2022-03-19 | 2 | -890/+0 |
* | | Redo workaround for pin_def errors on KINETIS (#16620) | Joel Challis | 2022-03-11 | 2 | -4/+6 |
* | | Workaround for pin_def errors on KINETIS (#16614) | Joel Challis | 2022-03-11 | 1 | -0/+4 |
* | | Force platform pin defs to be included (#16611) | Joel Challis | 2022-03-10 | 4 | -2/+2 |
* | | Add flash target for UF2 bootloaders (#16525) | Stefan Kerkmann | 2022-03-07 | 1 | -0/+14 |
* | | ChibiOS 21.11.1 update. (#16251) | Nick Brassel | 2022-03-07 | 20 | -177/+349 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-04 | 4 | -6/+2 |
|\| |
|
| * | analog.[ch]: remove unnecessary includes (#16471) | Ryan | 2022-03-04 | 4 | -6/+2 |
* | | [Core] Squeeze AVR some more with `-mrelax` and `-mcall-prologues` (#16269) | Stefan Kerkmann | 2022-02-26 | 1 | -1/+8 |
|/ |
|
* | Fix compilation of ChibiOS UART driver (#16348) | Joel Challis | 2022-02-13 | 1 | -1/+1 |
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 61 | -346/+550 |
* | Followup to #16220, more test error output. (#16221) | Nick Brassel | 2022-02-05 | 2 | -2/+2 |
* | Initial migration of suspend callbacks (#16067) | Joel Challis | 2022-02-05 | 5 | -93/+61 |
* | ChibiOS timer fixes (#16017) | Sergey Vlasov | 2022-02-05 | 1 | -23/+77 |
* | Create a build error if no bootloader is specified. (#16181) | Nick Brassel | 2022-02-03 | 2 | -2/+0 |
* | Fixup builds so that teensy EEPROM knows which MCU it's targeting. (#16168) | Nick Brassel | 2022-02-02 | 1 | -0/+3 |
* | Don't make EEPROM size assumptions with dynamic keymaps. (#16054) | Nick Brassel | 2022-02-02 | 11 | -90/+155 |
* | Deprecate split transactions status field (#16023) | Stefan Kerkmann | 2022-01-26 | 3 | -67/+23 |
* | Remove unused suspend_idle (#16063) | Joel Challis | 2022-01-26 | 4 | -30/+0 |
* | Fix bootloader_jump for certain CTRL boards (#16026) | Ryan | 2022-01-25 | 1 | -12/+5 |
* | Default EEPROM implementation should be transient when not implemented. Remov... | Nick Brassel | 2022-01-24 | 1 | -58/+1 |
* | Add L432, L442. (#16016) | Nick Brassel | 2022-01-24 | 3 | -0/+286 |
* | Fix broken bootloader builds in develop. (#15880) | Dasky | 2022-01-15 | 1 | -0/+4 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-01-09 | 1 | -199/+14 |
|\ |
|
| * | Revert "core: make the full 4096 bytes of EEPROM work on Teensy 3.6 (#12947)"... | Michael Stapelberg | 2022-01-10 | 1 | -199/+14 |
* | | Fixes for bootloader refactor build failures (#15638) | Ryan | 2022-01-06 | 14 | -72/+4 |
* | | Format code according to conventions (#15593) | QMK Bot | 2021-12-27 | 15 | -46/+37 |
* | | Refactor `bootloader_jump()` implementations (#15450) | Ryan | 2021-12-27 | 18 | -457/+634 |
* | | 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 | 3 | -36/+17 |