From 42f2721c37a9cdaf70e9fda5c40bf5c84afcbb6d Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Sat, 31 Jul 2021 17:07:07 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=AF=BC=E5=85=A5OpenHarmony=E5=B7=A5?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: duangavin123 --- OAT.xml | 80 +++++++++++++++++++ .../device-dev/Readme-CN.md | 6 +- zh-cn/device-dev/porting/Readme-CN.md | 8 +- 3 files changed, 89 insertions(+), 5 deletions(-) create mode 100644 OAT.xml rename "zh-cn/device-dev/\345\257\274\350\257\273.md" => zh-cn/device-dev/Readme-CN.md (94%) diff --git a/OAT.xml b/OAT.xml new file mode 100644 index 0000000000..7fdd19d479 --- /dev/null +++ b/OAT.xml @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git "a/zh-cn/device-dev/\345\257\274\350\257\273.md" b/zh-cn/device-dev/Readme-CN.md similarity index 94% rename from "zh-cn/device-dev/\345\257\274\350\257\273.md" rename to zh-cn/device-dev/Readme-CN.md index 99b56c52bd..d81215a76f 100644 --- "a/zh-cn/device-dev/\345\257\274\350\257\273.md" +++ b/zh-cn/device-dev/Readme-CN.md @@ -69,7 +69,7 @@ OpenHarmony也提供了一系列可选的系统组件,方便设备开发者按

使用OpenHarmony提供的基础能力

- +

进阶开发

@@ -139,7 +139,7 @@ OpenHarmony也提供了一系列可选的系统组件,方便设备开发者按

使用OpenHarmony提供的基础能力

- +

进阶开发

@@ -153,7 +153,7 @@ OpenHarmony也提供了一系列可选的系统组件,方便设备开发者按

对三方库进行移植适配

-

三方库移植指导

+

贡献组件

diff --git a/zh-cn/device-dev/porting/Readme-CN.md b/zh-cn/device-dev/porting/Readme-CN.md index 3019f69e70..32f2176a2d 100755 --- a/zh-cn/device-dev/porting/Readme-CN.md +++ b/zh-cn/device-dev/porting/Readme-CN.md @@ -9,7 +9,7 @@ | 小型系统类设备 | 内存>1MB、有MMU | LiteOS-A、Linux | | 标准系统类设备 | 内存>128MB | Linux | -# 1. 代码准备 +## 代码准备 目前OpenHarmony已经为各厂家创建了仓库并在openharmony-sig中进行孵化。参与孵化仓开发,需要使用如下方法初始化和下载代码。 @@ -19,10 +19,14 @@ repo init -u https://gitee.com/openharmony-sig/manifest.git -b master -m devboar 其他下载步骤与主线相同。 -# 2. 开始移植你的开发板 +## 开始移植你的开发板 - [轻量级系统](transplant-minichip.md) - [小型系统](transplant-smallchip.md) - [标准系统](standard-system-porting-guide.md) +# 三方库移植 + +- [三方库移植指导](transplant-thirdparty.md) + -- GitLab