From 32da9c4e8cb2b5252c13b363db7c28675cf60bb5 Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 23 Mar 2021 19:04:11 +0100 Subject: Fix up firmware and demos --- .gitmodules | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit