Skip to content

Commit 1fe2a0b

Browse files
authored
[bsp]stm32 attach配置整理为yml(f0-f4、g、l系列) (#10417)
* f0-f405 attach整理为yml * f4系列yml整理 * g系列整理yml * l系列yml整理 * l475 f429 yml关闭strict检测 * revert stm32l475-atk-pandora的修改 * revert stm32f723-st-disco的修改 * revert stm32f429-armfly-v6的修改
1 parent 3fe62df commit 1fe2a0b

File tree

131 files changed

+658
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+658
-152
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
scons.args: &scons
2+
scons_arg:
3+
- '--strict'
4+
5+
# ------ nano ------
6+
nano:
7+
<<: *scons
8+
kconfig:
9+
- CONFIG_RT_USING_NANO=y
10+
# ------ peripheral ------
11+
peripheral.arduino:
12+
<<: *scons
13+
kconfig:
14+
- CONFIG_BSP_USING_ARDUINO=y

bsp/stm32/stm32f072-st-nucleo/.ci/attachconfig/nano.attach

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

bsp/stm32/stm32f072-st-nucleo/.ci/attachconfig/rtduino.attach

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
scons.args: &scons
2+
scons_arg:
3+
- '--strict'
4+
5+
# ------ nano ------
6+
nano:
7+
<<: *scons
8+
kconfig:
9+
- CONFIG_RT_USING_NANO=y
10+

bsp/stm32/stm32f091-st-nucleo/.ci/attachconfig/nano.attach

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
scons.args: &scons
2+
scons_arg:
3+
- '--strict'
4+
5+
# ------ nano ------
6+
nano:
7+
<<: *scons
8+
kconfig:
9+
- CONFIG_RT_USING_NANO=y
10+

bsp/stm32/stm32f103-100ask-mini/.ci/attachconfig/nano.attach

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
scons.args: &scons
2+
scons_arg:
3+
- '--strict'
4+
5+
# ------ nano ------
6+
nano:
7+
<<: *scons
8+
kconfig:
9+
- CONFIG_RT_USING_NANO=y
10+

bsp/stm32/stm32f103-100ask-pro/.ci/attachconfig/nano.attach

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
scons.args: &scons
2+
scons_arg:
3+
- '--strict'
4+
5+
# ------ nano ------
6+
nano:
7+
<<: *scons
8+
kconfig:
9+
- CONFIG_RT_USING_NANO=y
10+

0 commit comments

Comments
 (0)