diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2a2aa71 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,13 @@ +[submodule "libopencm3"] + path = fw/libopencm3 + url = https://github.com/libopencm3/libopencm3 +[submodule "fw/src/crypto/noise-c"] + path = fw/src/crypto/noise-c + url = https://github.com/rweather/noise-c +[submodule "fw/upstream/stm32square"] + path = fw/upstream/stm32square + url = https://gitlab.com/neinseg/stm32square + branch = release +[submodule "fw/upstream/PyCortexMDebug"] + path = fw/upstream/PyCortexMDebug + url = https://github.com/bnahill/PyCortexMDebug |