LPC55S69: Update the KVStore config files

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
pull/9910/head
Mahesh Mahadevan 2019-02-28 12:41:10 -06:00
parent 2e9bb17596
commit c607b8ab1a
2 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,9 @@
},
"UBLOX_EVK_ODIN_W2": {
"storage_type": "TDB_INTERNAL"
},
"LPC55S69_S": {
"storage_type": "TDB_INTERNAL"
}
}
}

View File

@ -18,6 +18,10 @@
"CY8CKIT_062_WIFI_BT_M0_PSA": {
"internal_size": "0x8000",
"internal_base_address": "0x10078000"
},
"LPC55S69_S": {
"internal_size": "0x10000",
"internal_base_address": "0x00030000"
}
}
}