mirror of https://github.com/ARMmbed/mbed-os.git
Storage mbed_lib.json files
parent
b820ec8922
commit
bb775c2e69
features/storage/kvstore
conf
direct_access_devicekey
filesystemstore
global_api
kv_map
tdbstore
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"name": "storage",
|
||||||
|
"config": {
|
||||||
|
"storage_type": {
|
||||||
|
"help": "Options are TDB_INTERNAL, TDB_EXTERNAL, TDB_EXTERNAL_NO_RBP, FILESYSTEM, FILESYSTEM_NO_RBP or default. If default, the storage type will be chosen according to the component defined in targets.json",
|
||||||
|
"value": "default"
|
||||||
|
},
|
||||||
|
"default_kv": {
|
||||||
|
"help": "A string name for the default kvstore configuration",
|
||||||
|
"value": "kv"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"target_overrides": {
|
||||||
|
"FUTURE_SEQUANA_M0_PSA": {
|
||||||
|
"storage_type": "TDB_INTERNAL"
|
||||||
|
},
|
||||||
|
"K66F": {
|
||||||
|
"storage_type": "TDB_INTERNAL"
|
||||||
|
},
|
||||||
|
"NUCLEO_F411RE": {
|
||||||
|
"storage_type": "TDB_INTERNAL"
|
||||||
|
},
|
||||||
|
"NUCLEO_F429ZI": {
|
||||||
|
"storage_type": "TDB_INTERNAL"
|
||||||
|
},
|
||||||
|
"UBLOX_EVK_ODIN_W2": {
|
||||||
|
"storage_type": "TDB_INTERNAL"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,30 +1,3 @@
|
||||||
{
|
{
|
||||||
"name": "storage",
|
"name": "kv-config"
|
||||||
"config": {
|
|
||||||
"storage_type": {
|
|
||||||
"help": "Options are TDB_INTERNAL, TDB_EXTERNAL, TDB_EXTERNAL_NO_RBP, FILESYSTEM, FILESYSTEM_NO_RBP or default. If default, the storage type will be chosen according to the component defined in targets.json",
|
|
||||||
"value": "default"
|
|
||||||
},
|
|
||||||
"default_kv": {
|
|
||||||
"help": "A string name for the default kvstore configuration",
|
|
||||||
"value": "kv"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"target_overrides": {
|
|
||||||
"FUTURE_SEQUANA_M0_PSA": {
|
|
||||||
"storage_type": "TDB_INTERNAL"
|
|
||||||
},
|
|
||||||
"K66F": {
|
|
||||||
"storage_type": "TDB_INTERNAL"
|
|
||||||
},
|
|
||||||
"NUCLEO_F411RE": {
|
|
||||||
"storage_type": "TDB_INTERNAL"
|
|
||||||
},
|
|
||||||
"NUCLEO_F429ZI": {
|
|
||||||
"storage_type": "TDB_INTERNAL"
|
|
||||||
},
|
|
||||||
"UBLOX_EVK_ODIN_W2": {
|
|
||||||
"storage_type": "TDB_INTERNAL"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"name": "direct-access-devicekey"
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"name": "filesystemstore"
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"name": "kv-global-api"
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"name": "kv-map"
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"name": "tdbstore"
|
||||||
|
}
|
Loading…
Reference in New Issue