USBDevice for STM support

Dependents:   Nucleo_Usb_JoyMouse Nucleo_usbmouse ELEC350_1-referral-2018-usb-hid USBJoystick_HelloWorld2_wip ... more

This library contains all mbed usb device library (mbed-os\features\unsupported\USBDevice).

Revision:
3:d9c7334e2183
Parent:
1:2a3ae13b45ef
--- a/USBDevice/USBEndpoints.h	Thu Dec 15 17:40:59 2016 +0100
+++ b/USBDevice/USBEndpoints.h	Wed Feb 15 09:48:15 2017 +0100
@@ -53,6 +53,10 @@
 #include "USBEndpoints_Maxim.h"
 #elif defined(TARGET_EFM32GG_STK3700) || defined(TARGET_EFM32LG_STK3600) || defined(TARGET_EFM32WG_STK3800) || defined(TARGET_EFM32HG_STK3400)
 #include "USBEndpoints_EFM32.h"
+#elif defined(TARGET_NUMAKER_PFM_NUC472)
+#include "USBEndpoints_NUC472.h"
+#elif defined(TARGET_NUMAKER_PFM_M453)
+#include "USBEndpoints_M453.h"
 #else
 #error "Unknown target type"
 #endif