diff options
author | Damien George <damien@micropython.org> | 2022-02-01 15:45:54 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-02-01 16:21:01 +1100 |
commit | a5003ba40719a3da70586bb79856ec635db1076d (patch) | |
tree | 67fde6b88a49a1bd64068cd5a56d418074ea886f | |
parent | 8f68e26f79ee325669fb7dc7bbd092fccd5b038f (diff) | |
download | micropython-a5003ba40719a3da70586bb79856ec635db1076d.tar.gz micropython-a5003ba40719a3da70586bb79856ec635db1076d.zip |
gitmodules: Update branch for stm32lib submodule.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index a92757df2c..d0b73e2ecf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,7 +13,7 @@ [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 + branch = work-F0-1.9.0+F4-1.16.0+F7-1.7.0+G4-1.3.0+H7-1.6.0+L0-1.11.2+L4-1.17.0+WB-1.10.0+WL-1.1.0 [submodule "lib/nrfx"] path = lib/nrfx url = https://github.com/NordicSemiconductor/nrfx.git |