The latest development version of this page may be more current than this released 0.4.0 version.

project template

Overview

This is a complete build example project that users can copy and modify as needed.

Example folder contents

The project project_template contains one source file in C language main.c. The file is located in folder main.

WMSDK are built using CMake. The project build configuration is contained in CMakeLists.txt files that provide set of directives and instructions describing the project’s source files and targets (executable, library, or both).

Below is short 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

compile, burn, and more, see: get started