Skip to content

Commit

Permalink
fixing runtime path of adafruit-nrfutil binary
Browse files Browse the repository at this point in the history
  • Loading branch information
artynet committed Nov 29, 2021
1 parent a73e9f7 commit 1e6953f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ recipe.output.save_file={build.project_name}.{build.variant}.hex
# pre-built binaries are provided for macos, windows and linux
#*************************************************************
tools.nrfutil.path={runtime.tools.nrfutil.path}
tools.nrfutil.cmd=adafruit-nrfutil
tools.nrfutil.cmd.windows=adafruit-nrfutil.exe
tools.nrfutil.cmd={runtime.tools.nrfutil.path}/adafruit-nrfutil
tools.nrfutil.cmd.windows={runtime.tools.nrfutil.path}/adafruit-nrfutil.exe

tools.nrfutil.upload.params.verbose=--verbose
tools.nrfutil.upload.params.quiet=
Expand Down

0 comments on commit 1e6953f

Please sign in to comment.