| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
Changes in this new library version are:
- Update WB HAL to v1.10.0.
Signed-off-by: Damien George <damien@micropython.org>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
And this library now includes the startup_stm32*.s files for each MCU.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Now points to the branch: work-F4-1.16.0+F7-1.7.0+H7-1.2.0+L4-1.8.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
Linked to https://github.com/micropython/stm32lib
|