Skip to content

Commit 9314607

Browse files
authored
Merge pull request #5616 from soramame21/ren-disco-f429zi
Support bootloader for DISCO_F429ZI
2 parents 70e7b40 + f48ac95 commit 9314607

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,8 @@
15281528
"macros_add": ["RTC_LSI=1", "USB_STM_HAL", "USBHOST_OTHER"],
15291529
"device_has_add": ["ANALOGOUT", "CAN", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
15301530
"release_versions": ["2", "5"],
1531-
"device_name": "STM32F429ZI"
1531+
"device_name": "STM32F429ZI",
1532+
"bootloader_supported": true
15321533
},
15331534
"DISCO_F469NI": {
15341535
"inherits": ["FAMILY_STM32"],

0 commit comments

Comments
 (0)