# zephyr-demo-application **Repository Path**: linlin-study/zephyr-demo-application ## Basic Information - **Project Name**: zephyr-demo-application - **Description**: zephyr demo application of my boards. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-04 - **Last Updated**: 2024-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zephyproject Demo application of zephyrproject. ## files ``` my-zephyrproject/ │ ├── app-demo/ # this repository │   ├── CMakeLists.txt │   ├── prj.conf | ├── VERSION │   ├── src/ │   │   └── main.c | └── boards/ │   ├── demo_0_0_0.overlay | └── demo.overlay │ ├── boards/ │ ├── /demo/ │ │ ├── demo_0_0_0.conf │ │ ├── demo_0_0_0.overlay │ │ ├── demo.defconfig │ │ ├── demo.dts │ │ ├── Kconfig.board │ │ ├── Kconfig.defconfig | | └── revision.cmake │ └── west.yml │ ├── modules/ └── zephyr/ ``` ## demo 1. west init -m ```https://gitee.com/linlin-study/zephyrproject-``` my-zephyrproject 2. cd my-zephyrproject 3. west update 4. cd app-demo 5. west build