Skip to content

Commit 8dfb491

Browse files
authored
Merge pull request #4958 from soramame21/master
Add bootloader support for DISCO_L476VG
2 parents 22b183a + 04461ac commit 8dfb491

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
@@ -1594,7 +1594,8 @@
15941594
"macros_add": ["USBHOST_OTHER"],
15951595
"device_has_add": ["ANALOGOUT", "CAN", "LOWPOWERTIMER", "SERIAL_FC", "TRNG", "FLASH"],
15961596
"release_versions": ["2", "5"],
1597-
"device_name": "STM32L476VG"
1597+
"device_name": "STM32L476VG",
1598+
"bootloader_supported": true
15981599
},
15991600
"MTS_MDOT_F405RG": {
16001601
"inherits": ["FAMILY_STM32"],

0 commit comments

Comments
 (0)