In Software Maturity Levels under Trusted Firmware-M, it is stated that only the minimal build is supported, while the full build is still considered experimental.
In Running applications with Trusted Firmware-M under Minimal build it is mentioned that the minimal build can be disabled by setting the CONFIG_TFM_PROFILE_TYPE_NOT_SET option.
The official Nordic sample template for TF-M (tfm_psa_template) provides a template for following Arm Platform Security Architecture (PSA) best practices on NRF devices, according to the README.md.
However, the tfm_psa_template explicitly sets CONFIG_TFM_PROFILE_TYPE_NOT_SET, thereby not utilizing the officially supported minimal build.
Could Nordic please clarify whether the TF-M setup used in the sample is officially supported, as defined in the Software Maturity Levels under Software maturity categories?
If it is not currently supported, could Nordic also clarify when such support is expected to be implemented?