Skip to content

Commit a435dbf

Browse files
committed
Merge branch 'release/v10.0.1'
2 parents 78b11fe + ea203a9 commit a435dbf

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
@@ -173,7 +173,8 @@ def _jlink_cmd_script(env, source):
173173
"-device", board.get("debug", {}).get("jlink_device"),
174174
"-speed", "4000",
175175
"-if", ("jtag" if upload_protocol == "jlink-jtag" else "swd"),
176-
"-autoconnect", "1"
176+
"-autoconnect", "1",
177+
"-NoGui", "1"
177178
],
178179
UPLOADCMD='$UPLOADER $UPLOADERFLAGS -CommanderScript "${__jlink_cmd_script(__env__, SOURCE)}"'
179180
)

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-ststm32.git"
2020
},
21-
"version": "10.0.0",
21+
"version": "10.0.1",
2222
"frameworks": {
2323
"mbed": {
2424
"package": "framework-mbed",

0 commit comments

Comments
 (0)