Skip to content

Commit 8f4b6e2

Browse files
committed
STM32 USBDevice: Add DISCO_F407VG target
1 parent 9e3b509 commit 8f4b6e2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

features/unsupported/USBDevice/targets/TARGET_STM/USBHAL_IP_OTGFSHS.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ USBHAL::USBHAL(void) {
140140
defined(TARGET_NUCLEO_F446ZE) || \
141141
defined(TARGET_NUCLEO_F767ZI) || \
142142
defined(TARGET_NUCLEO_F746ZG) || \
143+
defined(TARGET_DISCO_F407VG) || \
143144
defined(TARGET_DISCO_F469NI) || \
144145
defined(TARGET_DISCO_F746NG_OTG_FS)
145146
__HAL_RCC_GPIOA_CLK_ENABLE();

features/unsupported/USBDevice/targets/TARGET_STM/USBHAL_STM32.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
defined(TARGET_NUCLEO_F446ZE) || \
2828
defined(TARGET_NUCLEO_F767ZI) || \
2929
defined(TARGET_NUCLEO_F746ZG) || \
30+
defined(TARGET_DISCO_F407VG) || \
3031
defined(TARGET_DISCO_F469NI) || \
3132
defined(TARGET_DISCO_F746NG) || \
3233
defined(TARGET_DISCO_F769NI) || \

0 commit comments

Comments
 (0)