8000 GitHub - fred-corp/nrf52840-vscode: Sample workspace using vscode to develop for the nrf52840 using the official SDK
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fred-corp/nrf52840-vscode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nRF52840 VSCode Template

Why ?

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.

Environment Setup

macOS

Pre-requisites

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

Setup

  1. Open this directory in VSCode
  2. Install the extensions listed below
  3. Click the "Setup" button in the status bar (if VSCode action buttons is installed), or run make setup from the command line
  4. Follow instructions in the terminal (some links should open in Safari, and Finder windows will open to make file copies easier)

Linux

  1. Install vscode, make, wget, git, tar, and unzip
  2. Run code ./ in this directory
  3. Install extensions listed below
  4. Click the "Setup" button in the status bar or run make setup from the command line

VS Code extensions used

About

Sample workspace using vscode to develop for the nrf52840 using the official SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.1%
  • Makefile 4.2%
  • Shell 0.7%
0