summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/chibios/usb_main.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-23
|\
| * Check usb transmit status in send_extra() (#14643)Dasky2021-10-23
* | Added power tracking api (#12691)Purdea Andrei2021-09-30
|/
* Digitizer HID interface : absolute coordinates for mouse cursor (#12851)a-chol2021-08-18
* Trigger a wakeup after USB Reset on ChibiOS. (#12831)Joakim Tufvegren2021-08-04
* Remove the #10088 hotfix for Teensy 3.1-like Input:Club keyboards (#12870)Joakim Tufvegren2021-08-04
* Fix alignment of USB out report buffer 2 -> 4 (#13838)a_p_u_r_o2021-08-02
* [Core] ChibiOS fix O3 and LTO breakage of extra keys and joystick (#12819)Stefan Kerkmann2021-06-06
* Format code according to conventions (#12681)github-actions[bot]2021-04-25
* Fix how USB queue overflow is handled in chibios. (#12576)Purdea Andrei2021-04-25
* Format code according to conventions (#11905)github-actions[bot]2021-02-15
* Refactor platform logic within print.h (#11863)Joel Challis2021-02-14
* Address wake from sleep instability (#11450)Joshua Diamond2021-02-02
* Decouple USB events from the USB interrupt handler. (#10437)Nick Brassel2021-02-01
* Manually run formatting CI process (#11375)Joel Challis2021-01-01
* Run cformat and dos2unix manually (#11235)Ryan2020-12-17
* Normalise include statements in core code (#11153)Ryan2020-12-11
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-28
* format code according to conventions [skip ci]QMK Bot2020-08-29
* Hid joystick interface (#4226)a-chol2020-08-29
* `qmk cformat` on `develop` (#9501)Nick Brassel2020-08-29
* Various tidyups for USB descriptor code (#9005)Ryan2020-08-29
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-30
* Revert "Fix conflicting types for 'tfp_printf' (#8269)"skullY2020-05-04
* format code according to conventions [skip ci]QMK Bot2020-05-04
* Fix conflicting types for 'tfp_printf' (#8269)Joel Challis2020-05-03
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-29
* Improvements to extrakey HID descriptors (#8156)Ryan2020-02-25
* Add Midi Endpoint task to ChibiOS main (#8071)Drashna Jaelre2020-02-04
* format code according to conventions [skip ci]QMK Bot2020-01-25
* Fix unaligned access with LTO (#7801)George Harris2020-01-25
* format code according to conventions [skip ci]QMK Bot2020-01-21
* Fix lock LEDs for ChibiOS when using shared endpoints (#7877)fauxpark2020-01-21
* chibios/usb_main: re-check USB status in send_keyboard after sleeping the thr...xyzz2020-01-13
* Fix KEYBOARD_SHARED_EP on ChibiOS (#7860)Joel Challis2020-01-13
* Fix ChibiOS USB config for chips which support OTGv1 (#7564)Joel Challis2019-12-14
* Run clang-format manually to fix recently changed fileszvecr2019-11-17
* Fix chibios when mouse and nkro disabled (#7312)Joel Challis2019-11-10
* clang-format changesskullY2019-08-30
* fixed misplaced paranthesis in arm usb mouse send function (#4478)Christon DeWan2018-11-27
* Use a single endpoint for HID reports (#3951)James Laird-Wah2018-11-15
* Fix mouse_send() on chibiOS so it won't lock up the firmwareDrashna Jaelre2018-10-27
* Adds support for Planck Rev 6 (#2666)Jack Humbert2018-07-16
* Add a custom USB driver for ARM (#2750)fredizzimo2018-04-15
* Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo2018-02-08
* Send usb wakeup through ChibiOSFred Sundvik2018-02-07
* Update ChibiOS to 17.6.3Fred Sundvik2018-02-07
* fix Logical Maximum to be recognized as 255 instead of -1Takayuki Matsubara2017-10-31
* Clueboard 60% support (#1746)skullydazed2017-09-29
* Use keyboard config for nkro (#7)IBNobody2016-09-06