Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-mX-USB-TEST1 USBMSD_SD_HID_HelloWorld HidTest MIDI_usb_bridge ... more

During enumeration Windows will reset the bus a minimum of *two* times. It usually does it many more times than that. With each USB reset malloc is eating up RAM from the heap. malloc's should also never be done from inside an interrupt.