未验证 提交 12776e98 编写于 作者: O openharmony_ci 提交者: Gitee

!13294 修改错别字

Merge pull request !13294 from Austin/OpenHarmony-3.1-Release
...@@ -33,7 +33,7 @@ The directory structure of the kernel is described as follows: ...@@ -33,7 +33,7 @@ The directory structure of the kernel is described as follows:
│ │ ├── keil --- Implementation of the Keil toolchain │ │ ├── keil --- Implementation of the Keil toolchain
│ │ └── xxx --- Implementation of the particular toolchain │ │ └── xxx --- Implementation of the particular toolchain
│ ├── include --- Header files that declare the APIs required, kernel-independent │ ├── include --- Header files that declare the APIs required, kernel-independent
│ └── risc-v --- RISK_V architecture │ └── risc-v --- RISC_V architecture
│ └── gcc --- Implementation of the GCC toolchain │ └── gcc --- Implementation of the GCC toolchain
├── components --- Components available for porting and header files exposed externally ├── components --- Components available for porting and header files exposed externally
├── kal --- APIs exposed externally, including CMSIS APIs and part of POSIX APIs ├── kal --- APIs exposed externally, including CMSIS APIs and part of POSIX APIs
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
│ │ ├── keil --- keil编译工具链实现 │ │ ├── keil --- keil编译工具链实现
│ │ └── xxx --- xxx编译工具链实现 │ │ └── xxx --- xxx编译工具链实现
│ ├── include --- 所有的arch需要实现的函数定义,内核依赖 │ ├── include --- 所有的arch需要实现的函数定义,内核依赖
│ └── risc-v --- risk-v架构 │ └── risc-v --- risc-v架构
│ └── gcc --- gcc编译工具链实现 │ └── gcc --- gcc编译工具链实现
├── components --- 移植可选组件,依赖内核,单独对外提供头文件 ├── components --- 移植可选组件,依赖内核,单独对外提供头文件
├── kal --- 内核抽象层,提供内核对外接口,当前支持cmsis接口和部分posix接口 ├── kal --- 内核抽象层,提供内核对外接口,当前支持cmsis接口和部分posix接口
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册