diff options
author | xengineering <me@xengineering.eu> | 2025-02-23 12:24:35 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-02-23 12:27:48 +0100 |
commit | 2fa7bd797bff2b232d7c2ef28b295437987ced58 (patch) | |
tree | 5a1728f3286df037338aeab06633040a1967070c | |
parent | fd759d4fb327cf58851a00f22f25730abb8eb5f4 (diff) | |
download | iot-contact-2fa7bd797bff2b232d7c2ef28b295437987ced58.tar iot-contact-2fa7bd797bff2b232d7c2ef28b295437987ced58.tar.zst iot-contact-2fa7bd797bff2b232d7c2ef28b295437987ced58.zip |
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.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | fw/zephyrproject/modules/crypto/mbedtls | 0 |
2 files changed, 3 insertions, 0 deletions
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 +Subproject a78176c6ff0733ba08018cba4447bd3f20de797 |