We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3328f commit 5edd297Copy full SHA for 5edd297
bsp/wch/risc-v/Libraries/Kconfig
@@ -13,6 +13,15 @@ config SOC_RISCV_SERIES_CH32V2
13
select SOC_RISCV_FAMILY_CH32
14
select RT_USING_HW_ATOMIC
15
16
+config SOC_RISCV_SERIES_CH32V20x_D6
17
+ bool
18
+
19
+config SOC_RISCV_SERIES_CH32V20x_D8
20
21
22
+config SOC_RISCV_SERIES_CH32V20x_D8W
23
24
25
config SOC_RISCV_SERIES_CH32V3
26
bool
27
select ARCH_RISCV
bsp/wch/risc-v/ch32v208w-r0/board/Kconfig
@@ -3,6 +3,7 @@ menu "Hardware Drivers Config"
3
config SOC_CH32V208WBU6
4
5
select SOC_RISCV_SERIES_CH32V2
6
+ select SOC_RISCV_SERIES_CH32V20x_D8W
7
select RT_USING_COMPONENTS_INIT
8
select RT_USING_USER_MAIN
9
default y
0 commit comments