summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--fw/CMakeLists.txt1
m---------fw/zephyrproject/modules/crypto/mbedtls0
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 033084e..98ea5fb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
[submodule "zephyrproject/modules/hal/cmsis"]
path = fw/zephyrproject/modules/hal/cmsis
url = https://github.com/zephyrproject-rtos/cmsis.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/CMakeLists.txt b/fw/CMakeLists.txt
index b7a3783..c0b9484 100644
--- a/fw/CMakeLists.txt
+++ b/fw/CMakeLists.txt
@@ -8,6 +8,7 @@ set(BOARD "native_sim/native/64")
set(ZEPHYR_MODULES
"${CMAKE_CURRENT_SOURCE_DIR}/zephyrproject/modules/hal/cmsis"
"${CMAKE_CURRENT_SOURCE_DIR}/zephyrproject/modules/hal/stm32"
+ "${CMAKE_CURRENT_SOURCE_DIR}/zephyrproject/modules/crypto/mbedtls"
)
find_package(Zephyr
REQUIRED
diff --git a/fw/zephyrproject/modules/crypto/mbedtls b/fw/zephyrproject/modules/crypto/mbedtls
new file mode 160000
+Subproject 4952e1328529ee549d412b498ea71c54f30aa3b