File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
tools/adafruit-nrfutil/macos Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -124,11 +124,12 @@ recipe.output.save_file={build.project_name}.{build.variant}.hex
124
124
#***************************************************
125
125
# adafruit-nrfutil for uploading
126
126
# https://github.com/adafruit/Adafruit_nRF52_nrfutil
127
+ # pre-built binaries are provided for macos and windows
127
128
#***************************************************
128
129
129
130
tools.nrfutil.cmd=adafruit-nrfutil
130
131
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
132
133
133
134
tools.nrfutil.upload.params.verbose=--verbose
134
135
tools.nrfutil.upload.params.quiet=
You can’t perform that action at this time.
0 commit comments