TF-PSA-Crypto 1.1.0 breaks the build of TF-M (Trusted Firmware M) when using ATfE (Arm Toolchain for Embedded): after upgrading, they needed a workaround to avoid querying for the presence of C11 Annex K functions. The patch disables our #define __STDC_WANT_LIB_EXT1__ 1.
Goal of this issue: identify the problem and find a solution so that TF-M doesn't need to carry a patch.
TF-PSA-Crypto 1.1.0 breaks the build of TF-M (Trusted Firmware M) when using ATfE (Arm Toolchain for Embedded): after upgrading, they needed a workaround to avoid querying for the presence of C11 Annex K functions. The patch disables our
#define __STDC_WANT_LIB_EXT1__ 1.Goal of this issue: identify the problem and find a solution so that TF-M doesn't need to carry a patch.