Fix up firmware and demos
This commit is contained in:
parent
88379634a8
commit
32da9c4e8c
22 changed files with 563 additions and 342 deletions
13
.gitmodules
vendored
Normal file
13
.gitmodules
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue