Initial commit, demo works

This commit is contained in:
jaseg 2021-06-27 13:44:21 +02:00
commit 7bc4391185
31 changed files with 3370 additions and 0 deletions

19
.gitmodules vendored Normal file
View file

@ -0,0 +1,19 @@
[submodule "demo/fw/tinyprintf"]
path = demo/fw/tinyprintf
url = https://github.com/cjlano/tinyprintf
[submodule "upstream/PyCortexMDebug"]
path = upstream/PyCortexMDebug
url = https://github.com/bnahill/PyCortexMDebug
[submodule "upstream/stm32square"]
path = upstream/stm32square
url = https://gitlab.com/neinseg/stm32square
branch = release
[submodule "upstream/STM32CubeF4"]
path = upstream/STM32CubeF4
url = https://github.com/STMicroelectronics/STM32CubeF4
[submodule "upstream/cmsis_device_f4"]
path = upstream/cmsis_device_f4
url = https://github.com/STMicroelectronics/cmsis_device_f4
[submodule "upstream/CMSIS_5"]
path = upstream/CMSIS_5
url = https://github.com/ARM-software/CMSIS_5