Skip to content

Commit 27052de

Browse files
brianesquilonaevedon
authored andcommitted
Added config for DISCO_L475VG_IOT01A (ARMmbed#139)
1 parent dbbbe09 commit 27052de

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

mbed_app.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,17 @@
101101
"application-start-address" : "(MBED_CONF_APP_FLASH_START_ADDRESS+38*1024)",
102102
"max-application-size" : "DEFAULT_MAX_APPLICATION_SIZE"
103103
},
104+
"DISCO_L475VG_IOT01A": {
105+
"flash-start-address" : "0x08000000",
106+
"flash-size" : "(1024*1024)",
107+
"nvstore.area_1_address" : "(MBED_CONF_APP_FLASH_START_ADDRESS+32*1024)",
108+
"nvstore.area_1_size" : "(2*1024)",
109+
"nvstore.area_2_address" : "(MBED_CONF_APP_FLASH_START_ADDRESS+34*1024)",
110+
"nvstore.area_2_size" : "(2*1024)",
111+
"update-client.application-details": "(MBED_CONF_APP_FLASH_START_ADDRESS+36*1024)",
112+
"application-start-address" : "(MBED_CONF_APP_FLASH_START_ADDRESS+38*1024)",
113+
"max-application-size" : "DEFAULT_MAX_APPLICATION_SIZE"
114+
},
104115
"NUCLEO_F411RE": {
105116
"flash-start-address" : "0x08000000",
106117
"flash-size" : "(512*1024)",

0 commit comments

Comments
 (0)