Skip to content

Commit cd169a7

Browse files
committed
Enable PSA by default
To enable Mbed OS PSA on a non-TF-M target, a user only needs to add `"target.extra_labels_add": ["MBED_PSA_SRV"]` without having to touch `"target.features_add"` in `mbed_app.json`. This slightly simplifies the manual configuration.
1 parent 64263e1 commit cd169a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/mbed_app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"target_overrides": {
33
"*": {
44
"platform.stdio-convert-newlines": true,
5-
"target.features_add" : ["EXPERIMENTAL_API"],
5+
"target.features_add" : ["EXPERIMENTAL_API", "PSA"],
66
"target.components_remove": ["SD"]
77
}
88
},

0 commit comments

Comments
 (0)