From 639160f51793a82fa0bf40adeae00d7f84e28961 Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Sat, 30 Apr 2022 03:26:01 +0000 Subject: [PATCH 1/3] update OAT.xml. Signed-off-by: king_he <6384784@qq.com> --- OAT.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OAT.xml b/OAT.xml index dc080fc8..edfeff4f 100644 --- a/OAT.xml +++ b/OAT.xml @@ -15,7 +15,7 @@ --> @@ -23,7 +23,7 @@ - + @@ -38,7 +38,7 @@ - + From b126f1cb5fe6be1bb4947b935208f6e6cc6ffa01 Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Sat, 30 Apr 2022 03:35:27 +0000 Subject: [PATCH 2/3] update README_zh.md. Signed-off-by: king_he <6384784@qq.com> --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index e7f0248d..facd6aa1 100644 --- a/README_zh.md +++ b/README_zh.md @@ -66,7 +66,7 @@ OpenHarmony LiteOS-A内核是基于Huawei LiteOS内核演进发展的新一代 ## 使用说明 -OpenHarmony LiteOS-A内核支持Hi3518EV300([介绍](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-introduction-hi3518.md))、Hi3516DV300([介绍](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-introduction-hi3516.md))单板,开发者可基于两种单板开发运行自己的应用程序。 +OpenHarmony LiteOS-A内核支持([Hi3518EV300](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-introduction-hi3518.md))、([Hi3516DV300](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-introduction-hi3516.md))单板。开发者可基于两种单板开发运行自己的应用程序。 ### 准备 From eebe85fe318787642dff9f9edea8aedc76001824 Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Sat, 30 Apr 2022 03:41:16 +0000 Subject: [PATCH 3/3] update README_zh.md. Signed-off-by: king_he <6384784@qq.com> --- README_zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_zh.md b/README_zh.md index facd6aa1..309a5536 100644 --- a/README_zh.md +++ b/README_zh.md @@ -66,7 +66,7 @@ OpenHarmony LiteOS-A内核是基于Huawei LiteOS内核演进发展的新一代 ## 使用说明 -OpenHarmony LiteOS-A内核支持([Hi3518EV300](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-introduction-hi3518.md))、([Hi3516DV300](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-introduction-hi3516.md))单板。开发者可基于两种单板开发运行自己的应用程序。 +OpenHarmony LiteOS-A内核支持[Hi3518EV300](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-introduction-hi3518.md)及[Hi3516DV300](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-introduction-hi3516.md)单板。开发者可基于两种单板开发运行自己的应用程序。 ### 准备 @@ -82,7 +82,7 @@ OpenHarmony LiteOS-A内核支持([Hi3518EV300](https://gitee.com/openharmony/d ### 编译构建 -开发者开发第一个应用程序可参考: +如果这是您的首次应用程序开发,可参考: - [helloworld for Hi3518EV300](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3518-running.md);