Skip to content

Commit c607b8a

Browse files
committed
LPC55S69: Update the KVStore config files
Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 2e9bb17 commit c607b8a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

features/storage/kvstore/conf/global/mbed_lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
},
2929
"UBLOX_EVK_ODIN_W2": {
3030
"storage_type": "TDB_INTERNAL"
31+
},
32+
"LPC55S69_S": {
33+
"storage_type": "TDB_INTERNAL"
3134
}
3235
}
3336
}

features/storage/kvstore/conf/tdb_internal/mbed_lib.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"CY8CKIT_062_WIFI_BT_M0_PSA": {
1919
"internal_size": "0x8000",
2020
"internal_base_address": "0x10078000"
21+
},
22+
"LPC55S69_S": {
23+
"internal_size": "0x10000",
24+
"internal_base_address": "0x00030000"
2125
}
2226
}
2327
}

0 commit comments

Comments
 (0)