Skip to content

Commit e64db81

Browse files
committed
yml修正,readme添加nano描述
1 parent 16626bc commit e64db81

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ scons.args: &scons
55
nano:
66
<<: *scons
77
kconfig:
8-
- CONFIG_USING_NANO=y
8+
- CONFIG_RT_USING_NANO=y
99
# ------ peripheral ------
1010
peripheral.arduino:
1111
<<: *scons

bsp/stm32/stm32f103-blue-pill/README_zh.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pkgs --update
8888

8989
下载程序成功之后,系统会自动运行,LED 闪烁
9090

91-
连接开发板对应串口到 PC , 在终端工具里打开相应的串口(115200-8-1-N),复位设备后,可以看到 RT-Thread 的输出信息:
91+
连接开发板对应串口到 PC(PA9,PA10) , 在终端工具里打开相应的串口(115200-8-1-N),复位设备后,可以看到 RT-Thread 的输出信息:
9292

9393
```bash
9494
\ | /
@@ -121,7 +121,10 @@ msh >
121121
STM32F103C8T6和STM32F103CBT6(128KB Flash)是基于同一芯片制造的,但在出厂时,STM32F103C8T6仅对前64KB进行了测试和认证,因此官方文档中仅标注为64KB。链接脚本故意改成128kb的,解锁高64kb。
122122
注意:高64kb并不完全可靠,若是烧录超过64kb代码后运行出错,可能是硬件flash问题。
123123

124-
124+
可通过以下指令查看快速配置的内容,如果开启nano可以仅保留核心功能,减少代码占用。
125+
```bash
126+
scons --attach=?
127+
```
125128
## 感谢 & 维护
126129

127130
- 感谢[obito0](https://github.com/obito0)提供的[原始工程](../stm32f103-mini-system)

0 commit comments

Comments
 (0)