Skip to content

nrfconnect/sdk-nrf-bm

Repository files navigation

sdk-nrf-bm

Base repository for 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.