Project Template
Overview
This is a complete example of a build project that users can copy and modify as needed.
Example Folder Contents
The project project_template contains one source file, main.c,vwriteen in the in C language, The file is located in folder main.
WMSDK are built using CMake. The project’s build configuration is contained in CMakeLists.txt
which provides a set of directives and instructions describing the project’s source files and targets (executable, library, or both).
Below is brief explanation of remaining files in the project folder.
├── main
│ ├── include
│ │ └── test.h
│ ├── src
│ │ ├── src
│ │ ├── src
│ │ └── test.h
│ ├── CMakeLists.txt
│ └── Kconfig
│ ├── CMakeLists.txt
│ └── Kconfig
│ ├── CMakeLists.txt
│ └── Kconfig
├── CMakeLists.txt
├── prj.config
└── README.md This is the file you are currently reading
Additionally, the project contains kconfig file, used for the menuconfig config system.
Requirements
None.
Building and Flashing
Example Location: examples/project_template
If it runs successfully, it will output the following logs, see: Quick Start Guide