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

Open
wants to merge 1 commit into
base: main
Choose a base branch
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 <gerson.budke@ossystems.com.br>
@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
@JarmouniA JarmouniA added the platform: STM32 ST Micro STM32 label Jan 6, 2025
@JarmouniA JarmouniA requested a review from FRASTM January 6, 2025 13:08
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