Skip to content

Commit f17355f

Browse files
authored
Merge pull request #5422 from soramame21/master
Add bootloader support for DISCO_L475VG_IOT01A
2 parents 18393f3 + e5fd7f2 commit f17355f

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
@@ -1606,7 +1606,8 @@
16061606
"macros_add": ["USBHOST_OTHER"],
16071607
"device_has_add": ["ANALOGOUT", "CAN", "LOWPOWERTIMER", "SERIAL_FC", "TRNG", "FLASH"],
16081608
"release_versions": ["2", "5"],
1609-
"device_name": "STM32L475VG"
1609+
"device_name": "STM32L475VG",
1610+
"bootloader_supported": true
16101611
},
16111612
"DISCO_L476VG": {
16121613
"inherits": ["FAMILY_STM32"],

0 commit comments

Comments
 (0)