Getting Start with Zephyr on RISC-V System - Windows
python -m venv .\.venv\.\.venv\Scripts\Activate.ps1pip install westCreate project
west init zephyrproject
cd .\zephyrproject\
west updateWhen doing this, make sure VSCode is not opened. https://github.com/zephyrproject-rtos/west/issues/558#issuecomment-1006077681
west zephyr-exportLast updated
Was this helpful?