aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usbd_desc_cdc_msc.c
AgeCommit message (Collapse)Author
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
This gets CDC+HID working on Windows, since it needs a different PID for a different USB configuration. Thanks to tmbinc and dhylands.
2014-05-03Add license header to (almost) all files.Damien George
Blanket wide to all .c and .h files. Some files originating from ST are difficult to deal with (license wise) so it was left out of those. Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
2014-04-17stmhal: Change VID to 0xf055=FOSS, and PID to a random number.Damien George
Needs a better solution.
2014-04-12stmhal: Put a USB structure in ROM; GC doesn't scan the data segment.Damien George
2014-03-22stmhal: USB CDC and MSC device work together.Damien George