We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46071a4 commit 4a09accCopy full SHA for 4a09acc
1 file changed
README.md
@@ -15,13 +15,13 @@
15
```
16
├─document
17
├─rtthread # 保存env工具链和代码
18
-│ ├─packages # rtt软降包索引
+│ ├─packages # rtt软件包索引
19
│ └─tools/scripts # env python脚本
20
├─toolchain # 第三方工具链,主要是python/arm-gcc等
21
-│ ├─gcc # arm-gcc,用于编译固件
+│ ├─gcc # gcc,用于编译固件
22
│ ├─git # git-for-windows,用于版本管理
23
-│ ├─mconf # kconfig-frontends,在windows下使用kconfig
24
-│ ├─python # python,已经添加了所需的模块
+│ ├─mconf # kconfig-frontends,在windows下使用kconfig(已废弃)
+│ ├─python # python,已经添加了所需pip模块
25
│ ├─qemu # qemu,硬件模拟器,用于运行飞行仿真
26
│ ├─conemu # coemu,命令行终端(集成了clink)
27
│ └─vscode # vscode,文本编辑器,已安装所需的插件
0 commit comments