From 69a8b62365b0b23bd86789626c118847af1a3dff Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 20 Jan 2025 19:44:08 +0100 Subject: fw: Add espressif HAL Zephyr module --- .gitmodules | 3 +++ fw/zephyrproject/modules/hal/espressif | 1 + 2 files changed, 4 insertions(+) create mode 160000 fw/zephyrproject/modules/hal/espressif 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 index 0000000..87e7902 --- /dev/null +++ b/fw/zephyrproject/modules/hal/espressif @@ -0,0 +1 @@ +Subproject commit 87e7902d7184a8280b4d13bce79801a723f4ddd8 -- cgit v1.2.3-70-g09d2