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. --- .gitmodules | 3 +++ fw/zephyrproject/modules/crypto/mbedtls | 1 + 2 files changed, 4 insertions(+) create mode 160000 fw/zephyrproject/modules/crypto/mbedtls diff --git a/.gitmodules b/.gitmodules index 64dfcba..be2c20e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "fw/zephyrproject/bootloader/mcuboot"] path = fw/zephyrproject/bootloader/mcuboot url = https://github.com/zephyrproject-rtos/mcuboot.git +[submodule "fw/zephyrproject/modules/crypto/mbedtls"] + path = fw/zephyrproject/modules/crypto/mbedtls + url = https://github.com/zephyrproject-rtos/mbedtls.git 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