summaryrefslogtreecommitdiff
path: root/chip/stm32/usb_hid.c
Commit message (Expand)AuthorAgeFilesLines
* chip/stm32/usb: Allow interface handler to reply with more than 64 bytesNicolas Boichat2016-11-221-9/+40
* chip/stm32/usb_hid: Separate HID keyboard supportNicolas Boichat2016-11-161-117/+16
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-081-1/+1
* USB: Fix memcpy routinesAnton Staaf2015-04-131-2/+3
* USB: Add memcpy_from_usbram and update existing memcpyAnton Staaf2015-01-081-2/+2
* USB: Interface callbacks now return an error codeAnton Staaf2014-12-021-3/+4
* usb: add USB HID driverVincent Palatin2014-06-191-0/+162