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

!3637 3459 处理完成:刷新website目录

Merge pull request !3637 from ester.zhou/TR-3459
# OpenHarmony Device Development Documentation
- [Device Development Guide](device-dev-guide.md) - [Device Development Guide](device-dev-guide.md)
- Quick Start - 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
...@@ -20,8 +21,9 @@ ...@@ -20,8 +21,9 @@
- [Burning](quick-start/quickstart-ide-lite-steps-hi3516-burn.md) - [Burning](quick-start/quickstart-ide-lite-steps-hi3516-burn.md)
- [Running](quick-start/quickstart-ide-lite-steps-hi3516-running.md) - [Running](quick-start/quickstart-ide-lite-steps-hi3516-running.md)
- Appendix - Appendix
- [Introduction to the Hi3861 Development Board](quick-start/quickstart-ide-lite-introduction-hi3861.md) - Introduction to Development Boards
- [Introduction to the Hi3516 Development Board](quick-start/quickstart-ide-lite-introduction-hi3516.md) - [Introduction to the Hi3861 Development Board](quick-start/quickstart-ide-lite-introduction-hi3861.md)
- [Introduction to the Hi3516 Development Board](quick-start/quickstart-ide-lite-introduction-hi3516.md)
- Getting Started with Mini and Small Systems (Installation Package Mode) - Getting Started with Mini and Small Systems (Installation Package Mode)
- [Mini and Small System Overview](quick-start/quickstart-lite-overview.md) - [Mini and Small System Overview](quick-start/quickstart-lite-overview.md)
- [Environment Preparation](quick-start/quickstart-lite-env-setup.md) - [Environment Preparation](quick-start/quickstart-lite-env-setup.md)
...@@ -67,8 +69,9 @@ ...@@ -67,8 +69,9 @@
- [Burning](quick-start/quickstart-ide-standard-running-rk3568-burning.md) - [Burning](quick-start/quickstart-ide-standard-running-rk3568-burning.md)
- [Running](quick-start/quickstart-ide-standard-running-rk3568-running.md) - [Running](quick-start/quickstart-ide-standard-running-rk3568-running.md)
- Appendix - Appendix
- [Introduction to the Hi3516 Development Board](quick-start/quickstart-ide-standard-board-introduction-hi3516.md) - Introduction to Development Boards
- [Introduction to the RK3568 Development Board](quick-start/quickstart-ide-standard-board-introduction-rk3568.md) - [Introduction to the Hi3516 Development Board](quick-start/quickstart-ide-standard-board-introduction-hi3516.md)
- [Introduction to the RK3568 Development Board](quick-start/quickstart-ide-standard-board-introduction-rk3568.md)
- Getting Started with Standard System (Installation Package Mode) - Getting Started with Standard System (Installation Package Mode)
- [Standard System Overview](quick-start/quickstart-standard-overview.md) - [Standard System Overview](quick-start/quickstart-standard-overview.md)
- [Setting Up Environments for Standard System](quick-start/quickstart-standard-env-setup.md) - [Setting Up Environments for Standard System](quick-start/quickstart-standard-env-setup.md)
...@@ -92,14 +95,14 @@ ...@@ -92,14 +95,14 @@
- [Introduction to the Hi3516 Development Board](quick-start/quickstart-standard-board-introduction-hi3516.md) - [Introduction to the Hi3516 Development Board](quick-start/quickstart-standard-board-introduction-hi3516.md)
- [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/oem_transplant_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)
- Kernel Porting - Kernel Porting
- [Overview](porting/porting-chip-kernel-overview.md) - [Overview](porting/porting-chip-kernel-overview.md)
...@@ -133,8 +136,8 @@ ...@@ -133,8 +136,8 @@
- [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/porting-bes2600w-on-minisystem-display-demo.md) - [Mini-System Devices with Screens — Bestechnic SoC Porting Case](porting-bes2600w-on-minisystem-display-demo.md)
- [Combo Solution – ASR Chip Porting Case](porting/porting-asr582x-combo-demo.md) - [Combo Solution – ASR Chip Porting Case](porting-asr582x-combo-demo.md)
- Subsystem Development - Subsystem Development
- Kernel - Kernel
- Kernel for Mini Systems - Kernel for Mini Systems
...@@ -170,8 +173,7 @@ ...@@ -170,8 +173,7 @@
- [LMS](kernel/kernel-mini-memory-lms.md) - [LMS](kernel/kernel-mini-memory-lms.md)
- Appendix - Appendix
- [Kernel Coding Specification](kernel/kernel-mini-appx-code.md) - [Kernel Coding Specification](kernel/kernel-mini-appx-code.md)
- Basic Data Structure - [Doubly Linked List](kernel/kernel-mini-appx-data-list.md)
- [Doubly Linked List](kernel/kernel-mini-appx-data-list.md)
- Standard Libraries - Standard Libraries
- [CMSIS Support](kernel/kernel-mini-appx-lib-cmsis.md) - [CMSIS Support](kernel/kernel-mini-appx-lib-cmsis.md)
- [POSIX Support](kernel/kernel-mini-appx-lib-posix.md) - [POSIX Support](kernel/kernel-mini-appx-lib-posix.md)
...@@ -245,8 +247,6 @@ ...@@ -245,8 +247,6 @@
- [uname](kernel/kernel-small-debug-shell-cmd-uname.md) - [uname](kernel/kernel-small-debug-shell-cmd-uname.md)
- [vmm](kernel/kernel-small-debug-shell-cmd-vmm.md) - [vmm](kernel/kernel-small-debug-shell-cmd-vmm.md)
- [watch](kernel/kernel-small-debug-shell-cmd-watch.md) - [watch](kernel/kernel-small-debug-shell-cmd-watch.md)
- [reboot](kernel/kernel-small-debug-shell-cmd-reboot.md)
- [top](kernel/kernel-small-debug-shell-cmd-top.md)
- File Commands - File Commands
- [cat](kernel/kernel-small-debug-shell-file-cat.md) - [cat](kernel/kernel-small-debug-shell-file-cat.md)
- [cd](kernel/kernel-small-debug-shell-file-cd.md) - [cd](kernel/kernel-small-debug-shell-file-cd.md)
...@@ -269,8 +269,6 @@ ...@@ -269,8 +269,6 @@
- [touch](kernel/kernel-small-debug-shell-file-touch.md) - [touch](kernel/kernel-small-debug-shell-file-touch.md)
- [writeproc](kernel/kernel-small-debug-shell-file-write.md) - [writeproc](kernel/kernel-small-debug-shell-file-write.md)
- [umount](kernel/kernel-small-debug-shell-file-umount.md) - [umount](kernel/kernel-small-debug-shell-file-umount.md)
- [du](kernel/kernel-small-debug-shell-file-du.md)
- [mv](kernel/kernel-small-debug-shell-file-mv.md)
- Network Commands - Network Commands
- [arp](kernel/kernel-small-debug-shell-net-arp.md) - [arp](kernel/kernel-small-debug-shell-net-arp.md)
- [dhclient](kernel/kernel-small-debug-shell-net-dhclient.md) - [dhclient](kernel/kernel-small-debug-shell-net-dhclient.md)
...@@ -285,8 +283,8 @@ ...@@ -285,8 +283,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.md) - [perf](kernel/kernel-mini-memory-perf)
- [LMS](kernel/kernel-small-memory-lms.md) - [LMS](kernel/kernel-small-memory-lms)
- [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)
...@@ -313,9 +311,9 @@ ...@@ -313,9 +311,9 @@
- [Linux Kernel Overview](kernel/kernel-standard-overview.md) - [Linux Kernel Overview](kernel/kernel-standard-overview.md)
- [Applying Patches on OpenHarmony Development Boards](kernel/kernel-standard-patch.md) - [Applying Patches on OpenHarmony Development Boards](kernel/kernel-standard-patch.md)
- [Guidelines for Building the Linux Kernel](kernel/kernel-standard-build.md) - [Guidelines for Building the Linux Kernel](kernel/kernel-standard-build.md)
- Enhanced Kernel Features - [Enhanced Kernel Features](kernel-standard-enhanced-features.md)
- [Enhanced SWAP](kernel-standard-mm-eswap.md) - [Enhanced SWAP](kernel-standard-mm-eswap.md)
- Task Scheduling - [Task Scheduling](kernel-standard-sched.md)
- [Related Thread Group](kernel-standard-sched-rtg.md) - [Related Thread Group](kernel-standard-sched-rtg.md)
- [Lightweight CPU Isolation](kernel-standard-sched-cpuisolation.md) - [Lightweight CPU Isolation](kernel-standard-sched-cpuisolation.md)
- Driver - Driver
...@@ -389,7 +387,7 @@ ...@@ -389,7 +387,7 @@
- [Development Guidelines on Photographing](subsystems/subsys-multimedia-camera-photo-guide.md) - [Development Guidelines on Photographing](subsystems/subsys-multimedia-camera-photo-guide.md)
- [Development Guidelines on Video Recording](subsystems/subsys-multimedia-camera-record-guide.md) - [Development Guidelines on Video Recording](subsystems/subsys-multimedia-camera-record-guide.md)
- [Development Guidelines on Previewing](subsystems/subsys-multimedia-camera-preview-guide.md) - [Development Guidelines on Previewing](subsystems/subsys-multimedia-camera-preview-guide.md)
- Audio/Video - Audio and Video
- [Overview](subsystems/subsys-multimedia-video-overview.md) - [Overview](subsystems/subsys-multimedia-video-overview.md)
- [Development Guidelines on Media Playback](subsystems/subsys-multimedia-video-play-guide.md) - [Development Guidelines on Media Playback](subsystems/subsys-multimedia-video-play-guide.md)
- [Development Guidelines on Media Recording](subsystems/subsys-multimedia-video-record-guide.md) - [Development Guidelines on Media Recording](subsystems/subsys-multimedia-video-record-guide.md)
...@@ -432,16 +430,15 @@ ...@@ -432,16 +430,15 @@
- [Setting Up a Development Environment](subsystems/subsys-application-framework-envbuild.md) - [Setting Up a Development Environment](subsystems/subsys-application-framework-envbuild.md)
- [Development Guidelines](subsystems/subsys-application-framework-guide.md) - [Development Guidelines](subsystems/subsys-application-framework-guide.md)
- [Development Example](subsystems/subsys-application-framework-demo.md) - [Development Example](subsystems/subsys-application-framework-demo.md)
- [OTA Upgrade](subsystems/subsys-ota-guide.md) - [OTA Update](subsystems/subsys-ota-guide.md)
- Telephony Service - Telephony
- [Telephony Service](subsystems/telephony-service.md) - [Telephony Overview](subsystems/subsys-tel-overview.md)
- [Development Guidelines](subsystems/development-guidelines.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 Guidelines on Application Signature Verification](subsystems/subsys-security-sigverify.md)
- [Development Guidelines on Application Permission Management](subsystems/subsys-security-rightmanagement.md) - [Development Guidelines on Application Permission Management](subsystems/subsys-security-rightmanagement.md)
- [Development Guidelines on IPC Authentication](subsystems/subsys-security-communicationverify.md) - [Development Guidelines on IPC Authentication](subsystems/subsys-security-communicationverify.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)
...@@ -480,7 +477,7 @@ ...@@ -480,7 +477,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
...@@ -503,10 +500,10 @@ ...@@ -503,10 +500,10 @@
- [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)
- [R&D Tools](subsystems/subsys-toolchain.md) - Debugging Tools
- [bytrace Usage Guidelines](subsystems/subsys-toolchain-bytrace-guide.md) - [bytrace Usage Guidelines](subsystems/subsys-toolchain-bytrace-guide.md)
- [hdc_std Usage Guidelines](subsystems/subsys-toolchain-hdc-guide.md) - [hdc_std Usage Guidelines](subsystems/subsys-toolchain-hdc-guide.md)
- [XTS](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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册