Skip to content

lab5e/nrf9160-Lab5e

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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