LPC55S69: Update the KVStore config files

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
pull/10067/head
Mahesh Mahadevan 2019-02-28 12:41:10 -06:00 committed by Cruz Monrreal II
parent f1d90c9cf8
commit 560a45011b
2 changed files with 7 additions and 0 deletions

View File

@ -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"
} }
} }
} }

View File

@ -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"
} }
} }
} }