aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/chibios/usb_driver.c
Commit message (Collapse)AuthorAgeFilesLines
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-5/+5
|
* clang-format changesskullY2019-08-301-244/+191
|
* Add a custom USB driver for ARM (#2750)fredizzimo2018-04-151-0/+502
* Copy Chibios serial_usb_driver into the chibios/protocol It's renamed to usb_driver to avoid name conflicts * Make the usb driver compile * Disable ChibiOS serial usb driver for all keyboards * Change usb_main to use QMKUSBDriver * Initialize the usb driver buffers * Add support for fixed size queues * Fix USB driver initialization * Don't transfer an empty packet for fixed size streams