summaryrefslogtreecommitdiff
path: root/chip/g/usb_hid.c
Commit message (Expand)AuthorAgeFilesLines
* g: The hid command is only useful for debuggingBill Richardson2016-10-011-0/+3
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* Cr50: Cleaner API for USB_DECLARE_IFACE callbacksBill Richardson2015-12-111-20/+8
* Cr50: Add a few more symbolic names for constantsBill Richardson2015-12-111-2/+2
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-081-1/+1
* cr50: cleanup a few strings & messagesBill Richardson2015-07-011-1/+1
* Cr50: Use USB structs instead of byte arrays for readabilityBill Richardson2015-05-291-6/+7
* Cr50: USB hardware uses 8-bit buffers, not 16-bitBill Richardson2015-05-291-12/+12
* cr50: Enable IN interrupts for USB HID EP.Bill Richardson2015-04-241-1/+1
* cr50: add USB supportVincent Palatin2015-04-021-0/+170