circuitpython/shared-module/usb_hid
Scott Shawcroft 9232ec50f1
Fix HID buffer lookup
The previous code assumed HID report ids were consecutive. This is
not true in the CircuitPython descriptor where report ids are fixed
for each report type.

Fixes #1617
2019-03-27 15:23:20 -07:00
..
Device.c Fix HID buffer lookup 2019-03-27 15:23:20 -07:00
Device.h Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
__init__.c Build refinement to handle warnings and quiet output 2018-11-09 00:11:43 -08:00