mirror of https://github.com/ARMmbed/mbed-os.git
LPC55S69: Update the KVStore config files
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>pull/10067/head
parent
f1d90c9cf8
commit
560a45011b
|
@ -28,6 +28,9 @@
|
||||||
},
|
},
|
||||||
"UBLOX_EVK_ODIN_W2": {
|
"UBLOX_EVK_ODIN_W2": {
|
||||||
"storage_type": "TDB_INTERNAL"
|
"storage_type": "TDB_INTERNAL"
|
||||||
|
},
|
||||||
|
"LPC55S69_S": {
|
||||||
|
"storage_type": "TDB_INTERNAL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
"CY8CKIT_062_WIFI_BT_M0_PSA": {
|
"CY8CKIT_062_WIFI_BT_M0_PSA": {
|
||||||
"internal_size": "0x8000",
|
"internal_size": "0x8000",
|
||||||
"internal_base_address": "0x10078000"
|
"internal_base_address": "0x10078000"
|
||||||
|
},
|
||||||
|
"LPC55S69_S": {
|
||||||
|
"internal_size": "0x10000",
|
||||||
|
"internal_base_address": "0x00030000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue