diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-05 12:51:24 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-05 12:51:24 +0200 |
commit | a8b794c02574e96150d55852fa5db1ce7529503d (patch) | |
tree | cac16715745c58aa18b3c8fac8f058517ef234a9 /.gitmodules | |
parent | a96ffb4d0fd8576d753bb975b674b2aeef617d5f (diff) |
add arduino cmake toolchain + improve lazy.mk
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1a813e0..6313925 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,3 +18,9 @@ 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 + |