diff options
| author | Damien George | 2017-08-27 22:35:49 +1000 |
|---|---|---|
| committer | Damien George | 2017-08-29 13:39:09 +1000 |
| commit | 904eb2d9f35791da75156fe1ddacbe1c05b4b001 (patch) | |
| tree | 103cc337fe7595a5dc02e77c5a48b8e754c29d96 /.gitmodules | |
| parent | 58321dd9854d71a96e5db2d361e0efc05d9de8cf (diff) | |
lib: Add new submodule, stm32lib containing STM32 CMSIS and HAL source.
Linked to https://github.com/micropython/stm32lib
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7735bc2d0..d2d8dd278 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,3 +11,7 @@ [submodule "lib/berkeley-db-1.xx"] path = lib/berkeley-db-1.xx url = https://github.com/pfalcon/berkeley-db-1.xx +[submodule "lib/stm32lib"] + path = lib/stm32lib + url = https://github.com/micropython/stm32lib + branch = work-F4-1.13.1+F7-1.5.0+L4-1.3.0 |
