From 9bb020129930a793e0bc0cce7d03c3bdad7430a5 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 20 Jan 2025 19:42:01 +0100 Subject: fw: Add cmsis Zephyr module --- .gitmodules | 3 +++ fw/zephyrproject/modules/hal/cmsis | 1 + 2 files changed, 4 insertions(+) create mode 160000 fw/zephyrproject/modules/hal/cmsis diff --git a/.gitmodules b/.gitmodules index 92f0e31..8c93949 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "fw/zephyrproject/zephyr"] path = fw/zephyrproject/zephyr url = https://github.com/zephyrproject-rtos/zephyr +[submodule "fw/zephyrproject/modules/cmsis"] + path = fw/zephyrproject/modules/hal/cmsis + url = https://github.com/zephyrproject-rtos/cmsis.git diff --git a/fw/zephyrproject/modules/hal/cmsis b/fw/zephyrproject/modules/hal/cmsis new file mode 160000 index 0000000..4b96cbb --- /dev/null +++ b/fw/zephyrproject/modules/hal/cmsis @@ -0,0 +1 @@ +Subproject commit 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0 -- cgit v1.2.3-70-g09d2