File tree Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ FROM ghcr.io/nrfconnect/sdk-nrf-toolchain:v3.1.1
2+ RUN rm /opt/ncs/toolchains/*/nrfutil/home/locked
3+ RUN nrfutil install sdk-manager=1.8.0
4+ RUN nrfutil sdk-manager install v3.1.1
5+ RUN rm /opt/.bashrc
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " nRF Connect SDK Dev Container" ,
3+ "build" : {
4+ "dockerfile" : " Dockerfile"
5+ },
6+ // "features": {
7+ // "ghcr.io/devcontainers/features/docker-in-docker:2": {},
8+ // },
9+ "customizations" : {
10+ "vscode" : {
11+ "extensions" : [
12+ " nordic-semiconductor.nrf-connect-extension-pack"
13+ ],
14+ "settings" : {
15+ "terminal.integrated.shell.linux" : " nrfutil toolchain-manager launch /bin/bash -- /root/entry.sh"
16+ }
17+ }
18+ }
19+ }
Original file line number Diff line number Diff line change 1+ # Memfault NCS Quickstart Firmware
2+
3+ This repository contains tooling for building sample firmware images for
4+ nRF-Connect SDK quickstart. See more here:
5+
6+ https://docs.memfault.com/docs/category/quickstart
You can’t perform that action at this time.
0 commit comments