重画 README 系统架构图#30
Closed
massif-01 wants to merge 2 commits into
Closed
Conversation
7bc1b53 to
800cd03
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
这个 PR 重画了 README 中的系统架构图,用更清晰的分层架构表达替换原来的简化 Mermaid 图。
主要改动:
assets/system-architecture.mmd,保留可维护的 Mermaid 图源。assets/system-architecture.png,作为 README 中展示的高分辨率架构图。README.md的“系统架构”部分,直接引用 PNG,并提供 Mermaid 图源链接。基线说明
这个分支有意基于 #29(自适应自动风扇控制)之后继续写。虽然 #29 当前还没有合并,但这里按它已经进入主线处理,避免后续 README 和代码上下文脱节。
设计取向
新图按系统边界、接入层、统一控制面、核心运行时、系统能力层、硬件平台边界、硬件与持久化资源来组织,突出 TianshanOS 的模块化控制面和配置驱动架构。
验证
本地已运行:
assets/system-architecture.mmd到assets/system-architecture.pnggit diff --check本次只修改 README 和静态图片资源,不涉及固件代码。