aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usbd_desc.h
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2015-10-09stmhal: Fix USB CDC-only mode under Windows.Dave Hylands
2015-02-13stmhal: Properly define pyb.usb_mode() semantics.Damien George
2015-02-13stmhal: Add "CDC" option to pyb.usb_mode, for CDC device only.Damien George
2014-10-25stmhal: Change USB PID when in CDC+HID mode.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-12stmhal: Put a USB structure in ROM; GC doesn't scan the data segment.Damien George
2014-03-21stmhal: Add support for USB MSC device.Damien George
2014-03-14stmhal: Get USB enumerating a CDC device.Damien George