Skip to content

Commit dd51655

Browse files
VynDragonfabiobaltieri
authored andcommitted
drivers: add CH32V203 to wch systick
Adds CH32V203 to the systick timer driver Signed-off-by: Camille BAUD <[email protected]>
1 parent e478369 commit dd51655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/timer/Kconfig.wch_ch32v00x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
config CH32V00X_SYSTICK
55
bool "CH32V QingKe core systick timer"
6-
depends on SOC_SERIES_QINGKE_V2A || SOC_SERIES_QINGKE_V4C || SOC_SERIES_CH32V00X
6+
depends on SOC_SERIES_QINGKE_V2A || SOC_SERIES_QINGKE_V4C || SOC_SERIES_CH32V00X || SOC_SERIES_QINGKE_V4B
77
default y
88
depends on DT_HAS_WCH_SYSTICK_ENABLED

0 commit comments

Comments
 (0)