Skip to content

Commit d1ae15c

Browse files
committed
tools: Add nrfutil with subcommands to tools files
One more attempt to add nrfutil to toolchain bundles. Changes in docker image are required to grant write permissions to nrfutil log folder. Signed-off-by: Jan Gałda <[email protected]>
1 parent 4d357cb commit d1ae15c

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

scripts/ncs-docker-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
776d264d2e
1+
bba2ea5f2e

scripts/tools-versions-darwin.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ doxygen:
2424
version: 1.12.0
2525
pip:
2626
version: 24.2
27+
nrfutil:
28+
version: 8.0.0
29+
subcommands:
30+
device: 2.11.2

scripts/tools-versions-linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ doxygen:
2929
version: 1.12.0
3030
pip:
3131
version: 24.2
32+
nrfutil:
33+
version: 8.0.0
34+
subcommands:
35+
device: 2.11.2

scripts/tools-versions-win10.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ doxygen:
2323
version: 1.12.0
2424
pip:
2525
version: 24.2
26+
nrfutil:
27+
version: 8.0.0
28+
subcommands:
29+
device: 2.11.2

0 commit comments

Comments
 (0)