Skip to content

Commit e91495d

Browse files
Andreas Larssonkegilbert
authored andcommitted
Rebase of: 2d2f0a0
Added missing bootloader_supported for NUCLEO_F439ZI
1 parent 8d6bc1d commit e91495d

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
@@ -948,7 +948,8 @@
948948
"detect_code": ["0797"],
949949
"features": ["LWIP"],
950950
"release_versions": ["2", "5"],
951-
"device_name": "STM32F439ZI"
951+
"device_name" : "STM32F439ZI",
952+
"bootloader_supported": true
952953
},
953954
"NUCLEO_F446RE": {
954955
"supported_form_factors": ["ARDUINO", "MORPHO"],

0 commit comments

Comments
 (0)