diff options
author | xengineering <me@xengineering.eu> | 2021-09-17 20:08:07 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-09-17 20:08:07 +0200 |
commit | 8f414678c8706adbb63a0db876dd5938bce0c9f7 (patch) | |
tree | 3f417a89c48ce0e4d00c1de47c60b54859247940 | |
parent | 756c8e1eaa030bb798dbf1869415c18883de44a8 (diff) | |
download | ledcontrol-8f414678c8706adbb63a0db876dd5938bce0c9f7.tar ledcontrol-8f414678c8706adbb63a0db876dd5938bce0c9f7.tar.zst ledcontrol-8f414678c8706adbb63a0db876dd5938bce0c9f7.zip |
Add libstm32f103c8t6
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | deps/libstm32f103c8t6 | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7ee543a..3a56fb7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "deps/libopencm3"] path = deps/libopencm3 url = https://github.com/libopencm3/libopencm3.git +[submodule "deps/libstm32f103c8t6"] + path = deps/libstm32f103c8t6 + url = ssh://gitea@gitea.xengineering.eu:38209/xengineering/libstm32f103c8t6.git diff --git a/deps/libstm32f103c8t6 b/deps/libstm32f103c8t6 new file mode 160000 +Subproject eb3c07c3b3cb370d9f64e33ed34c9df5ce62b4a |