I was frustrated with the setup process for the nrf sdk and tools, so I made this sample project to make setup simple and automate installation of the sdk and cli tools.
VSCode has to be installed, along with make
, wget
, and git
.
arm-gcc
toolchain has to be installed. You can install it using homebrew:
brew install arm-none-eabi-gcc
- Open this directory in VSCode
- Install the extensions listed below
- Click the "Setup" button in the status bar (if VSCode action buttons is installed), or run
make setup
from the command line - Follow instructions in the terminal (some links should open in Safari, and Finder windows will open to make file copies easier)
- Install vscode, make, wget, git, tar, and unzip
- Run
code ./
in this directory - Install extensions listed below
- Click the "Setup" button in the status bar or run
make setup
from the command line