Skip to content

Compile all examples in CI and fix compilation#5

Merged
TsvetanUsunov merged 1 commit intoOLIMEX:mainfrom
maxgerhardt:main
Aug 12, 2025
Merged

Compile all examples in CI and fix compilation#5
TsvetanUsunov merged 1 commit intoOLIMEX:mainfrom
maxgerhardt:main

Conversation

@maxgerhardt
Copy link
Copy Markdown
Contributor

Uses free Github Actions CI to build all projects inside SOFTWARE (docs).

Fixes compilation for the ADC buzzer and RVPC project by replacing NVIC_PriorityGroup_2 with NVIC_PriorityGroup_1. The WCH people deleted that from the SDK (change introduced in SDK version 1.7). Priority group 1 is then what's used in the current official examples:

https://github.com/openwch/ch32v003/blob/f9fd9c896feed53f29350e099e4a0cd9a8bdecca/EVT/EXAM/GPIO/GPIO_Toggle/User/main.c#L54

Gives the project the green checkmark in the commit line for passing CI.

@TsvetanUsunov TsvetanUsunov merged commit 40329aa into OLIMEX:main Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants