Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 284 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 284 Bytes

zephyr-workspaces

Workspaces for differents versions of Zephyr RTOS

Initialization

# initialize the workspace
west init -m [email protected]:PierreNeumann/zephyr-workspaces.git --mr zephyr-v3.4 zephyr-workspace
# update Zephyr modules
cd zephyr-workspace
west update