Skip to content

Commit 44bf7d4

Browse files
committed
Merge branch 'release/v4.0.1'
2 parents 8863f39 + 2299b3e commit 44bf7d4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

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-atmelavr.git"
2020
},
21-
"version": "4.0.0",
21+
"version": "4.0.1",
2222
"frameworks": {
2323
"arduino": {
2424
"package": "framework-arduino-avr",

platform.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ def _add_default_debug_tools(self, board):
105105
"-f", build.get("f_cpu", "")
106106
],
107107
"executable": "bin/simavr"
108-
},
109-
"onboard": True
108+
}
110109
}
111110
if debug.get("avr-stub", ""):
112111
speed = debug["avr-stub"]["speed"]
@@ -126,8 +125,7 @@ def _add_default_debug_tools(self, board):
126125
"init_break": "",
127126
"load_cmd": "preload",
128127
"require_debug_port": True,
129-
"default": False,
130-
"onboard": True
128+
"default": False
131129
}
132130

133131
board.manifest["debug"] = debug

0 commit comments

Comments
 (0)