Skip to content

Commit

Permalink
Merge branch 'release/v6.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Aug 13, 2021
2 parents 202715c + 951b669 commit 9d9b184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _jlink_cmd_script(env, source):
UPLOADCMD="$UPLOADER $UPLOADERFLAGS $SOURCES"
)
if board.get("build.core") in ("adafruit", "seeed", "sparkfun") and board.get(
"build.mcu").startswith("samd51"):
"build.mcu").startswith(("samd51", "same51")):
# special flags for the latest bossac tool
env.Append(
UPLOADERFLAGS=[
Expand Down
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-atmelsam.git"
},
"version": "6.3.0",
"version": "6.3.1",
"frameworks": {
"arduino": {
"package": "framework-arduino-sam",
Expand Down

0 comments on commit 9d9b184

Please sign in to comment.