summaryrefslogtreecommitdiffstatshomepage
path: root/lib/stm32lib
Commit message (Collapse)AuthorAge
* lib/stm32lib: Update library for WB v1.10.0.Damien George2020-12-10
| | | | | | | Changes in this new library version are: - Update WB HAL to v1.10.0. Signed-off-by: Damien George <damien@micropython.org>
* lib/stm32lib: Update library for H7 v1.6.0 and WB v1.6.0.Damien George2020-07-21
| | | | | | | | | 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>
* lib/stm32lib: Update library for updated H7xx, new L0xx, new WBxx.Damien George2019-07-03
| | | | And this library now includes the startup_stm32*.s files for each MCU.
* lib/stm32lib: Update library to fix UART9/10 baudrate on F4 MCUs.Damien George2019-05-20
|
* lib/stm32lib: Update library to fix F7 MMC capacity calculation.Damien George2019-04-01
|
* lib/stm32lib: Update library to get F413 BOR defs and fix gcc 8 warning.Damien George2019-01-24
|
* lib/stm32lib: Update library to fix issue with filling USB TX FIFO.Damien George2018-09-26
|
* lib/stm32lib: Update library to include support for STM32F0 MCUs.Damien George2018-05-28
| | | | 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
* lib/stm32lib: Update library for fix to H7 SPI strict aliasing error.Damien George2018-03-25
|
* lib/stm32lib: Update library to include support for STM32H7 MCUs.Damien George2018-03-09
| | | | Now points to the branch: work-F4-1.16.0+F7-1.7.0+H7-1.2.0+L4-1.8.1
* stmhal: Update to new STM Cube HAL library.Damien George2017-08-29
| | | | | | | | | | | | | | 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.
* lib: Add new submodule, stm32lib containing STM32 CMSIS and HAL source.Damien George2017-08-29
Linked to https://github.com/micropython/stm32lib