Skip to content

Commit 25cc6f8

Browse files
committed
Fix CI build issue with GCC_ARM and ARMC6 toolchain
1 parent d956116 commit 25cc6f8

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

TESTS/configs/baremetal.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"system-storage",
2525
"SecureStore",
2626
"storage",
27+
"kvstore",
2728
"direct-access-devicekey",
2829
"kv-config",
2930
"events",

features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"mbedtls",
77
"storage",
88
"flashiap-block-device",
9-
"tdbstore",
9+
"kvstore",
1010
"storage_tdb_internal"
1111
]
1212
}

storage/kvstore/mbed_lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "kvstore"
3+
}

0 commit comments

Comments
 (0)