micropython/stmhal/usbdev/class
Damien George 65af7ebdc5 stmhal: Put CDC last in config descriptors to match with iface nums.
Apparently the order of interface numbers should be sequential and
increasing in a config descriptor.  So as to retain compatibility with
Windows drivers for the CDC+MSC and CDC+HID modes, we move the CDC
configs to the end of the descriptors, instead of changing the interface
numbers.

See PR #957 for background.
2015-02-13 14:02:51 +00:00
..
cdc_msc_hid/inc stmhal: Add Python-configurable USB HID mode. 2015-02-13 14:02:51 +00:00
inc stmhal: Add Python-configurable USB HID mode. 2015-02-13 14:02:51 +00:00
src stmhal: Put CDC last in config descriptors to match with iface nums. 2015-02-13 14:02:51 +00:00