From 66d499dbb6216c069c69157fc1d5695d3c66f218 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 21 Jan 2025 21:49:30 +0100 Subject: fw: Add mbedtls Zephyr module This is required to use WLAN connections with the ESP32. --- .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 b1638fc..110d45e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "fw/zephyrproject/modules/espressif"] path = fw/zephyrproject/modules/hal/espressif url = https://github.com/zephyrproject-rtos/hal_espressif +[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..2f24831 --- /dev/null +++ b/fw/zephyrproject/modules/crypto/mbedtls @@ -0,0 +1 @@ +Subproject commit 2f24831ee13d399ce019c4632b0bcd440a713f7c -- cgit v1.2.3-70-g09d2