Skip to content

Commit e20843a

Browse files
committed
Merge branch 'release/v6.0.1'
2 parents f81afa9 + 461f826 commit e20843a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

builder/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ def _jlink_cmd_script(env, source):
148148
"-device", board.get("debug", {}).get("jlink_device"),
149149
"-speed", "4000",
150150
"-if", ("jtag" if upload_protocol == "jlink-jtag" else "swd"),
151-
"-autoconnect", "1"
151+
"-autoconnect", "1",
152+
"-NoGui", "1"
152153
],
153154
UPLOADCMD='$UPLOADER $UPLOADERFLAGS -CommanderScript "${__jlink_cmd_script(__env__, SOURCE)}"'
154155
)

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-nxplpc.git"
2020
},
21-
"version": "6.0.0",
21+
"version": "6.0.1",
2222
"frameworks": {
2323
"mbed": {
2424
"package": "framework-mbed",

0 commit comments

Comments
 (0)