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 [email protected]:PierreNeumann/zephyr-workspaces.git workspace

cd workspace
poetry install
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 [...]

About

Workspaces for differents versions of Zephyr RTOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published