micropython/stmhal/usbdev/class
Damien George 038df43183 stmhal: Implement selector for USB device mode; improve boot up.
Can now choose at boot up whether the USB device is CDC+MSC or CDC+HID.
Choice is made by an option in boot.py, with default being CDC+MSC.
HID+MSC is not currently supported, but should be easy to implement.

Boot up now has ability to change the reset mode: hold down USR switch
while booting and LEDs will count from 1 to 7 to indicate the boot mode.
Release USR when correct mode is selected.  Current modes are 1 (normal
boot), 2 (safe mode), 3 (reset FS mode).
2014-03-30 00:00:15 +00:00
..
AUDIO stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
cdc stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
cdc_hid stmhal: Add CDC+HID USB device. 2014-03-29 21:57:30 +00:00
cdc_msc stmhal: Tidy up USB CDC+MSC device some more. 2014-03-22 13:21:58 +00:00
cdc_msc_hid stmhal: Implement selector for USB device mode; improve boot up. 2014-03-30 00:00:15 +00:00
CustomHID stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
DFU stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
HID stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
msc stmhal: Add support for USB MSC device. 2014-03-21 23:32:01 +00:00
Template stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00