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
set(MBEDCRYPTO_VERSION "mbedtls-2.26.0"CACHESTRING"The version of Mbed Crypto to use")
169
169
set(MBEDCRYPTO_GIT_REMOTE "https://github.com/ARMmbed/mbedtls.git"CACHESTRING"The URL (or path) to retrieve MbedTLS from.")
170
170
set(MBEDCRYPTO_BUILD_TYPE "${CMAKE_BUILD_TYPE}"CACHESTRING"Build type of Mbed Crypto library")
171
-
set(TFM_MBEDCRYPTO_CONFIG_PATH "${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbedcrypto_config_default.h"CACHEPATH"Config to use for Mbed Crypto")
171
+
# Below is the cache type for TFM_MBEDCRYPTO_CONFIG_PATH.
172
+
# This is intended to be controlled by an external build system to support relative path.
set(TFM_MBEDCRYPTO_CONFIG_TYPE "PATH"CACHESTRING"Type of the *_MBEDCRYPTO_CONFIG_PATH variables, used internally")
178
+
set(TFM_MBEDCRYPTO_CONFIG_PATH "${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbedcrypto_config_default.h"CACHE${TFM_MBEDCRYPTO_CONFIG_TYPE}"Config to use for Mbed Crypto")
172
179
set(TFM_MBEDCRYPTO_PLATFORM_EXTRA_CONFIG_PATH ""CACHEPATH"Config to append to standard Mbed Crypto config, used by platforms to cnfigure feature support")
173
180
174
181
set(TFM_TEST_REPO_PATH "DOWNLOAD"CACHEPATH"Path to TFM-TEST repo (or DOWNLOAD to fetch automatically")
0 commit comments