From 2fa7bd797bff2b232d7c2ef28b295437987ced58 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 23 Feb 2025 12:24:35 +0100 Subject: fw: Add mbedtls submodule This module provides the library for the cryptography required for MCUboot. Later it will likely also be used to secure the full communication with the device. --- fw/zephyrproject/modules/crypto/mbedtls | 1 + 1 file changed, 1 insertion(+) create mode 160000 fw/zephyrproject/modules/crypto/mbedtls (limited to 'fw/zephyrproject/modules/crypto/mbedtls') diff --git a/fw/zephyrproject/modules/crypto/mbedtls b/fw/zephyrproject/modules/crypto/mbedtls new file mode 160000 index 0000000..a78176c --- /dev/null +++ b/fw/zephyrproject/modules/crypto/mbedtls @@ -0,0 +1 @@ +Subproject commit a78176c6ff0733ba08018cba4447bd3f20de7978 -- cgit v1.2.3-70-g09d2