Skip to content

Commit fb69410

Browse files
authored
Merge pull request ARMmbed#30 from bentcooke/NUCLEO_L476RG_add
Add NUCLEO_L476RG bootloader support config
2 parents 26beda5 + 6d7a18c commit fb69410

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mbed_app.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
"update-client.application-details": "0x08020000",
3939
"firmware_metadata_header_size": "0x400"
4040
},
41+
"NUCLEO_L476RG": {
42+
"firmware_metadata_header_address": "0x08020000",
43+
"update-client.application-details": "0x08020000",
44+
"firmware_metadata_header_size": "0x800"
45+
},
4146
"UBLOX_EVK_ODIN_W2": {
4247
"firmware_metadata_header_address": "0x08020000",
4348
"update-client.application-details": "0x08020000",

0 commit comments

Comments
 (0)