summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/chibios
Commit message (Expand)AuthorAgeFilesLines
* Begin to carve out platform/protocol API - Migrate keyboard_* calls (#14888)Joel Challis2021-10-241-12/+3
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-231-0/+11
|\
| * Check usb transmit status in send_extra() (#14643)Dasky2021-10-231-0/+11
* | Remove SERIAL_LINK feature (#14727)Joel Challis2021-10-071-19/+2
* | Purge uGFX. (#14720)Nick Brassel2021-10-071-14/+0
* | Added power tracking api (#12691)Purdea Andrei2021-09-302-1/+17
|/
* Begin to carve out platform/protocol API - Single main loop (#13843)Joel Challis2021-08-181-37/+29
* Digitizer HID interface : absolute coordinates for mouse cursor (#12851)a-chol2021-08-182-0/+29
* Trigger a wakeup after USB Reset on ChibiOS. (#12831)Joakim Tufvegren2021-08-041-0/+7
* Remove the #10088 hotfix for Teensy 3.1-like Input:Club keyboards (#12870)Joakim Tufvegren2021-08-041-1/+1
* Fix alignment of USB out report buffer 2 -> 4 (#13838)a_p_u_r_o2021-08-021-1/+1
* Avoid LTO conficts on arm_atsam (#13676)Joel Challis2021-07-241-1/+1
* [Core] ChibiOS fix O3 and LTO breakage of extra keys and joystick (#12819)Stefan Kerkmann2021-06-061-17/+17
* Fixup housekeeping from being invoked twice per loop. (#12933)Nick Brassel2021-05-181-2/+1
* eeprom driver: Refactor where eeprom driver initialisation (and EEPROM emulat...Purdea Andrei2021-04-251-13/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-251-2/+2
|\
| * Format code according to conventions (#12681)github-actions[bot]2021-04-251-2/+2
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-252-16/+27
|\|
| * Fix how USB queue overflow is handled in chibios. (#12576)Purdea Andrei2021-04-252-16/+27
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-101-11/+11
|\|
| * Format code according to conventions (#12540)github-actions[bot]2021-04-101-11/+11
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-101-1/+13
|\|
| * ChibiOS USB driver: prevent deadlock with CONSOLE_ENABLE = yes (#12472)Michael Stapelberg2021-04-101-1/+13
* | Refactor of USB code within split_common (#11890)Joel Challis2021-02-281-0/+21
|/
* Format code according to conventions (#11905)github-actions[bot]2021-02-151-1/+1
* Refactor platform logic within print.h (#11863)Joel Challis2021-02-141-7/+0
* Address wake from sleep instability (#11450)Joshua Diamond2021-02-021-0/+11
* Decouple USB events from the USB interrupt handler. (#10437)Nick Brassel2021-02-013-9/+80
* Manually run formatting CI process (#11375)Joel Challis2021-01-011-7/+7
* Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan2020-12-262-27/+21
* Run cformat and dos2unix manually (#11235)Ryan2020-12-171-111/+111
* Normalise include statements in keyboard code (#11185)Ryan2020-12-162-3/+3
* Normalise include statements in core code (#11153)Ryan2020-12-115-8/+8
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-283-0/+95
* format code according to conventions [skip ci]QMK Bot2020-08-291-12/+16
* Hid joystick interface (#4226)a-chol2020-08-291-0/+69
* Add dual-bank STM32 bootloader support, given GPIO toggle on BOOT0 to charge ...Nick Brassel2020-08-291-0/+1
* `qmk cformat` on `develop` (#9501)Nick Brassel2020-08-291-3/+1
* Various tidyups for USB descriptor code (#9005)Ryan2020-08-291-4/+4
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-303-8/+2
* Revert "Fix conflicting types for 'tfp_printf' (#8269)"skullY2020-05-043-1/+9
* format code according to conventions [skip ci]QMK Bot2020-05-041-3/+1
* Fix conflicting types for 'tfp_printf' (#8269)Joel Challis2020-05-033-8/+2
* Add support for hardware and board initialisation overrides. (#8330)Nick Brassel2020-04-132-0/+43
* Remove unnecessary import of rgblight.h in tmk_core/protocol/*/*.c (#8432)Takeshi ISHII2020-03-161-3/+0
* Refactor rgblight_reconfig.h (#7773)Takeshi ISHII2020-03-101-2/+1
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-292-9/+9
* Improvements to extrakey HID descriptors (#8156)Ryan2020-02-251-8/+12
* Add Midi Endpoint task to ChibiOS main (#8071)Drashna Jaelre2020-02-042-1/+17
* Dedupe extrakey report struct, and send functions in V-USB & LUFA (#7993)fauxpark2020-02-021-14/+0