circuitpython/shared-module/usb_hid
Scott Shawcroft 771b4c7464
Add two space saving knobs
* Reduce the number of supported HID reports of IDs per descriptor.
  This saves ~200 bytes in the default HID objects.
* (Not enabled) Compute QSTR attrs on init. This trades 1k RAM for
  flash. Flash is the default (1).
2021-08-31 13:02:34 -07:00
..
Device.c Add two space saving knobs 2021-08-31 13:02:34 -07:00
Device.h Add two space saving knobs 2021-08-31 13:02:34 -07:00
__init__.c Fix usb_hid_gc_collect() 2021-08-27 11:36:56 -04:00
__init__.h wip 2021-08-14 12:36:40 -04:00