Skip to content

Commit 98909b4

Browse files
committed
yml添加常用外设
1 parent b597dca commit 98909b4

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

bsp/stm32/stm32f103-blue-pill/.ci/attachconfig/ci.attachconfig.yml

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,40 @@ scons.args: &scons
55
nano:
66
<<: *scons
77
kconfig:
8-
- CONFIG_RT_USING_NANO=y
8+
- CONFIG_USING_NANO=y
99
# ------ peripheral ------
10-
peripheral.adruino:
10+
peripheral.arduino:
1111
<<: *scons
1212
kconfig:
13-
- CONFIG_BSP_USING_ARDUINO=y
14-
peripheral.usb2usart:
13+
- CONFIG_BSP_USING_ARDUINO=y
14+
peripheral.usbd:
15+
<<: *scons
16+
kconfig:
17+
- CONFIG_BSP_USING_USBD=y
18+
# ------ devices ------
19+
devices.uart1:
1520
<<: *scons
1621
kconfig:
1722
- CONFIG_BSP_USING_GPIO=y
1823
- CONFIG_BSP_USING_UART=y
1924
- CONFIG_USING_SERIAL=y
25+
devices.i2c1:
26+
<<: *scons
27+
kconfig:
28+
- CONFIG_BSP_USING_I2C1=y
29+
devices.pwm2:
30+
<<: *scons
31+
kconfig:
32+
- CONFIG_BSP_USING_PWM=y
33+
- CONFIG_BSP_USING_PWM2=y
34+
- CONFIG_BSP_USING_PWM2_CH1=y
35+
devices.spi2:
36+
<<: *scons
37+
kconfig:
38+
- CONFIG_BSP_USING_SPI=y
39+
- CONFIG_BSP_USING_SPI2=y
40+
devices.adc:
41+
<<: *scons
42+
kconfig:
43+
- CONFIG_BSP_USING_ADC=y
44+
- CONFIG_BSP_USING_ADC1=y

0 commit comments

Comments
 (0)