diff options
author | xengineering <me@xengineering.eu> | 2025-01-20 19:44:08 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-01-20 20:26:55 +0100 |
commit | 69a8b62365b0b23bd86789626c118847af1a3dff (patch) | |
tree | 164ba072d268b509e6370df97d5c674976ef9271 | |
parent | 9bb020129930a793e0bc0cce7d03c3bdad7430a5 (diff) | |
download | soundbox-69a8b62365b0b23bd86789626c118847af1a3dff.tar soundbox-69a8b62365b0b23bd86789626c118847af1a3dff.tar.zst soundbox-69a8b62365b0b23bd86789626c118847af1a3dff.zip |
fw: Add espressif HAL Zephyr module
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | fw/zephyrproject/modules/hal/espressif | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8c93949..b1638fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "fw/zephyrproject/modules/cmsis"] path = fw/zephyrproject/modules/hal/cmsis url = https://github.com/zephyrproject-rtos/cmsis.git +[submodule "fw/zephyrproject/modules/espressif"] + path = fw/zephyrproject/modules/hal/espressif + url = https://github.com/zephyrproject-rtos/hal_espressif diff --git a/fw/zephyrproject/modules/hal/espressif b/fw/zephyrproject/modules/hal/espressif new file mode 160000 +Subproject 87e7902d7184a8280b4d13bce79801a723f4ddd |