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

drivers: clock: stm32: Fix stm32c0 apb2_prescaler #83544

Closed
wants to merge 1 commit into from

Conversation

nandojve
Copy link
Member

@nandojve nandojve commented Jan 3, 2025

The stm32c0 fail to build when using timer3 because of missing apb2_prescaler definition. This add a default value to fix the issue.

Fixes #83543

The stm32c0 fail to build when using timer3 because of missing
apb2_prescaler definition. This add a default value to fix the
issue.

Fixes zephyrproject-rtos#83543

Signed-off-by: Gerson Fernando Budke <[email protected]>
@nandojve nandojve added this to the v4.1.0 milestone Jan 3, 2025
@zephyrbot zephyrbot added size: XS A PR changing only a single line of code area: Clock Control labels Jan 3, 2025
@zephyrbot zephyrbot requested a review from nordic-krch January 3, 2025 17:48
@nandojve
Copy link
Member Author

nandojve commented Jan 6, 2025

Closing due to #83543 (comment)

@nandojve nandojve closed this Jan 6, 2025
@nandojve nandojve deleted the stm32/fix-c0-apb2 branch January 6, 2025 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Clock Control platform: STM32 ST Micro STM32 size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

drivers: clock: stm32: stm32c03 fail to build
5 participants