diff options
author | xengineering <me@xengineering.eu> | 2025-01-21 21:49:30 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-01-21 21:49:30 +0100 |
commit | 66d499dbb6216c069c69157fc1d5695d3c66f218 (patch) | |
tree | ebea48a096f404c5c4adc2de8f1f049fac8aa7f0 | |
parent | 9d5b0440a460ff49de21de90604c58808dd4a6c8 (diff) | |
download | soundbox-66d499dbb6216c069c69157fc1d5695d3c66f218.tar soundbox-66d499dbb6216c069c69157fc1d5695d3c66f218.tar.zst soundbox-66d499dbb6216c069c69157fc1d5695d3c66f218.zip |
fw: Add mbedtls Zephyr module
This is required to use WLAN connections with the ESP32.
-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 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 +Subproject 2f24831ee13d399ce019c4632b0bcd440a713f7 |