USB device stack
Dependents:
mbed-mX-USB-TEST1
USBMSD_SD_HID_HelloWorld
HidTest
MIDI_usb_bridge
... more
3 comments:
What error does it show? Is the target not supported? Please provide more detailed issue report.
Martin, the compile runs to line 49 in USBEndpoints.h and then #error "Unknown target type"
I just ran into the same error on an LPC4088. It turns out the libraries included with the examples are dated and don't include more recent devices. I had to delete the old libraries (USBDevice and mbed) and re-download them.
That let me compile.
Now if I could just figure out how to set a baud rate...
What error does it show? Is the target not supported? Please provide more detailed issue report.