You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes include:
- Updating TF-M revision with changes needed in the repo.
- Removing the unnecessary installation of many PSA Crypto
header files.
- Adjusting include directories of psa_interface and moving
them to a dedicated common CMake file instead of
duplicating them.
- Moving the MBEDTLS_PLATFORM_*_ALT configs from the Mbed TLS
to the crypto library config file
(MBEDTLS_PLATFORM_PRINTF_ALT was needed for TF-M,
MBEDTLS_ENTROPY_HARDWARE_ALT is gone with Mbed TLS 4,
MBEDTLS_PLATFORM_ZEROIZE_ALT wasn't properly integrated).
- Some cleanup here and there.
Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
0 commit comments