Skip to content

Commit 7354eb2

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 becb320 commit 7354eb2

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
@@ -2465,7 +2465,8 @@
24652465
"SERIAL_ASYNCH",
24662466
"TRNG",
24672467
"FLASH",
2468-
"MPU"
2468+
"MPU",
2469+
"USBDEVICE"
24692470
],
24702471
"release_versions": ["2", "5"],
24712472
"device_name": "STM32F412ZG",
@@ -2592,7 +2593,8 @@
25922593
"TRNG",
25932594
"FLASH",
25942595
"QSPI",
2595-
"MPU"
2596+
"MPU",
2597+
"USBDEVICE"
25962598
],
25972599
"bootloader_supported": true,
25982600
"release_versions": ["2", "5"],
@@ -2632,7 +2634,8 @@
26322634
"SERIAL_ASYNCH",
26332635
"TRNG",
26342636
"FLASH",
2635-
"MPU"
2637+
"MPU",
2638+
"USBDEVICE"
26362639
],
26372640
"bootloader_supported": true,
26382641
"release_versions": ["2", "5"],
@@ -2690,7 +2693,8 @@
26902693
"SERIAL_ASYNCH",
26912694
"TRNG",
26922695
"FLASH",
2693-
"MPU"
2696+
"MPU",
2697+
"USBDEVICE"
26942698
],
26952699
"detect_code": ["0796"],
26962700
"release_versions": ["2", "5"],
@@ -2790,7 +2794,8 @@
27902794
"CAN",
27912795
"SERIAL_ASYNCH",
27922796
"FLASH",
2793-
"MPU"
2797+
"MPU",
2798+
"USBDEVICE"
27942799
],
27952800
"release_versions": ["2", "5"],
27962801
"device_name": "STM32F446ZE"
@@ -3671,7 +3676,8 @@
36713676
"TRNG",
36723677
"FLASH",
36733678
"QSPI",
3674-
"MPU"
3679+
"MPU",
3680+
"USBDEVICE"
36753681
],
36763682
"release_versions": ["2", "5"],
36773683
"device_name": "STM32F469NI",

0 commit comments

Comments
 (0)