Skip to content

Commit 40e319a

Browse files
soleilplanetSeppo Takalo
authored andcommitted
add support for L496AG
1 parent 1dd0226 commit 40e319a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

configs/external_kvstore_with_qspif.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@
110110
"DISCO_L475VG_IOT01A": {
111111
"target.restrict_size" : "0x9000",
112112
"mbed-bootloader.bootloader-size": "(36*1024)"
113+
},
114+
"DISCO_L496AG": {
115+
"target.restrict_size" : "0x9000",
116+
"mbed-bootloader.bootloader-size": "(36*1024)"
113117
}
114118
}
115119
}

configs/internal_kvstore_with_qspif.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
"target.restrict_size" : "0x9000",
103103
"mbed-bootloader.bootloader-size": "(36*1024)"
104104
},
105+
"DISCO_L496AG": {
106+
"target.restrict_size" : "0x9000",
107+
"mbed-bootloader.bootloader-size": "(36*1024)"
108+
},
105109
"NRF52840_DK": {
106110
"target.static_memory_defines" : true,
107111
"target.features_remove" : ["CRYPTOCELL310"],

0 commit comments

Comments
 (0)