mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-23 18:47:22 +08:00
[Tools] Update images
This commit is contained in:
@@ -23,32 +23,7 @@ RT-Thread使用基于SCons的构建系统,提供了统一的跨平台构建体
|
||||
|
||||
### 系统架构图
|
||||
|
||||
```
|
||||
┌─────────────────────────────────────────────────────────────┐
|
||||
│ 用户命令 │
|
||||
│ (scons, scons --target=xxx) │
|
||||
└─────────────────────┬───────────────────────────────────────┘
|
||||
│
|
||||
┌─────────────────────▼───────────────────────────────────────┐
|
||||
│ SConstruct │
|
||||
│ (BSP根目录构建脚本) │
|
||||
└─────────────────────┬───────────────────────────────────────┘
|
||||
│
|
||||
┌─────────────────────▼───────────────────────────────────────┐
|
||||
│ building.py │
|
||||
│ (核心构建引擎和函数库) │
|
||||
├─────────────────────┬───────────────────────────────────────┤
|
||||
│ PrepareBuilding() │ DefineGroup() │ DoBuilding() │
|
||||
│ 环境初始化 │ 组件定义 │ 执行构建 │
|
||||
└─────────────────────┴─────────┬─────────────────────────────┘
|
||||
│
|
||||
┌───────────────────────┼───────────────────────┐
|
||||
│ │ │
|
||||
┌───────▼────────┐ ┌────────▼────────┐ ┌────────▼────────┐
|
||||
│ SConscript │ │ rtconfig.py │ │ rtconfig.h │
|
||||
│ (组件脚本) │ │ (工具链配置) │ │ (功能配置) │
|
||||
└────────────────┘ └─────────────────┘ └─────────────────┘
|
||||
```
|
||||

|
||||
|
||||
## 快速开始
|
||||
|
||||
|
||||
Reference in New Issue
Block a user