summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/chibios
Commit message (Expand)AuthorAgeFilesLines
* [Core] `STM32_USB_USE_OTG1` => `USB_ENDPOINTS_ARE_REORDERABLE` (#17647)Nick Brassel2022-08-041-16/+14
* [Core] Add Raspberry Pi RP2040 support (#14877)Stefan Kerkmann2022-06-301-52/+54
* Check for ongoing transfers on the OUT endpoint (#16974)Stefan Kerkmann2022-05-141-1/+1
* [CI] Format code according to conventions (#16914)QMK Bot2022-04-221-2/+2
* Chibios USB protocol: allow overriding RAW Capacity (#16339)dexter932022-04-221-2/+6
* Fixed usb read loops not reading until timeout (#16827)Sascha2022-04-101-3/+3
* Format code according to conventions (#16322)QMK Bot2022-02-124-20/+52
* ChibiOS: add support for HID Programmable Buttons (#15787)Thomas Weißschuh2022-02-042-1/+31
* [Core] ChibiOS: shorten USB disconnect state on boot to 50ms (#15805)Stefan Kerkmann2022-01-101-1/+1
* Add missing virtser_init() to ChibiOS code (#15356)Ryan2021-11-301-0/+2
* Update to ChibiOS 20.3.4, support builds against trunk (#14208)Nick Brassel2021-11-031-1/+11
* Fixup #15029 (#15031)Nick Brassel2021-11-021-2/+2
* Revert to old init order for host driver (#15029)Joel Challis2021-11-021-3/+3
* 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