Skip to content

Commit

Permalink
Merge branch 'release/v3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Dec 8, 2020
2 parents 47ab16b + 249adec commit 548a005
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 @@ -132,7 +132,8 @@ def _jlink_cmd_script(env, source):
"-speed", "1000",
"-if", "JTAG",
"-jtagconf", "-1,-1",
"-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 @@ -16,7 +16,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-sifive.git"
},
"version": "3.0.0",
"version": "3.0.1",
"frameworks": {
"freedom-e-sdk": {
"package": "framework-freedom-e-sdk",
Expand Down

0 comments on commit 548a005

Please sign in to comment.