diff options
author | yn386 <wf.yn386@gmail.com> | 2022-09-19 17:55:51 +0900 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-09-25 23:56:20 +1000 |
commit | ae0b0e701899297d057ab8dc578b3bdbf0144fc4 (patch) | |
tree | dc5c0a6909a78891d10d9fd57bff4a58457cbd5c | |
parent | 30e50ab1951680a046c224c12f7cc29aed410e2a (diff) | |
download | micropython-ae0b0e701899297d057ab8dc578b3bdbf0144fc4.tar.gz micropython-ae0b0e701899297d057ab8dc578b3bdbf0144fc4.zip |
lib/stm32lib: Update library to get L1 v1.10.3, and some other fixes.
Changes in this new library version are:
- Add L1 HAL at v1.10.3.
- H7_HAL/rcc_ex: Add SPI45 to HAL_RCCEx_GetPeriphCLKFreq.
- L4_HAL/gpio_ex: Add #define for GPIO_AF14_TIM2 on L4P5/L4Q5.
- F4_HAL/i2c: Fix I2C frequency calculation macros.
- L1_HAL/utils: Fix compile error when USE_HAL_DRIVER is defined.
-rw-r--r-- | .gitmodules | 2 | ||||
m--------- | lib/stm32lib | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 3c47b5959a..992fec3d18 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,7 +13,7 @@ [submodule "lib/stm32lib"] path = lib/stm32lib url = https://github.com/micropython/stm32lib - 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 + branch = work-F0-1.9.0+F4-1.16.0+F7-1.7.0+G0-1.5.1+G4-1.3.0+H7-1.6.0+L0-1.11.2+L1-1.10.3+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 diff --git a/lib/stm32lib b/lib/stm32lib -Subproject eb80f0126e50687aac966f4c39a2b5a5deffbe7 +Subproject a9f8fee7bb0cb4ac1b4ff719b6b5b285f613f35 |