From db703e349a91fb3693582e4f7206f99e10e4ab08 Mon Sep 17 00:00:00 2001 From: zackees Date: Tue, 21 Jul 2026 19:01:05 -0700 Subject: [PATCH] fix(ch32v): select D8 startup for V203RB --- .../fbuild-config/assets/boards/json/genericCH32V203RBT6.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fbuild-config/assets/boards/json/genericCH32V203RBT6.json b/crates/fbuild-config/assets/boards/json/genericCH32V203RBT6.json index 1305772b1..cc682d74e 100644 --- a/crates/fbuild-config/assets/boards/json/genericCH32V203RBT6.json +++ b/crates/fbuild-config/assets/boards/json/genericCH32V203RBT6.json @@ -8,7 +8,7 @@ }, "clock_source": "hsi+pll", "core": "openwch", - "extra_flags": "-DCH32V203RB -DCH32V20X -DCH32V20x -DCH32V203 -DCH32V20x_D8", + "extra_flags": "-DCH32V203RB -DCH32V20X -DCH32V20x -DCH32V203xB -DCH32V20x_D8", "f_cpu": "144000000L", "mabi": "ilp32", "march": "rv32imacxw",