Skip to content

Commit fd5c70d

Browse files
authored
stm32f103-keysking学习板BSP移植(first version) (#10286)
* 添加bsp到ci * [BSP]stm32f103-keysking学习板 bsp移植(first version) * 压缩board.png * 删除不必要文件(main.c,system_stm32f1xx.c) * 修改ignore文件 * 删改CubeMX_Config多余文件 * 修改attach文件为ci.attachconfig.yml * yml添加 --strict
1 parent d834899 commit fd5c70d

38 files changed

+14530
-0
lines changed

.github/ALL_BSP_COMPILE.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
"stm32/stm32f103-fire-arbitrary",
136136
"stm32/stm32f103-gizwits-gokitv21",
137137
"stm32/stm32f103-hw100k-ibox",
138+
"stm32/stm32f103-keysking-learning",
138139
"stm32/stm32f103-onenet-nbiot",
139140
"stm32/stm32f103-yf-ufun",
140141
"stm32/stm32f103-ys-f1pro",
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
scons.args: &scons
2+
scons_arg:
3+
- '--strict'
4+
system.use_nano:
5+
<<: *scons
6+
kconfig:
7+
CONFIG_RT_USING_NANO=y
8+
devices.gpio:
9+
<<: *scons
10+
kconfig:
11+
- CONFIG_BSP_USING_GPIO=y
12+
devices.uart:
13+
<<: *scons
14+
kconfig:
15+
- CONFIG_BSP_USING_UART=y
16+
- CONFIG_USING_SERIAL=y

0 commit comments

Comments
 (0)