Fix up firmware and demos

This commit is contained in:
jaseg 2021-03-23 19:04:11 +01:00
parent 88379634a8
commit 32da9c4e8c
22 changed files with 563 additions and 342 deletions

13
.gitmodules vendored Normal file
View file

@ -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