diff options
| author | ThomasintAnker <thomasintanker1@gmail.com> | 2024-06-18 16:23:51 +0200 |
|---|---|---|
| committer | ThomasintAnker <thomasintanker1@gmail.com> | 2024-06-18 16:23:51 +0200 |
| commit | a55d0bed6240c54f6173b1e38e80212c02c302de (patch) | |
| tree | 07c15eebc8cd84e1071a3f72d3c74475017372f3 /.gitmodules | |
| parent | b45b5d04daa29fcdd456233a931dcbb5b287769f (diff) | |
| parent | 245fde65808ce902064ab438296f04f691d007e7 (diff) | |
Merge branch 'master' into wip/handover
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 1a813e0..9ff7e96 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,8 +13,14 @@ url = https://github.com/FreeRTOS/FreeRTOS-Kernel branch = V11.1.0 shallow = true -[submodule "lib/mpack"] - path = lib/mpack +[submodule "lib/mpack/src"] + path = lib/mpack/src url = https://github.com/ludocode/mpack branch = v1.1.1 shallow = true +[submodule "lib/Arduino-CMake-Toolchain"] + path = lib/Arduino-CMake-Toolchain + url = https://github.com/a9183756-gh/Arduino-CMake-Toolchain + branch = e745a9bed3c3fb83442d55bf05630f31574674f2 + shallow = true + |