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:
35:a8484e16c2f3
Parent:
34:a4e9ddc2e2af
Child:
37:9506bdafbf94
--- a/USBDevice/USBEndpoints.h	Thu Oct 23 09:45:42 2014 +0100
+++ b/USBDevice/USBEndpoints.h	Thu Nov 06 11:01:12 2014 +0000
@@ -45,6 +45,8 @@
 #include "USBEndpoints_KL25Z.h"
 #elif defined (TARGET_STM32F4)
 #include "USBEndpoints_STM32F4.h"
+#elif defined (TARGET_RZ_A1H)
+#include "USBEndpoints_RZ_A1H.h"
 #else
 #error "Unknown target type"
 #endif