Skip to content

fix(ch32v): select D8 startup for V203RB - #1135

Merged
zackees merged 1 commit into
mainfrom
fix/1121-ch32v203rb-startup
Jul 22, 2026
Merged

fix(ch32v): select D8 startup for V203RB#1135
zackees merged 1 commit into
mainfrom
fix/1121-ch32v203rb-startup

Conversation

@zackees

@zackees zackees commented Jul 22, 2026

Copy link
Copy Markdown
Member

Closes #1121\n\nUse the CH32V203xB selector for the V203RB board so the startup/vector table matches its D8 HAL configuration. This is a deliberate divergence from Community-PIO parity documented by the issue.\n\nValidation: git diff --check.

Summary by CodeRabbit

  • Bug Fixes
    • Updated the Arduino OpenWCH build configuration for CH32V203 boards to use the correct processor definition.
    • Improved compatibility and build reliability for the affected board variant.

@zackees
zackees merged commit b585ffa into main Jul 22, 2026
85 of 93 checks passed
@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 0c2fc332-89a6-40c2-8e48-476ff242463c

📥 Commits

Reviewing files that changed from the base of the PR and between d11a05a and db703e3.

📒 Files selected for processing (1)
  • crates/fbuild-config/assets/boards/json/genericCH32V203RBT6.json

📝 Walkthrough

Walkthrough

The CH32V203RB Arduino OpenWCH board configuration changes its preprocessor define from -DCH32V203 to -DCH32V203xB, with all other extra flags unchanged.

Changes

CH32V203RB configuration

Layer / File(s) Summary
Update CH32V203RB build flags
crates/fbuild-config/assets/boards/json/genericCH32V203RBT6.json
Replaces the -DCH32V203 extra flag with -DCH32V203xB.

Estimated code review effort: 1 (Trivial) | ~2 minutes

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/1121-ch32v203rb-startup

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

fix(ch32v): CH32V203RB links the D6 startup/vector table while HAL compiles as D8

1 participant