Skip to content
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

Update HAL STM32 #79089

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

gautierg-st
Copy link
Contributor

This PR updates west.yml to use the latest versions of the STM32 HAL.
Also updates the clock driver for STM32C0 which uses different macros to set the AHB prescaler.

@zephyrbot
Copy link
Collaborator

zephyrbot commented Sep 27, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
hal_stm32 zephyrproject-rtos/hal_stm32@1ff8205 zephyrproject-rtos/hal_stm32@6f0e5f7 (main) zephyrproject-rtos/[email protected]

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@zephyrbot zephyrbot added manifest manifest-hal_stm32 DNM This PR should not be merged (Do Not Merge) area: DMA Direct Memory Access labels Sep 27, 2024
@zephyrbot zephyrbot requested a review from teburd October 2, 2024 12:31
Update hal_stm32 to use the latest version.

Signed-off-by: Guillaume Gautier <[email protected]>
STM32C0 have a different prescaler for SYSCLK and for HCLK.
Updates the clock driver to use the appropriate prescaler for each series.

Signed-off-by: Guillaume Gautier <[email protected]>
Fix the DMAMUX driver for the STM32C0 HAL update. Typedef used in function
is now const.

Signed-off-by: Guillaume Gautier <[email protected]>
@zephyrbot zephyrbot removed the DNM This PR should not be merged (Do Not Merge) label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants