Skip to content

Commit 6d69f60

Browse files
committed
[bsp/gd32e503v-eval]add attachconfig
1 parent 4e214f2 commit 6d69f60

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
kernel.tick:
2+
kconfig:
3+
- CONFIG_RT_TICK_PER_SECOND=100
4+
kernel.console_name:
5+
kconfig:
6+
- CONFIG_RT_CONSOLE_DEVICE_NAME="uart0"
7+
component.dev_drv.ipc.sys_workqueue:
8+
kconfig:
9+
- CONFIG_RT_USING_SYSTEM_WORKQUEUE=y
10+
hw_drv_onchip.uart0:
11+
kconfig:
12+
- CONFIG_BSP_USING_UART0=y
13+
hw_drv_onchip.adc0:
14+
kconfig:
15+
- CONFIG_BSP_USING_ADC=y
16+
- CONFIG_BSP_USING_ADC0=y

0 commit comments

Comments
 (0)