Skip to content

Commit b31f989

Browse files
bcostmc1728p9
authored andcommitted
STM32F4 USB: enable USB Device in targets.json
tests-usb_device-basic are OK on the following platforms: NUCLEO_F412ZG NUCLEO_F413ZH NUCLEO_F429ZI NUCLEO_F446ZE DISCO_F413ZH DISCO_F469NI
1 parent 058a0cf commit b31f989

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

targets/targets.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2440,7 +2440,8 @@
24402440
"SERIAL_FC",
24412441
"TRNG",
24422442
"FLASH",
2443-
"MPU"
2443+
"MPU",
2444+
"USBDEVICE"
24442445
],
24452446
"release_versions": ["2", "5"],
24462447
"device_name": "STM32F412ZG",
@@ -2570,7 +2571,8 @@
25702571
"TRNG",
25712572
"FLASH",
25722573
"QSPI",
2573-
"MPU"
2574+
"MPU",
2575+
"USBDEVICE"
25742576
],
25752577
"bootloader_supported": true,
25762578
"release_versions": ["2", "5"],
@@ -2611,7 +2613,8 @@
26112613
"SERIAL_FC",
26122614
"TRNG",
26132615
"FLASH",
2614-
"MPU"
2616+
"MPU",
2617+
"USBDEVICE"
26152618
],
26162619
"bootloader_supported": true,
26172620
"release_versions": ["2", "5"],
@@ -2668,7 +2671,8 @@
26682671
"SERIAL_FC",
26692672
"TRNG",
26702673
"FLASH",
2671-
"MPU"
2674+
"MPU",
2675+
"USBDEVICE"
26722676
],
26732677
"detect_code": ["0796"],
26742678
"release_versions": ["2", "5"],
@@ -2771,7 +2775,8 @@
27712775
"SERIAL_ASYNCH",
27722776
"SERIAL_FC",
27732777
"FLASH",
2774-
"MPU"
2778+
"MPU",
2779+
"USBDEVICE"
27752780
],
27762781
"release_versions": ["2", "5"],
27772782
"device_name": "STM32F446ZE"
@@ -3641,7 +3646,8 @@
36413646
"TRNG",
36423647
"FLASH",
36433648
"QSPI",
3644-
"MPU"
3649+
"MPU",
3650+
"USBDEVICE"
36453651
],
36463652
"release_versions": ["2", "5"],
36473653
"device_name": "STM32F469NI",

0 commit comments

Comments
 (0)