Storage mbed_lib.json files

pull/9628/head
Oren Cohen 2019-02-06 13:28:29 +02:00 committed by Oren Cohen
parent b820ec8922
commit bb775c2e69
No known key found for this signature in database
GPG Key ID: 6F54A3184C6F8FF9
7 changed files with 46 additions and 28 deletions

View File

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

View File

@ -1,30 +1,3 @@
{
"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"
}
}
"name": "kv-config"
}

View File

@ -0,0 +1,3 @@
{
"name": "direct-access-devicekey"
}

View File

@ -0,0 +1,3 @@
{
"name": "filesystemstore"
}

View File

@ -0,0 +1,3 @@
{
"name": "kv-global-api"
}

View File

@ -0,0 +1,3 @@
{
"name": "kv-map"
}

View File

@ -0,0 +1,3 @@
{
"name": "tdbstore"
}