mbed-os/features/mbedtls/platform
Simon Butcher 21c6c90519 Make the storage configs dependent on the PSA label
This commit makes the storage configurations - setting
MBEDTLS_PSA_CRYPTO_STORAGE_C, MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C and unsetting
MBEDTLS_PSA_CRYPTO_STORAGE_FILE_C - dependent on the PSA label being defined for
the target.

Previously these symbols were always defined for all platforms which could
cause problems for targets that don't yet support PSA.
2019-03-03 22:55:38 +00:00
..
TARGET_PSA Implement PSA protected storage & restructure PSA storage implementation 2019-02-21 20:58:59 +02:00
inc Make the storage configs dependent on the PSA label 2019-03-03 22:55:38 +00:00
src Use a mutex in platform setup \ teardown functions 2019-02-18 11:43:32 +02:00