Skip to content

Commit 26223e6

Browse files
committed
NUCLEO_F439ZI: align USB config from NUCLEO_F429ZI
1 parent 59df4ef commit 26223e6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

targets/targets.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2161,6 +2161,10 @@
21612161
"value": "PA_7",
21622162
"macro_name": "STM32_D11_SPI_ETHERNET_PIN"
21632163
},
2164+
"usb_speed": {
2165+
"help": "USE_USB_OTG_FS or USE_USB_OTG_HS or USE_USB_HS_IN_FS",
2166+
"value": "USE_USB_OTG_FS"
2167+
},
21642168
"clock_source": {
21652169
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
21662170
"value": "USE_PLL_HSE_EXTC|USE_PLL_HSI",
@@ -2182,7 +2186,8 @@
21822186
"SERIAL_ASYNCH",
21832187
"TRNG",
21842188
"FLASH",
2185-
"MPU"
2189+
"MPU",
2190+
"USBDEVICE"
21862191
],
21872192
"detect_code": [
21882193
"0797"

0 commit comments

Comments
 (0)