aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usbd_hid_interface.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-06-07stmhal/usb: Make state for USB device private to top-level USB driver.Damien George
2017-06-07stmhal: Pass USB handler as parameter to allow more than one USB handlerSylvain Pelissier
2017-01-19stmhal: Implement SNAK/CNAK mechanism for USB HID receive.Pavol Rusnak
2017-01-19stmhal: Implement ioctl for USB HID read.Pavol Rusnak
2017-01-19stmhal: Fix USB HID receive not receiving the first packet.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