summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/usbdev/class/src
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* stmhal/usbdev: For MSC implement SCSI SYNCHRONIZE_CACHE command.Damien George2017-06-08
* stmhal: Pass USB handler as parameter to allow more than one USB handlerSylvain Pelissier2017-06-07
* stmhal: Implement SNAK/CNAK mechanism for USB HID receive.Pavol Rusnak2017-01-19
* stmhal: Fix USB HID receive not receiving the first packet.Pavol Rusnak2017-01-19
* stmhal/usb: Use real packet size (not maximum) in HID receive.Pavol Rusnak2016-10-04
* stmhal/usb: Use correct ClassData structure for HID receive.Pavol Rusnak2016-10-04
* stmhal/usb: Add support to receive USB HID messages from host.Philip Potter2016-10-04
* stmhal/usbdev: Add OUT endpoint to HID interface.Philip Potter2016-10-04
* stmhal: add option to query for the current usb modeTony Abboud2015-09-03
* stmhal: In USB HID driver, make polling interval configurable.Damien George2015-04-13
* stmhal: Coding style cleanup in usbd_cdc_msc_hid.c.Damien George2015-02-13
* stmhal: Properly define pyb.usb_mode() semantics.Damien George2015-02-13
* stmhal: Put CDC last in config descriptors to match with iface nums.Damien George2015-02-13
* stmhal: Add "CDC" option to pyb.usb_mode, for CDC device only.Damien George2015-02-13
* stmhal: Add Python-configurable USB HID mode.Damien George2015-02-13
* stmhal: Remove unused usbdev files, and move used ones up a dir.Damien George2015-02-13