Skip to content

Commit

Permalink
Merge branch 'release/v6.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Dec 8, 2020
2 parents a203b8b + 4cc90e8 commit 0aa9316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ def _jlink_cmd_script(env, source):
"-device", board.get("debug", {}).get("jlink_device"),
"-speed", "4000",
"-if", ("jtag" if upload_protocol == "jlink-jtag" else "swd"),
"-autoconnect", "1"
"-autoconnect", "1",
"-NoGui", "1"
],
UPLOADCMD='$UPLOADER $UPLOADERFLAGS -CommanderScript "${__jlink_cmd_script(__env__, SOURCE)}"'
)
Expand Down
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-nordicnrf51.git"
},
"version": "6.0.0",
"version": "6.0.1",
"frameworks": {
"arduino": {
"package": "framework-arduinonordicnrf5",
Expand Down

0 comments on commit 0aa9316

Please sign in to comment.