Skip to content

Commit

Permalink
Merge branch 'release/v10.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Dec 8, 2020
2 parents 78b11fe + ea203a9 commit a435dbf
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 @@ -173,7 +173,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-ststm32.git"
},
"version": "10.0.0",
"version": "10.0.1",
"frameworks": {
"mbed": {
"package": "framework-mbed",
Expand Down

0 comments on commit a435dbf

Please sign in to comment.