diff options
| author | William D. Jones <[email protected]> | 2019-03-04 10:41:05 -0500 |
|---|---|---|
| committer | William D. Jones <[email protected]> | 2019-03-04 10:41:05 -0500 |
| commit | 49aa6ec2516eddb2202c82a415b89be919bf1dd1 (patch) | |
| tree | 8bd03b7fc3d9fde5e9d22cf871aa7a3f57d87eb0 /.gitmodules | |
| parent | c95ad426c65b9fd3d393264ccf5dc34a4c315a36 (diff) | |
st: Use submodules for system files when possible, use more up to date
files otherwise. Update STM32F4-DISCOVERY demo and board.mk to reflect
changes.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2d9a88914..23b4cc668 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "tests/vendor/unity"] path = tests/vendor/unity url = https://github.com/ThrowTheSwitch/Unity.git +[submodule "hw/mcu/st/stm32lib"] + path = hw/mcu/st/stm32lib + url = https://github.com/micropython/stm32lib.git |
