Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
e8d56790
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
e8d56790
编写于
5月 12, 2022
作者:
O
openharmony_ci
提交者:
Gitee
5月 12, 2022
浏览文件
操作
浏览文件
下载
差异文件
!3922 修复断链问题
Merge pull request !3922 from ester.zhou/TR-0511
上级
2e5c5994
b6834f4b
变更
5
展开全部
隐藏空白更改
内联
并排
Showing
5 changed file
with
515 addition
and
505 deletion
+515
-505
en/application-dev/quick-start/module-structure.md
en/application-dev/quick-start/module-structure.md
+389
-399
en/application-dev/quick-start/package-structure.md
en/application-dev/quick-start/package-structure.md
+90
-87
en/application-dev/ui/ui-ts-basic-components-button.md
en/application-dev/ui/ui-ts-basic-components-button.md
+2
-2
en/device-dev/porting/porting-chip-faqs.md
en/device-dev/porting/porting-chip-faqs.md
+1
-1
en/device-dev/website.md
en/device-dev/website.md
+33
-16
未找到文件。
en/application-dev/quick-start/module-structure.md
浏览文件 @
e8d56790
此差异已折叠。
点击以展开。
en/application-dev/quick-start/package-structure.md
浏览文件 @
e8d56790
此差异已折叠。
点击以展开。
en/application-dev/ui/ui-ts-basic-components-button.md
浏览文件 @
e8d56790
...
@@ -76,7 +76,7 @@ Use the **type** parameter to set the button type to **Capsule**, **Circle**, or
...
@@ -76,7 +76,7 @@ Use the **type** parameter to set the button type to **Capsule**, **Circle**, or
.borderRadius(20)
.borderRadius(20)
```
```
!
[
zh-cn_image_0000001190463780
](
figures/zh-cn
_image_0000001190463780.png
)
!
[
en-us_image_0000001190463780
](
figures/en-us
_image_0000001190463780.png
)
-
Set the text style:
-
Set the text style:
...
@@ -90,7 +90,7 @@ Use the **type** parameter to set the button type to **Capsule**, **Circle**, or
...
@@ -90,7 +90,7 @@ Use the **type** parameter to set the button type to **Capsule**, **Circle**, or
.fontWeight(800)
.fontWeight(800)
```
```
!
[
zh-cn_image_0000001189744672
](
figures/zh-cn
_image_0000001189744672.png
)
!
[
en-us_image_0000001189744672
](
figures/en-us
_image_0000001189744672.png
)
-
Set the background color:
-
Set the background color:
...
...
en/device-dev/porting/porting-chip-faqs.md
浏览文件 @
e8d56790
# FAQ<a name="EN-US_TOPIC_0000001153683024"></a>
# FAQ
s
<a name="EN-US_TOPIC_0000001153683024"></a>
## How Do I Mount the Heap Memory to the Kernel?<a name="section965418378552"></a>
## How Do I Mount the Heap Memory to the Kernel?<a name="section965418378552"></a>
...
...
en/device-dev/website.md
浏览文件 @
e8d56790
# OpenHarmony Device Development Documentation
# OpenHarmony Device Development Documentation
-
[
Device Development Guide
](
device-dev-guide.md
)
-
[
Device Development Guide
](
device-dev-guide.md
)
-
Getting Started
-
- Getting Started
-
Getting Started with Mini and Small Systems (IDE Mode, Recommended)
-
Getting Started with Mini and Small Systems (IDE Mode, Recommended)
-
[
Mini and Small System Overview
](
quick-start/quickstart-ide-lite-overview.md
)
-
[
Mini and Small System Overview
](
quick-start/quickstart-ide-lite-overview.md
)
-
Environment Preparation
-
Environment Preparation
...
@@ -94,11 +95,16 @@
...
@@ -94,11 +95,16 @@
-
[
Introduction to the RK3568 Development Board
](
quick-start/quickstart-standard-board-introduction-rk3568.md
)
-
[
Introduction to the RK3568 Development Board
](
quick-start/quickstart-standard-board-introduction-rk3568.md
)
-
[
Reference
](
quick-start/quickstart-standard-reference.md
)
-
[
Reference
](
quick-start/quickstart-standard-reference.md
)
-
[
Obtaining Source Code
](
get-code/sourcecode-acquire.md
)
-
[
Obtaining Source Code
](
get-code/sourcecode-acquire.md
)
-
Compatibility and Security
-
Compatibility and Security
-
[
Privacy Protection
](
security/security-privacy-protection.md
)
-
[
Privacy Protection
](
security/security-privacy-protection.md
)
-
[
Security Guidelines
](
security/security-guidelines-overall.md
)
-
[
Security Guidelines
](
security/security-guidelines-overall.md
)
-
Porting
-
Porting
-
Mini System SoC Porting Guide
-
Mini System SoC Porting Guide
- Porting Preparations
- Porting Preparations
- [Before You Start](porting/porting-chip-prepare-knows.md)
- [Before You Start](porting/porting-chip-prepare-knows.md)
- [Building Adaptation Process](porting/porting-chip-prepare-process.md)
- [Building Adaptation Process](porting/porting-chip-prepare-process.md)
...
@@ -114,8 +120,10 @@
...
@@ -114,8 +120,10 @@
- [lwIP Module Adaptation](porting/porting-chip-board-lwip.md)
- [lwIP Module Adaptation](porting/porting-chip-board-lwip.md)
- [Third-party Module Adaptation](porting/porting-chip-board-bundle.md)
- [Third-party Module Adaptation](porting/porting-chip-board-bundle.md)
- [XTS](porting/porting-chip-board-xts.md)
- [XTS](porting/porting-chip-board-xts.md)
-
[
FAQ
](
porting/porting-chip-faqs.md
)
- [FAQs](porting/porting-chip-faqs.md)
-
Small System SoC Porting Guide
-
Small System SoC Porting Guide
- Porting Preparations
- Porting Preparations
- [Before You Start](porting/porting-smallchip-prepare-needs.md)
- [Before You Start](porting/porting-smallchip-prepare-needs.md)
- [Compilation and Building](porting/porting-smallchip-prepare-building.md)
- [Compilation and Building](porting/porting-smallchip-prepare-building.md)
...
@@ -126,17 +134,23 @@
...
@@ -126,17 +134,23 @@
- [Overview](porting/porting-smallchip-driver-overview.md)
- [Overview](porting/porting-smallchip-driver-overview.md)
- [Platform Driver Porting](porting/porting-smallchip-driver-plat.md)
- [Platform Driver Porting](porting/porting-smallchip-driver-plat.md)
- [Device Driver Porting](porting/porting-smallchip-driver-oom.md)
- [Device Driver Porting](porting/porting-smallchip-driver-oom.md)
-
Standard System SoC Porting Guide
-
Standard System SoC Porting Guide
- [Standard System Porting Guide](porting/standard-system-porting-guide.md)
- [Standard System Porting Guide](porting/standard-system-porting-guide.md)
- [A Method for Rapidly Porting the OpenHarmony Linux Kernel](porting/porting-linux-kernel.md)
- [A Method for Rapidly Porting the OpenHarmony Linux Kernel](porting/porting-linux-kernel.md)
-
Third-Party Library Porting Guide for Mini and Small Systems
-
Third-Party Library Porting Guide for Mini and Small Systems
-
[
Overview
](
porting/porting-thirdparty-overview.md
)
-
[
Overview
](
porting/porting-thirdparty-overview.md
)
-
[
Porting a Library Built Using CMake
](
porting/porting-thirdparty-cmake.md
)
-
[
Porting a Library Built Using CMake
](
porting/porting-thirdparty-cmake.md
)
-
[
Porting a Library Built Using Makefile
](
porting/porting-thirdparty-makefile.md
)
-
[
Porting a Library Built Using Makefile
](
porting/porting-thirdparty-makefile.md
)
-
Mini System SoC Porting Cases
-
Mini System SoC Porting Cases
-
[
Mini-System Devices with Screens — Bestechnic SoC Porting Case
](
porting-bes2600w-on-minisystem-display-demo.md
)
-
[
Mini-System Devices with Screens — Bestechnic SoC Porting Case
](
porting/porting-bes2600w-on-minisystem-display-demo.md
)
-
[
Combo Solution – ASR Chip Porting Case
](
porting-asr582x-combo-demo.md
)
-
[
Combo Solution – ASR Chip Porting Case
](
porting/porting-asr582x-combo-demo.md
)
-
Subsystem Development
-
Subsystem Development
-
Kernel
-
Kernel
-
Kernel for Mini Systems
-
Kernel for Mini Systems
-
[
Kernel Overview
](
kernel/kernel-mini-overview.md
)
-
[
Kernel Overview
](
kernel/kernel-mini-overview.md
)
...
@@ -285,8 +299,8 @@
...
@@ -285,8 +299,8 @@
-
[
Magic Key
](
kernel/kernel-small-debug-shell-magickey.md
)
-
[
Magic Key
](
kernel/kernel-small-debug-shell-magickey.md
)
-
[
User-Space Exception Information
](
kernel/kernel-small-debug-shell-error.md
)
-
[
User-Space Exception Information
](
kernel/kernel-small-debug-shell-error.md
)
-
[
Trace
](
kernel/kernel-small-debug-trace.md
)
-
[
Trace
](
kernel/kernel-small-debug-trace.md
)
-
[
perf
](
kernel/kernel-mini-memory-perf
)
-
[
perf
](
kernel/kernel-mini-memory-perf
.md
)
-
[
LMS
](
kernel/kernel-small-memory-lms
)
-
[
LMS
](
kernel/kernel-small-memory-lms
.md
)
-
[
CPUP
](
kernel/kernel-small-debug-process-cpu.md
)
-
[
CPUP
](
kernel/kernel-small-debug-process-cpu.md
)
-
Memory Debugging
-
Memory Debugging
-
[
Memory Information Statistics
](
kernel/kernel-small-debug-memory-info.md
)
-
[
Memory Information Statistics
](
kernel/kernel-small-debug-memory-info.md
)
...
@@ -438,23 +452,23 @@
...
@@ -438,23 +452,23 @@
-
[
Telephony Development
](
subsystems/subsys-tel-guide.md
)
-
[
Telephony Development
](
subsystems/subsys-tel-guide.md
)
-
Security
-
Security
-
[
Overview
](
subsystems/subsys-security-overview.md
)
-
[
Overview
](
subsystems/subsys-security-overview.md
)
-
[
Development
Guidelines
on Application Signature Verification
](
subsystems/subsys-security-sigverify.md
)
-
[
Development on Application Signature Verification
](
subsystems/subsys-security-sigverify.md
)
-
[
Development
Guidelines
on Application Permission Management
](
subsystems/subsys-security-rightmanagement.md
)
-
[
Development on Application Permission Management
](
subsystems/subsys-security-rightmanagement.md
)
-
[
Development
Guidelines
on IPC Authentication
](
subsystems/subsys-security-communicationverify.md
)
-
[
Development on IPC Authentication
](
subsystems/subsys-security-communicationverify.md
)
-
[
Development on Device Security Level Management
](
subsystems/subsys-security-devicesecuritylevel.md
)
-
[
Development on Device Security Level Management
](
subsystems/subsys-security-devicesecuritylevel.md
)
-
Startup
-
Startup
-
[
Startup
](
subsystems/subsys-boot-overview.md
)
-
[
Startup
](
subsystems/subsys-boot-overview.md
)
-
[
init Module
](
subsystems/subsys-boot-init.md
)
-
[
init Module
](
subsystems/subsys-boot-init.md
)
-
[
appspawn Module
](
subsystems/subsys-boot-appspawn.md
)
-
[
appspawn Module
](
subsystems/subsys-boot-appspawn.md
)
-
[
appspawn Module for the Standard System
](
subsystems/subsys-boot-appspawn-standard.md
)
-
[
bootstrap Module
](
subsystems/subsys-boot-bootstrap.md
)
-
[
bootstrap Module
](
subsystems/subsys-boot-bootstrap.md
)
-
[
syspara Module
](
subsystems/subsys-boot-syspara.md
)
-
[
syspara Module
](
subsystems/subsys-boot-syspara.md
)
-
[
FAQs
](
subsystems/subsys-boot-faqs.md
)
-
[
FAQs
](
subsystems/subsys-boot-faqs.md
)
-
[
Reference
](
subsystems/subsys-boot-ref.md
)
-
[
Reference
](
subsystems/subsys-boot-ref.md
)
-
[
Test
](
subsystems/subsys-testguide-test.md
)
-
DFX
-
DFX
-
[
DFX
](
subsystems/subsys-dfx-overview.md
)
-
[
DFX
](
subsystems/subsys-dfx-overview.md
)
-
[
HiLog Development
](
subsystems/subsys-dfx-hilog-rich.md
)
-
[
HiLog Development
](
subsystems/subsys-dfx-hilog-rich.md
)
-
[
HiLog_Lite Development
](
subsystems/subsys-dfx-hilog-lite.md
)
-
[
HiLog
\
_Lite Development
](
subsystems/subsys-dfx-hilog-lite.md
)
-
[
HiTrace Development
](
subsystems/subsys-dfx-hitrace.md
)
-
[
HiTrace Development
](
subsystems/subsys-dfx-hitrace.md
)
-
[
HiCollie Development
](
subsystems/subsys-dfx-hicollie.md
)
-
[
HiCollie Development
](
subsystems/subsys-dfx-hicollie.md
)
-
HiSysEvent Development
-
HiSysEvent Development
...
@@ -463,6 +477,8 @@
...
@@ -463,6 +477,8 @@
-
[
HiSysEvent Listening
](
subsystems/subsys-dfx-hisysevent-listening.md
)
-
[
HiSysEvent Listening
](
subsystems/subsys-dfx-hisysevent-listening.md
)
-
[
HiSysEvent Query
](
subsystems/subsys-dfx-hisysevent-query.md
)
-
[
HiSysEvent Query
](
subsystems/subsys-dfx-hisysevent-query.md
)
-
[
HiSysEvent Tool Usage
](
subsystems/subsys-dfx-hisysevent-tool.md
)
-
[
HiSysEvent Tool Usage
](
subsystems/subsys-dfx-hisysevent-tool.md
)
-
[
HiDumper Development
](
subsystems/subsys-dfx-hidumper.md
)
-
[
HiChecker Development
](
subsystems/subsys-dfx-hichecker.md
)
-
Featured Topics
-
Featured Topics
-
HPM Part
-
HPM Part
-
[
HPM Part Overview
](
hpm-part/hpm-part-about.md
)
-
[
HPM Part Overview
](
hpm-part/hpm-part-about.md
)
...
@@ -480,7 +496,7 @@
...
@@ -480,7 +496,7 @@
-
[
Photographing
](
guide/device-iotcamera-control-demo-photodevguide.md
)
-
[
Photographing
](
guide/device-iotcamera-control-demo-photodevguide.md
)
-
[
Video Recording
](
guide/device-iotcamera-control-demo-videodevguide.md
)
-
[
Video Recording
](
guide/device-iotcamera-control-demo-videodevguide.md
)
-
[
Use Case
](
guide/device-iotcamera-control-example.md
)
-
[
Use Case
](
guide/device-iotcamera-control-example.md
)
-
Cameras with a Screen
)
-
Cameras with a Screen
-
Screen and Camera Control
-
Screen and Camera Control
-
[
Overview
](
guide/device-camera-control-overview.md
)
-
[
Overview
](
guide/device-camera-control-overview.md
)
-
Development Guidelines
-
Development Guidelines
...
@@ -502,19 +518,20 @@
...
@@ -502,19 +518,20 @@
-
[
Development Example for Platform Drivers
](
guide/device-driver-demo.md
)
-
[
Development Example for Platform Drivers
](
guide/device-driver-demo.md
)
-
[
Development Example for Peripheral Drivers
](
guide/device-outerdriver-demo.md
)
-
[
Development Example for Peripheral Drivers
](
guide/device-outerdriver-demo.md
)
-
Debugging
-
Debugging
-
[
Test Subsystem
](
subsystems/subsys-testguide-test.md
)
-
[
Test Subsystem
](
subsystems/subsys-testguide-test.md
)
-
Debugging Tools
-
Debugging Tools
-
[
bytrace Usage Guidelines
](
subsystems/subsys-toolchain-bytrace-guide.md
)
-
[
bytrace
](
subsystems/subsys-toolchain-bytrace-guide.md
)
-
[
hdc_std Usage Guidelines
](
subsystems/subsys-toolchain-hdc-guide.md
)
-
[
hdc\_std
](
subsystems/subsys-toolchain-hdc-guide.md
)
-
[
hiperf
](
subsystems/subsys-toolchain-hiperf.md
)
-
[
XTS Certification
](
subsystems/subsys-xts-guide.md
)
-
[
XTS Certification
](
subsystems/subsys-xts-guide.md
)
-
Tools
-
Tools
-
[
Docker Environment
](
get-code/gettools-acquire.md
)
-
[
Docker Environment
](
get-code/gettools-acquire.md
)
-
[
IDE
](
get-code/gettools-ide.md
)
-
[
IDE
](
get-code/gettools-ide.md
)
-
Hands-On Tutorials
-
Hands-On Tutorials
-
[
Samples
](
https://gitee.com/openharmony/app_samples/blob/master/README.md
)
-
[
Codelabs
](
https://gitee.com/openharmony/codelabs/blob/master/README.md
)
-
[
Codelabs
](
https://gitee.com/openharmony/codelabs/blob/master/README.md
)
-
References
-
References
-
[
Overview of FAQs
](
faqs/faqs-overview.md
)
-
[
FAQs Overview
](
faqs/faqs-overview.md
)
-
[
Environment Setup
](
faqs/faqs-environment-setup.md
)
-
[
Environment Setup
](
faqs/faqs-environment-setup.md
)
-
[
Compilation and Building Subsystem
](
faqs/faqs-building.md
)
-
[
Compilation and Building Subsystem
](
faqs/faqs-building.md
)
-
[
Burning
](
faqs/faqs-burning.md
)
-
[
Burning
](
faqs/faqs-burning.md
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录