west

Meta-tool for managing Zephyr RTOS projects and repositories

brewmacoslinux
Try with needOr install directly
Source

About

Zephyr meta-tool

Commands

west

Examples

Initialize a new Zephyr workspace$ west init -m https://github.com/zephyrproject-rtos/zephyr my-workspace
Update all repositories in the workspace$ west update
Build a Zephyr application for a specific board$ west build -b nrf52840dk_nrf52840 samples/hello_world