Open the toolchain manager from nRFConnect and open a shell for the selected toolchain
- Open west.yml and add the following lines in the remotes section:
- name: lab5e
url-base: https://github.com/lab5e
- Add the following to the projects section:
projects:
- name: nrf9160-Lab5e
remote: lab5e
- Save the file and run
west update
The folder nrf9160-Lab5e should now appear under ncs<toolchain version>\nrf\applications