Skip to content

Commit 1491b13

Browse files
committed
add adafruit-nrfutil binary for macos
1 parent c6b80e8 commit 1491b13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

platform.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,12 @@ recipe.output.save_file={build.project_name}.{build.variant}.hex
124124
#***************************************************
125125
# adafruit-nrfutil for uploading
126126
# https://github.com/adafruit/Adafruit_nRF52_nrfutil
127+
# pre-built binaries are provided for macos and windows
127128
#***************************************************
128129

129130
tools.nrfutil.cmd=adafruit-nrfutil
130131
tools.nrfutil.cmd.windows={runtime.platform.path}/tools/adafruit-nrfutil/win32/adafruit-nrfutil.exe
131-
tools.nrfutil.cmd.macosx=/usr/local/bin/nrfutil
132+
tools.nrfutil.cmd.macosx={runtime.platform.path}/tools/adafruit-nrfutil/macos/adafruit-nrfutil
132133

133134
tools.nrfutil.upload.params.verbose=--verbose
134135
tools.nrfutil.upload.params.quiet=
4.93 MB
Binary file not shown.

0 commit comments

Comments
 (0)