From af306862d58b9e18b2849e8e917118e1ea49abf4 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 20 Jan 2025 19:30:48 +0100 Subject: fw: Add Zephyr v3.7.0 --- .gitmodules | 3 +++ fw/zephyrproject/zephyr | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 fw/zephyrproject/zephyr diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..92f0e31 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "fw/zephyrproject/zephyr"] + path = fw/zephyrproject/zephyr + url = https://github.com/zephyrproject-rtos/zephyr diff --git a/fw/zephyrproject/zephyr b/fw/zephyrproject/zephyr new file mode 160000 index 0000000..36940db --- /dev/null +++ b/fw/zephyrproject/zephyr @@ -0,0 +1 @@ +Subproject commit 36940db938a8f4a1e919496793ed439850a221c2 -- cgit v1.2.3-70-g09d2