USB device stack

Dependents:   mbed-mX-USB-TEST1 USBMSD_SD_HID_HelloWorld HidTest MIDI_usb_bridge ... more

Legacy Warning

This is an mbed 2 library. To learn more about mbed OS 5, visit the docs.

Pull requests against this repository are no longer supported. Please raise against mbed OS 5 as documented above.

Revision:
49:bee5808e91e3
Parent:
43:c0605f23f916
Child:
55:c7fd9d44ec8e
--- a/USBDevice/USBEndpoints.h	Thu Apr 16 11:00:20 2015 +0100
+++ b/USBDevice/USBEndpoints.h	Thu Apr 16 11:46:08 2015 +0100
@@ -47,6 +47,8 @@
 #include "USBEndpoints_STM32F4.h"
 #elif defined (TARGET_RZ_A1H)
 #include "USBEndpoints_RZ_A1H.h"
+#elif defined(TARGET_Maxim)
+#include "USBEndpoints_Maxim.h"
 #else
 #error "Unknown target type"
 #endif