Skip to content

Commit 0d588f0

Browse files
committed
Enable PSA so that this example can run
This example requires PSA to be enabled in order for the PSA APIs to be available for use. This example uses PSA Crypto APIs and thus requires the target to have the PSA label in order to make those PSA APIs available.
1 parent 1549b6e commit 0d588f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mbed_app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"target_overrides": {
33
"*": {
4-
"platform.stdio-convert-newlines": true
4+
"platform.stdio-convert-newlines": true,
5+
"target.extra_labels_add": ["PSA"]
56
}
67
}
78
}

0 commit comments

Comments
 (0)