I have tried various methods from different doccumentations and I couldn't do so. Can you provides some steps to create a west workspace.
Thanks in advance.
I have tried various methods from different doccumentations and I couldn't do so. Can you provides some steps to create a west workspace.
Thanks in advance.
Hi Athulya,
Could you provide more details regarding your SDK? Which version is it? What OS are you using?
Best Regards,
Priyanka
I used Zephyr sdk version V1.9.1 and OS is Windows11. I want to create a freestanding application outside the zephyr sdk using west. commands.
Hi Athulya,
Could you try using west init -m <project url>
This will clone the project and create a west workspace. You can also refer this Github page.
-Priyanka
Is it freestanding application or not? I want to create freestanding application using west commands.
You can refer the following documentation for further details:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/develop/west/workspaces.html
Hope this helps.
-Priyanka