Skip to content

Commit 4a09acc

Browse files
committed
update README.md
1 parent 46071a4 commit 4a09acc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
```
1616
├─document
1717
├─rtthread # 保存env工具链和代码
18-
│ ├─packages # rtt软降包索引
18+
│ ├─packages # rtt软件包索引
1919
│ └─tools/scripts # env python脚本
2020
├─toolchain # 第三方工具链,主要是python/arm-gcc等
21-
│ ├─gcc # arm-gcc,用于编译固件
21+
│ ├─gcc # gcc,用于编译固件
2222
│ ├─git # git-for-windows,用于版本管理
23-
│ ├─mconf # kconfig-frontends,在windows下使用kconfig
24-
│ ├─python # python,已经添加了所需的模块
23+
│ ├─mconf # kconfig-frontends,在windows下使用kconfig(已废弃)
24+
│ ├─python # python,已经添加了所需pip模块
2525
│ ├─qemu # qemu,硬件模拟器,用于运行飞行仿真
2626
│ ├─conemu # coemu,命令行终端(集成了clink)
2727
│ └─vscode # vscode,文本编辑器,已安装所需的插件

0 commit comments

Comments
 (0)