-
Notifications
You must be signed in to change notification settings - Fork 8.2k
west.yml: update hal_stm32 to latest version #82496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
west.yml: update hal_stm32 to latest version #82496
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please define newly available Kconfig USE_STM32_HAL_SDIO
5f1f879 to
7bbf479
Compare
Done |
Update hal_stm32 to latest version Signed-off-by: Guillaume Gautier <[email protected]>
New HAL update changed the prototype of the check DMA flag functions. H7 and U0 use a const parameter for these functions. Signed-off-by: Guillaume Gautier <[email protected]>
Now that the U5 HAL contains the dedicated LDO status function, use it instead of reading the register directly. Signed-off-by: Guillaume Gautier <[email protected]>
Add STM32 HAL SDIO module driver Signed-off-by: Guillaume Gautier <[email protected]>
0242581
78f6f89 to
0242581
Compare
Update hal_stm32 to latest version.