Skip to content

Commit c07410d

Browse files
author
Cruz Monrreal
authored
Merge pull request #9628 from kfnta/bare-metal-updates
Bare metal mbed_lib updates
2 parents 3944165 + b5e8492 commit c07410d

File tree

8 files changed

+59
-28
lines changed

8 files changed

+59
-28
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "psa-services",
3+
"requires": [
4+
"drivers",
5+
"platform",
6+
"mbedtls",
7+
"mbed-crypto",
8+
"storage",
9+
"flashiap-block-device",
10+
"tdbstore",
11+
"storage_tdb_internal"
12+
]
13+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "storage",
3+
"config": {
4+
"storage_type": {
5+
"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",
6+
"value": "default"
7+
},
8+
"default_kv": {
9+
"help": "A string name for the default kvstore configuration",
10+
"value": "kv"
11+
}
12+
},
13+
"target_overrides": {
14+
"FUTURE_SEQUANA_M0_PSA": {
15+
"storage_type": "TDB_INTERNAL"
16+
},
17+
"K66F": {
18+
"storage_type": "TDB_INTERNAL"
19+
},
20+
"NUCLEO_F411RE": {
21+
"storage_type": "TDB_INTERNAL"
22+
},
23+
"NUCLEO_F429ZI": {
24+
"storage_type": "TDB_INTERNAL"
25+
},
26+
"UBLOX_EVK_ODIN_W2": {
27+
"storage_type": "TDB_INTERNAL"
28+
}
29+
}
30+
}
Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
11
{
2-
"name": "storage",
3-
"config": {
4-
"storage_type": {
5-
"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",
6-
"value": "default"
7-
},
8-
"default_kv": {
9-
"help": "A string name for the default kvstore configuration",
10-
"value": "kv"
11-
}
12-
},
13-
"target_overrides": {
14-
"FUTURE_SEQUANA_M0_PSA": {
15-
"storage_type": "TDB_INTERNAL"
16-
},
17-
"K66F": {
18-
"storage_type": "TDB_INTERNAL"
19-
},
20-
"NUCLEO_F411RE": {
21-
"storage_type": "TDB_INTERNAL"
22-
},
23-
"NUCLEO_F429ZI": {
24-
"storage_type": "TDB_INTERNAL"
25-
},
26-
"UBLOX_EVK_ODIN_W2": {
27-
"storage_type": "TDB_INTERNAL"
28-
}
29-
}
2+
"name": "kv-config"
303
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "direct-access-devicekey"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "filesystemstore"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "kv-global-api"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "kv-map"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "tdbstore"
3+
}

0 commit comments

Comments
 (0)