readme.md 4.9 KB
Newer Older
D
duangavin123 已提交
1
# Overview
D
duangavin123 已提交
2

M
mamingshuai 已提交
3 4
This project stores OpenHarmony documentation, including the quick start guide, development guides, and API reference. We appreciate your contribution to the OpenHarmony documentation.

D
duangavin123 已提交
5 6 7 8 9
## Contents

- [OpenHarmony Overview](OpenHarmony-Overview.md)
- Mini and Small System Development Guidelines \(Reference Memory < 128 MB\)
    -   Device development
D
duangavin123 已提交
10
        -   **overview**:  [device development overview](device-dev/Readme-EN.md)
D
duangavin123 已提交
11 12
        -   **quick-start**:  [quick start guide](device-dev/quick-start/Readme-EN.md)  \(covering environment setup, source code acquisition, build, and burning\)
        -   Basic development capabilities
D
duangavin123 已提交
13 14
            -   **Kernel**:  [Kernel for Mini Systems](device-dev/kernel/kernel-lite-mini.md)
            -   **Kernel:**[Kernel for Small Systems](device-dev/kernel/kernel-lite-small.md)
D
duangavin123 已提交
15 16 17 18 19 20
            -   **Drivers**:  [drivers](device-dev/driver/Readme-EN.md)
            -   **Subsystems**:  [subsystems](device-dev/subsystems/Readme-EN.md)  \(such as compilation and building, graphics, DFX, and XTS\)
            -   **Security**:  [privacy and security](device-dev/security/Readme-EN.md)

        -   **guide**:  
            -   [WLAN-connected products](device-dev/guide/device-wifi.md)  \(LED peripheral control and third-party SDK integration\)
D
duangavin123 已提交
21
            -   [Screenless cameras](device-dev/guide/device-iotcamera-control.md)  \(camera control\)
D
duangavin123 已提交
22 23 24
            -   [Cameras with a screen](device-dev/guide/device-camera.md)  \(screen and camera control, visual application development\)

        -   **porting**: 
D
duangavin123 已提交
25 26 27
            -   [Mini System SoC Porting Guide](device-dev/porting/porting-minichip.md)
            -   [Small System SoC Porting Guide](device-dev/porting/porting-smallchip.md)
            -   [Third-Party Library Porting Guide](device-dev/porting/porting-thirdparty.md)
D
duangavin123 已提交
28 29 30 31 32 33 34 35

        -   **bundles**: 
            -   [Development Specifications](device-dev/bundles/bundles-standard-rules.md)
            -   [Development Guidelines](device-dev/bundles/bundles-guide.md)
            -   [HPM User Guide](device-dev/bundles/bundles-demo.md)

- Standard System Development Guidelines \(Reference Memory ≥ 128 MB\)
    - Device development
D
duangavin123 已提交
36
        - **overview**:  [device development overview](device-dev/Readme-EN.md)
D
duangavin123 已提交
37 38
        - **quick-start**:  [quick start guide](device-dev/quick-start/quickstart-standard.md)  \(covering environment setup, source code acquisition, build, and burning\)
        - Basic development capabilities
D
duangavin123 已提交
39
            -   **Kernel**:  [Kernel for Standard Systems](device-dev/kernel/kernel-standard.md)
D
duangavin123 已提交
40 41 42 43 44
            -   **Drivers**:  [drivers](device-dev/driver/Readme-EN.md)
            -   **Subsystems**:  [subsystems](device-dev/subsystems/Readme-EN.md)  \(such as compilation and building, graphics, DFX, and XTS\)
            -   **Security**:  [privacy and security](device-dev/security/Readme-EN.md)

        - **guide**:
D
duangavin123 已提交
45
            -   [Clock apps](device-dev/guide/device-clock-guide.md)
D
duangavin123 已提交
46 47
            -   [Platform drivers](device-dev/guide/device-driver-demo.md)
            -   [Peripheral drivers](device-dev/guide/device-outerdriver-demo.md)
D
duangavin123 已提交
48 49 50

        - **porting**:  

D
duangavin123 已提交
51 52
            - [Third-Party Library Porting Guide](device-dev/porting/porting-thirdparty.md)
            - [Standard  System SoC Porting Guide](device-dev/porting/standard-system-porting-guide.md)
D
duangavin123 已提交
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70

        - **bundles**: 
            -   [Development Specifications](device-dev/bundles/bundles-standard-rules.md)
            -   [Development Guidelines](device-dev/bundles/bundles-guide.md)
            -   [HPM User Guide](device-dev/bundles/bundles-demo.md)


-   App development
    -   **Overview**:  [app development overview](application-dev/application-dev-guide.md)
    -   **quick-start**:  [quick start guide](application-dev/quick-start/Readme-EN.md)
    -   **ui**:  [UI](application-dev/ui/Readme-EN.md)
    -   **media**:  [media](application-dev/media/Readme-EN.md)
    -   **connectivity**:  [networks and connectivity](application-dev/connectivity/Readme-EN.md)
    -   **js-reference**:  [JS reference](application-dev/js-reference/Readme-EN.md)
-   **glossary**:  [glossary](device-dev/glossary/glossary.md)

## Version Change History

N
NEEN 已提交
71
For details, see  [Release Notes](release-notes/Readme.md).
D
duangavin123 已提交
72 73 74 75 76 77 78 79 80 81 82 83 84

## Third-Party Open-Source Software and License Notice

None.

## How to Contribute

A great open-source project wouldn't be possible without the hard work of many contributors. We'd like to invite anyone from around the world to  [participate](contribute/contribution.md)  in this exciting journey, and we're grateful for your time, passion, and efforts!

You can evaluate available documents, make simple modifications, provide feedback on document quality, and contribute your original content. For details, see  [Documentation Contribution](contribute/documentation-contribution.md).

Excellent contributors will be awarded and the contributions will be publicized in the developer community.