aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usbdev/class
AgeCommit message (Expand)Author
2014-10-25stmhal: Fill in USB class/subclass/proto for CDC+HID device.Damien George
2014-10-25USB CDC ACM: populate bFunction{Class,SubClass,Protocol} in the interface ass...Felix Domke
2014-10-01Proposed fix for USB Mass Storage.Dave Hylands
2014-09-15stmhal: Change 64-bit arithmetic to 32-bit for SD card block addressing.Damien George
2014-04-16stmhal: Replace magic number 3 with CDC_IN_EP define.Damien George
2014-04-16stmhal: Improve flash storage cache management.Damien George
2014-04-15stmhal: Fix USB MSC so that it unmounts correctly on Mac OS X.Damien George
2014-03-30stmhal: Implement selector for USB device mode; improve boot up.Damien George
2014-03-29stmhal: Add CDC+HID USB device.Damien George
2014-03-22stmhal: Tidy up USB CDC+MSC device some more.Damien George
2014-03-22stmhal: Tidy up USB device configuration. Make it use less RAM.Damien George
2014-03-22stmhal: USB CDC and MSC device work together.Damien George
2014-03-21stmhal: Add support for USB MSC device.Damien George
2014-03-14stmhal: Get USB enumerating a CDC device.Damien George