mirror of https://github.com/ARMmbed/mbed-os.git
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.pull/13003/head
parent
7aadee9ab7
commit
aa7a02f0a9
|
@ -4661,6 +4661,9 @@
|
||||||
"ARM_SSG",
|
"ARM_SSG",
|
||||||
"MUSCA_A1"
|
"MUSCA_A1"
|
||||||
],
|
],
|
||||||
|
"features_add": [
|
||||||
|
"EXPERIMENTAL_API"
|
||||||
|
],
|
||||||
"forced_reset_timeout": 7,
|
"forced_reset_timeout": 7,
|
||||||
"release_versions": [
|
"release_versions": [
|
||||||
"5"
|
"5"
|
||||||
|
@ -4718,6 +4721,9 @@
|
||||||
"ARM_SSG",
|
"ARM_SSG",
|
||||||
"MUSCA_B1"
|
"MUSCA_B1"
|
||||||
],
|
],
|
||||||
|
"features_add": [
|
||||||
|
"EXPERIMENTAL_API"
|
||||||
|
],
|
||||||
"forced_reset_timeout": 20,
|
"forced_reset_timeout": 20,
|
||||||
"release_versions": [
|
"release_versions": [
|
||||||
"5"
|
"5"
|
||||||
|
|
Loading…
Reference in New Issue