manifest: Upgrade to trusted-firmware-m 1.8.0
Update trusted-firmware-m to 1.8.0, mbedtls to 3.4.0, and tf-m-tests to 1.8.0. Includes minor cmake changes due to file renames and such, as well as adjusting the return type of a callback function that has changed since the previous version of trusted-firmware-m. Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
1fd372737b
commit
a30dbd5fe8
4 changed files with 5 additions and 7 deletions
|
@ -52,7 +52,6 @@ zephyr_interface_library_named(mbedTLS)
|
|||
${ZEPHYR_CURRENT_MODULE_DIR}/library/cipher.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/cipher_wrap.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/cmac.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/code_share.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/ctr_drbg.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/debug.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/des.c
|
||||
|
@ -77,6 +76,7 @@ zephyr_interface_library_named(mbedTLS)
|
|||
${ZEPHYR_CURRENT_MODULE_DIR}/library/mps_reader.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/mps_trace.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/poly1305.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_util.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/ripemd160.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/rsa_alt_helpers.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/rsa.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue