micropython/stmhal/usbdev
Damien George b1f68685ec stmhal: In USB HID driver, make polling interval configurable.
When setting usb_mode to "HID", hid config object now has
polling-interval (in ms) as the 4th element.  It mmust now be a 5-tuple
of the form:

(subclass, protocol, max_packet_len, polling_interval, report_desc)

The mouse and keyboard defaults have polling interval at 8ms.
2015-04-13 16:59:05 +01:00
..
class stmhal: In USB HID driver, make polling interval configurable. 2015-04-13 16:59:05 +01:00
core stmhal: Tidy up USB device configuration. Make it use less RAM. 2014-03-22 12:46:23 +00:00
Release_Notes.html Initial checkin with STM HAL 2014-03-11 23:55:41 -07:00