Skip to content

Commit

Permalink
Merge branch 'release/v4.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jan 5, 2023
2 parents 8863f39 + 2299b3e commit 44bf7d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
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-atmelavr.git"
},
"version": "4.0.0",
"version": "4.0.1",
"frameworks": {
"arduino": {
"package": "framework-arduino-avr",
Expand Down
6 changes: 2 additions & 4 deletions platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ def _add_default_debug_tools(self, board):
"-f", build.get("f_cpu", "")
],
"executable": "bin/simavr"
},
"onboard": True
}
}
if debug.get("avr-stub", ""):
speed = debug["avr-stub"]["speed"]
Expand All @@ -126,8 +125,7 @@ def _add_default_debug_tools(self, board):
"init_break": "",
"load_cmd": "preload",
"require_debug_port": True,
"default": False,
"onboard": True
"default": False
}

board.manifest["debug"] = debug
Expand Down

0 comments on commit 44bf7d4

Please sign in to comment.