Skip to content

Commit fce3a92

Browse files
Ze-HouMuChenger
authored andcommitted
feature: k230: Add other existing drivers to the ci.attachconfig.yml file (RT-Thread#10869)
Resolve issue RT-Thread#10857 Signed-off-by: Ze-Hou <[email protected]>
1 parent 013faa6 commit fce3a92

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

bsp/k230/.ci/attachconfig/ci.attachconfig.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,42 @@ devices.i2c:
77
- CONFIG_RT_USING_I2C=y
88
- CONFIG_BSP_USING_I2C=y
99
- CONFIG_BSP_USING_I2C0=y
10+
devices.adc:
11+
<<: *scons
12+
kconfig:
13+
- CONFIG_RT_USING_ADC=y
14+
- CONFIG_BSP_USING_ADC=y
15+
devices.hwtimer:
16+
<<: *scons
17+
kconfig:
18+
- CONFIG_RT_USING_HWTIMER=y
19+
- CONFIG_BSP_USING_TIMERS=y
20+
- CONFIG_BSP_USING_TIMER0=y
21+
devices.pdma:
22+
<<: *scons
23+
kconfig:
24+
- CONFIG_RT_USING_PDMA=y
25+
- CONFIG_BSP_USING_PDMA=y
26+
- CONFIG_BSP_USING_PDMA_CHANNEL0=y
27+
devices.pwm:
28+
<<: *scons
29+
kconfig:
30+
- CONFIG_RT_USING_PWM=y
31+
- CONFIG_BSP_USING_PWM=y
32+
- CONFIG_BSP_USING_PWM0=y
33+
devices.rtc:
34+
<<: *scons
35+
kconfig:
36+
- CONFIG_RT_USING_RTC=y
37+
- CONFIG_BSP_USING_RTC=y
38+
devices.ts:
39+
<<: *scons
40+
kconfig:
41+
- CONFIG_RT_USING_TS=y
42+
- CONFIG_BSP_USING_TS=y
43+
devices.wdt:
44+
<<: *scons
45+
kconfig:
46+
- CONFIG_RT_USING_WDT=y
47+
- CONFIG_BSP_USING_WDT=y
48+
- CONFIG_BSP_USING_WDT0=y

0 commit comments

Comments
 (0)