[Tools] Update images

This commit is contained in:
bernard
2025-08-01 22:46:14 +08:00
committed by R b b666
parent a65efe648c
commit 5c568f0280
7 changed files with 4 additions and 126 deletions

View File

@@ -23,32 +23,7 @@ RT-Thread使用基于SCons的构建系统提供了统一的跨平台构建体
### 系统架构图
```
┌─────────────────────────────────────────────────────────────┐
│ 用户命令 │
│ (scons, scons --target=xxx) │
└─────────────────────┬───────────────────────────────────────┘
┌─────────────────────▼───────────────────────────────────────┐
│ SConstruct │
│ (BSP根目录构建脚本) │
└─────────────────────┬───────────────────────────────────────┘
┌─────────────────────▼───────────────────────────────────────┐
│ building.py │
│ (核心构建引擎和函数库) │
├─────────────────────┬───────────────────────────────────────┤
│ PrepareBuilding() │ DefineGroup() │ DoBuilding() │
│ 环境初始化 │ 组件定义 │ 执行构建 │
└─────────────────────┴─────────┬─────────────────────────────┘
┌───────────────────────┼───────────────────────┐
│ │ │
┌───────▼────────┐ ┌────────▼────────┐ ┌────────▼────────┐
│ SConscript │ │ rtconfig.py │ │ rtconfig.h │
│ (组件脚本) │ │ (工具链配置) │ │ (功能配置) │
└────────────────┘ └─────────────────┘ └─────────────────┘
```
![arch](./guide_arch.drawio.png)
## 快速开始