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
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
129130tools.nrfutil.cmd=adafruit-nrfutil
130131tools.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
133134tools.nrfutil.upload.params.verbose=--verbose
134135tools.nrfutil.upload.params.quiet=
You can’t perform that action at this time.
0 commit comments