Skip to content

PierreNeumann/zephyr-workspaces

Repository files navigation

zephyr-workspaces

Personal workspace for my Zephyr RTOS Applications.

Installation

mkdir zephyr-workspace
cd zephyr-workspace

git clone git@github.com:PierreNeumann/zephyr-workspaces.git workspace

# Initialize west workspace metadata (.west)
poetry -C workspace install
west_init=$(poetry -C workspace env info --path)/bin/west
$west_init init -l workspace

cd workspace
poetry self add poetry-plugin-shell
poetry shell 

west update
west zephyr-export
west packages pip --install
# TODO : Use poetry to manage this requirements 
# Try https://pypi.org/project/poetry-add-requirements.txt/

west sdk install --install-base ..

## Usage

poetry shell 
west build [...]

If you don't want to open a Poetry shell, run commands with:

poetry run west build [...]

About

Workspaces for differents versions of Zephyr RTOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors