diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-06 17:05:53 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-06 17:05:53 +0200 |
commit | c3b4382302a7ac74ad12a4d315d1d2c15204ca54 (patch) | |
tree | c6bc8d87011d050c7d6689da8f8e25f10b59541f /.gitmodules | |
parent | 7485a5b3c30d5b707cd238b1f7a6ddd9516f06bd (diff) |
WIP makefile for stm32
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7217253 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "stm32f091/lib/STM32-base"] + path = stm32f091/lib/STM32-base + url = https://github.com/STM32-base/STM32-base +[submodule "stm32f091/lib/STM32CubeF0"] + path = stm32f091/lib/STM32CubeF0 + url = https://github.com/STMicroelectronics/STM32CubeF0 |