summaryrefslogtreecommitdiff
path: root/stmhal/usbdev/class/src
AgeCommit message (Expand)Author
2017-01-19stmhal: Implement SNAK/CNAK mechanism for USB HID receive.Pavol Rusnak
2017-01-19stmhal: Fix USB HID receive not receiving the first packet.Pavol Rusnak
2016-10-04stmhal/usb: Use real packet size (not maximum) in HID receive.Pavol Rusnak
2016-10-04stmhal/usb: Use correct ClassData structure for HID receive.Pavol Rusnak
2016-10-04stmhal/usb: Add support to receive USB HID messages from host.Philip Potter
2016-10-04stmhal/usbdev: Add OUT endpoint to HID interface.Philip Potter
2015-09-03stmhal: add option to query for the current usb modeTony Abboud
2015-04-13stmhal: In USB HID driver, make polling interval configurable.Damien George
2015-02-13stmhal: Coding style cleanup in usbd_cdc_msc_hid.c.Damien George
2015-02-13stmhal: Properly define pyb.usb_mode() semantics.Damien George
2015-02-13stmhal: Put CDC last in config descriptors to match with iface nums.Damien George
2015-02-13stmhal: Add "CDC" option to pyb.usb_mode, for CDC device only.Damien George
2015-02-13stmhal: Add Python-configurable USB HID mode.Damien George
2015-02-13stmhal: Remove unused usbdev files, and move used ones up a dir.Damien George