Merge pull request #9628 from kfnta/bare-metal-updates

Bare metal mbed_lib updates
pull/9724/head
Cruz Monrreal 2019-02-14 09:13:34 -06:00 committed by GitHub
commit c07410d78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 59 additions and 28 deletions

View File

@ -0,0 +1,13 @@
{
"name": "psa-services",
"requires": [
"drivers",
"platform",
"mbedtls",
"mbed-crypto",
"storage",
"flashiap-block-device",
"tdbstore",
"storage_tdb_internal"
]
}

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

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