Skip to content

Commit a216796

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 913ca96 commit a216796

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
@@ -2429,7 +2429,8 @@
24292429
"SERIAL_FC",
24302430
"TRNG",
24312431
"FLASH",
2432-
"MPU"
2432+
"MPU",
2433+
"USBDEVICE"
24332434
],
24342435
"release_versions": ["2", "5"],
24352436
"device_name": "STM32F412ZG",
@@ -2555,7 +2556,8 @@
25552556
"TRNG",
25562557
"FLASH",
25572558
"QSPI",
2558-
"MPU"
2559+
"MPU",
2560+
"USBDEVICE"
25592561
],
25602562
"bootloader_supported": true,
25612563
"release_versions": ["2", "5"],
@@ -2592,7 +2594,8 @@
25922594
"SERIAL_FC",
25932595
"TRNG",
25942596
"FLASH",
2595-
"MPU"
2597+
"MPU",
2598+
"USBDEVICE"
25962599
],
25972600
"bootloader_supported": true,
25982601
"release_versions": ["2", "5"],
@@ -2644,7 +2647,8 @@
26442647
"SERIAL_FC",
26452648
"TRNG",
26462649
"FLASH",
2647-
"MPU"
2650+
"MPU",
2651+
"USBDEVICE"
26482652
],
26492653
"detect_code": ["0796"],
26502654
"release_versions": ["2", "5"],
@@ -2746,7 +2750,8 @@
27462750
"SERIAL_ASYNCH",
27472751
"SERIAL_FC",
27482752
"FLASH",
2749-
"MPU"
2753+
"MPU",
2754+
"USBDEVICE"
27502755
],
27512756
"release_versions": ["2", "5"],
27522757
"device_name": "STM32F446ZE"
@@ -3549,7 +3554,8 @@
35493554
"TRNG",
35503555
"FLASH",
35513556
"QSPI",
3552-
"MPU"
3557+
"MPU",
3558+
"USBDEVICE"
35533559
],
35543560
"release_versions": ["2", "5"],
35553561
"device_name": "STM32F469NI"

0 commit comments

Comments
 (0)