micropython/stmhal/usbdev
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
..
class stmhal: Put CDC last in config descriptors to match with iface nums. 2015-02-13 14:02:51 +00:00
core stmhal: Tidy up USB device configuration. Make it use less RAM. 2014-03-22 12:46:23 +00:00
Release_Notes.html Initial checkin with STM HAL 2014-03-11 23:55:41 -07:00