Readme-EN.md 3.7 KB
Newer Older
M
mamingshuai 已提交
1
# Development Examples
W
wenjun 已提交
2 3 4 5 6 7 8

-   [WLAN-connected Products](wlan-connected-products.md)
    -   [LED Peripheral Control](led-peripheral-control.md)
        -   [Overview](overview.md)
        -   [Development](development.md)
        -   [Verification](verification.md)

M
mamingshuai 已提交
9 10 11 12 13 14
-   [Cameras Without a Screen](cameras-without-a-screen.md)
    -   [Camera Control](camera-control.md)
        -   [Overview](overview-0.md)
        -   [Development Guidelines](development-guidelines.md)
            -   [Photographing](photographing.md)
            -   [Video Recording](video-recording.md)
W
wenjun 已提交
15

M
mamingshuai 已提交
16
        -   [Use Case](use-case.md)
W
wenjun 已提交
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32

-   [Cameras with a Screen](cameras-with-a-screen.md)
    -   [Screen and Camera Control](screen-and-camera-control.md)
        -   [Overview](overview-1.md)
        -   [Development Guidelines](development-guidelines-2.md)
            -   [Photographing](photographing-3.md)
            -   [Video Recording](video-recording-4.md)
            -   [Previewing](previewing.md)

        -   [Use Case](use-case-5.md)

    -   [Visual Application Development](visual-application-development.md)
        -   [Overview](overview-6.md)
        -   [Preparations](preparations.md)
        -   [Adding Pages](adding-pages.md)
        -   [Building the Home Page](building-the-home-page.md)
[
[yang] 已提交
33 34
        -   [Building the Details Page](building-the-details-page.md)
        -   [Debugging and Packaging](debugging-and-packaging.md)
W
wenjun 已提交
35 36 37
        -   [Running on the Device](running-on-the-device.md)
        -   [FAQs](faqs.md)

M
mamingshuai 已提交
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
-   [Development Example for Clock Apps](development-example-for-clock-apps.md)
    -   [Overview](overview-7.md)
    -   [Preparations](preparations-8.md)
    -   [How to Develop](how-to-develop.md)
    -   [Signing and Packaging](signing-and-packaging.md)
    -   [Running on the Device](running-on-the-device-9.md)

-   [Development Example for Platform Drivers](development-example-for-platform-drivers.md)
    -   [Overview](overview-10.md)
    -   [Preparations](preparations-11.md)
    -   [Development](development-12.md)
    -   [Building and Burning](building-and-burning.md)

-   [Development Example for Peripheral Drivers](development-example-for-peripheral-drivers.md)
    -   [Overview](overview-13.md)
        -   [Hardware Resources](hardware-resources.md)
        -   [Input Driver Model](input-driver-model.md)

    -   [Setting Up the Environment](setting-up-the-environment.md)
    -   [Developing a Touchscreen Driver](developing-a-touchscreen-driver.md)
        -   [Configuring Device Driver Descriptions](configuring-device-driver-descriptions.md)
        -   [Configuring the Touchscreen](configuring-the-touchscreen.md)
        -   [Adapting to the Private Drivers of the Touchscreen](adapting-to-the-private-drivers-of-the-touchscreen.md)

    -   [Building and Burning](building-and-burning-14.md)
    -   [Debugging and Verification](debugging-and-verification.md)
        -   [Startup Log Analysis](startup-log-analysis.md)

    -   [Input Driver Model Workflow Analysis](input-driver-model-workflow-analysis.md)
        -   [Parsing Private Configuration Data](parsing-private-configuration-data.md)
        -   [Initializing the Input Device Manager and Registering the Driver with the HDF](initializing-the-input-device-manager-and-registering-the-driver-with-the-hdf.md)
        -   [Initializing the Input Common Driver and Registering the Driver with the HDF](initializing-the-input-common-driver-and-registering-the-driver-with-the-hdf.md)
        -   [Initializing the Input Chip Driver and Registering the Driver with the HDF](initializing-the-input-chip-driver-and-registering-the-driver-with-the-hdf.md)
        -   [Function Invocation Logic](function-invocation-logic.md)