diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-15 15:32:37 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-15 15:32:37 +0200 |
commit | 310a0a145a807706e68200be6cf28f18f6886fd0 (patch) | |
tree | df16110469b0598c88e2b5e59ec6d838d037a012 /.gitmodules | |
parent | 8de1733ca506dc7b7d4b66dca1b33c22e76dc855 (diff) |
add arduino code for simulated sensor
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3db31c7..1fecd11 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,3 +3,8 @@ url = https://github.com/beagleboard/linux branch = v6.6.15-ti-rt-arm32-r1 shallow = true +[submodule "arduino/lib/Arduino-CMake-Toolchain"] + path = arduino/lib/Arduino-CMake-Toolchain + url = https://github.com/a9183756-gh/Arduino-CMake-Toolchain + branch = e745a9bed3c3fb83442d55bf05630f31574674f2 + shallow = true |