Initial commit, demo works
This commit is contained in:
commit
7bc4391185
31 changed files with 3370 additions and 0 deletions
19
.gitmodules
vendored
Normal file
19
.gitmodules
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue