Skip to content

Commit 2d2f0a0

Browse files
author
Andreas Larsson
committed
Added missing bootloader_supported for NUCLEO_F439ZI
1 parent 634bfb5 commit 2d2f0a0

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
@@ -908,7 +908,8 @@
908908
"detect_code": ["0797"],
909909
"features": ["LWIP"],
910910
"release_versions": ["2", "5"],
911-
"device_name" : "STM32F439ZI"
911+
"device_name" : "STM32F439ZI",
912+
"bootloader_supported": true
912913
},
913914
"NUCLEO_F446RE": {
914915
"supported_form_factors": ["ARDUINO", "MORPHO"],

0 commit comments

Comments
 (0)