summaryrefslogtreecommitdiff
path: root/lib/stm32lib
AgeCommit message (Collapse)Author
2022-01-06lib/stm32lib: Update library for fix to F7 USB HS.Damien George
Fixes build on MCUs with built-in USB HS PHY. Signed-off-by: Damien George <damien@micropython.org>
2021-12-14lib/stm32lib: Update library for L4 v1.17.0, new G4, WL, and MMC fixes.Damien George
Changes in this new library version are: - Update L4 HAL to v1.17.0. - Add G4 HAL at v1.3.0. - Add WL HAL at v1.1.0. - Fix F4 UART and DMA data loss with RX hardware flow control. - Optimise USB to pass config struct by reference. - Fix bug in F4 MMC HAL_MMC_Erase function. - Fix bug setting MMC relative address in F4 and F7 HAL. Signed-off-by: Damien George <damien@micropython.org>
2020-12-10lib/stm32lib: Update library for WB v1.10.0.Damien George
Changes in this new library version are: - Update WB HAL to v1.10.0. Signed-off-by: Damien George <damien@micropython.org>
2020-07-21lib/stm32lib: Update library for H7 v1.6.0 and WB v1.6.0.Damien George
Changes in this new library version are: - Update H7 HAL to v1.6.0. - Update WB HAL to v1.6.0. - Add patches to fix F4 ll_uart clock selection for UART9/UART10. Signed-off-by: Damien George <damien@micropython.org>
2019-07-03lib/stm32lib: Update library for updated H7xx, new L0xx, new WBxx.Damien George
And this library now includes the startup_stm32*.s files for each MCU.
2019-05-20lib/stm32lib: Update library to fix UART9/10 baudrate on F4 MCUs.Damien George
2019-04-01lib/stm32lib: Update library to fix F7 MMC capacity calculation.Damien George
2019-01-24lib/stm32lib: Update library to get F413 BOR defs and fix gcc 8 warning.Damien George
2018-09-26lib/stm32lib: Update library to fix issue with filling USB TX FIFO.Damien George
2018-05-28lib/stm32lib: Update library to include support for STM32F0 MCUs.Damien George
Now points to branch: work-F0-1.9.0+F4-1.16.0+F7-1.7.0+H7-1.2.0+L4-1.8.1
2018-03-25lib/stm32lib: Update library for fix to H7 SPI strict aliasing error.Damien George
2018-03-09lib/stm32lib: Update library to include support for STM32H7 MCUs.Damien George
Now points to the branch: work-F4-1.16.0+F7-1.7.0+H7-1.2.0+L4-1.8.1
2017-08-29stmhal: Update to new STM Cube HAL library.Damien George
This upgrades the HAL to the versions: - F4 V1.16.0 - F7 V1.7.0 - L4 V1.8.1 The main changes were in the SD card driver. The vendor changed the SD read/write functions to accept block number intead of byte address, so there is no longer any need for a custom patch for this in stm32lib. The CardType values also changed, so pyb.SDCard().info() will return different values for the 3rd element of the tuple, but this function was never documented.
2017-08-29lib: Add new submodule, stm32lib containing STM32 CMSIS and HAL source.Damien George
Linked to https://github.com/micropython/stm32lib