Skip to content

Commit aa7a02f

Browse files
Pataterdgreen-arm
authored andcommitted
musca: Mark Musca targets as experimental
TF-M and PSA have experimental APIs. Musca targets must initialize the tfm_ns_lock, via the experimental API tfm_ns_lock_init(), as part of their ordinary initialization procedure. Therefore, Musca targets must have experimental APIs present in order to function. Add the experimental API feature to Musca targets by default to ease usability of the Musca targets, rather than requiring all users and CI to manually enable experimental APIs when using these targets.
1 parent 7aadee9 commit aa7a02f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

targets/targets.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4661,6 +4661,9 @@
46614661
"ARM_SSG",
46624662
"MUSCA_A1"
46634663
],
4664+
"features_add": [
4665+
"EXPERIMENTAL_API"
4666+
],
46644667
"forced_reset_timeout": 7,
46654668
"release_versions": [
46664669
"5"
@@ -4718,6 +4721,9 @@
47184721
"ARM_SSG",
47194722
"MUSCA_B1"
47204723
],
4724+
"features_add": [
4725+
"EXPERIMENTAL_API"
4726+
],
47214727
"forced_reset_timeout": 20,
47224728
"release_versions": [
47234729
"5"

0 commit comments

Comments
 (0)