Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 778 Bytes

README.md

File metadata and controls

44 lines (23 loc) · 778 Bytes

Getting started

Open the toolchain manager from nRFConnect and open a shell for the selected toolchain

Manifest

  1. Open west.yml and add the following lines in the remotes section:
    - name: lab5e
      url-base: https://github.com/lab5e
  1. Add the following to the projects section:

projects:

    - name: nrf9160-Lab5e
      remote: lab5e
  1. Save the file and run
west update

The folder nrf9160-Lab5e should now appear under ncs<toolchain version>\nrf\applications

Samples