- This repository is the adhesive for HPM_SDK and Zephyr, which supports building a zephyr project on HPMicro soc, providing drivers, devicetree and kconfig.
- It is also a west manifest repository, containing the manifest (west.yml).
- License under Apache-2.0.
Name | Description |
---|---|
application | Complete project |
boards | Boards and shields support files |
cmake | Cmake extensions |
docs | Documentation |
drivers | Zephyr standard driver files |
dts | Devicetree files |
include | Header files |
modules | Additional modules |
snippets | HPMicro resources selection |
soc | SoC specific source |
zephyr | Zephyr build definition |
- Please refer to for linux starting more details about start building.
- Please refer to for windows starting more details about start building.
- Use west tool:
west build -p always/auto -b ${board} -d ${build_path} -S ${snippet} ${project_path}
- Use cmake command:
cmake -GNinja -B ${build_path} -DBOARD=${board} -DSNIPPET=${snippet} ${project_path}
ninja -C ${build_path}