Skip to content

Conversation

@nzmichaelh
Copy link
Contributor

A recent commit added support for the CH32V30x/20x PLL multiplier. The code is protected by a IS_ENABLED(...) but uses a constant that doesn't exist for the CH32V00x, breaking the build.

Tested by building samples/basic/blinky for the ch32v003evt and linkw.

Fixes #98110

A recent commit added support for the CH32V30x/20x PLL multiplier. The
code is protected by a `IS_ENABLED(...)` but uses a constant that
doesn't exist for the CH32V00x, breaking the build.

Tested by building samples/basic/blinky for the ch32v003evt and linkw.

Signed-off-by: Michael Hope <[email protected]>
@sonarqubecloud
Copy link

@nzmichaelh
Copy link
Contributor Author

Note that the check failures are due to hitting an API rate limit: "API rate limit exceeded for installation."

@nashif nashif added this to the v4.3.0 milestone Oct 27, 2025
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.

CH32V003 / all WCH socs where RCC_PLLMULL is not defined 's build is broken

5 participants