Base repository for nRF Connect SDK Bare Metal option.
To initialize the workspace using the command line, do the following:
-
Clone the relevant version tag or branch:
west init -m https://github.com/nrfconnect/sdk-nrf-bm --mr main
-
Update the structure based on the current repository revision:
west update
For further details on getting started, check the installation guide in the documentation.