Skip to content

Commit b597dca

Browse files
committed
blue-pill attachconfig整理为yml
1 parent f684d4a commit b597dca

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
scons.args: &scons
2+
scons_arg:
3+
- '--strict'
4+
# ------ nano ------
5+
nano:
6+
<<: *scons
7+
kconfig:
8+
- CONFIG_RT_USING_NANO=y
9+
# ------ peripheral ------
10+
peripheral.adruino:
11+
<<: *scons
12+
kconfig:
13+
- CONFIG_BSP_USING_ARDUINO=y
14+
peripheral.usb2usart:
15+
<<: *scons
16+
kconfig:
17+
- CONFIG_BSP_USING_GPIO=y
18+
- CONFIG_BSP_USING_UART=y
19+
- CONFIG_USING_SERIAL=y

bsp/stm32/stm32f103-blue-pill/.ci/attachconfig/nano.attach

Lines changed: 0 additions & 2 deletions
This file was deleted.

bsp/stm32/stm32f103-blue-pill/.ci/attachconfig/rtduino.attach

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)