Skip to content

Commit 9088a88

Browse files
committed
Readme
0 parents  commit 9088a88

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

.devcontainer/devcontainer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

patches/peripheral_mds.patch

Whitespace-only changes.

0 commit comments

Comments
 (0)