Adds class implementation for use STM32F4xx OTG_HS in FS mode

Dependents:   IGLOO_board

Fork of USBDevice by mbed official

Files at this revision

API Documentation at this revision

Comitter:
ua1arn
Date:
Mon Jul 30 12:30:04 2018 +0000
Parent:
75:1c90be02084f
Child:
77:83b79e0aa05a
Commit message:
current state before add multi-configuration USB descriptors

Changed in this revision

targets/TARGET_STM/USBHAL_STM32.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/targets/TARGET_STM/USBHAL_STM32.cpp	Mon Jul 23 15:12:35 2018 +0000
+++ b/targets/TARGET_STM/USBHAL_STM32.cpp	Mon Jul 30 12:30:04 2018 +0000
@@ -34,7 +34,8 @@
 #define ADDR_EPOUT(ep) (((ep) << 1))
 /* id to detect if rx buffer is used or not  */
 
-#include "USBHAL_STM_TARGET.h"
+//#include "USBHAL_STM_TARGET.h"
+#include "USBHAL_STM_HSFS_144_pins.h"
 
 
 /*  this call at device reception completion on a Out Enpoint  */