Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 554 Bytes

File metadata and controls

21 lines (13 loc) · 554 Bytes

sdk-nrf-bm

Base repository for the nRF Connect SDK Bare Metal option.

Initialize workspace

To initialize the workspace using the command line, do the following:

  1. Clone the relevant version tag or branch:

    west init -m https://github.com/nrfconnect/sdk-nrf-bm --mr main
    
  2. Update the structure based on the current repository revision:

    west update
    

For further details on getting started, check the installation guide in the documentation.