Skip to content

Commit 9d3d996

Browse files
committed
Merge branch 'release/v1.1.0'
2 parents d32e136 + 26b27ee commit 9d3d996

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

platform.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "git",
2222
"url": "https://github.com/platformio/platform-renesas-ra.git"
2323
},
24-
"version": "1.0.0",
24+
"version": "1.1.0",
2525
"frameworks": {
2626
"arduino": {
2727
"package": "framework-arduinorenesas-uno",
@@ -46,13 +46,13 @@
4646
"type": "framework",
4747
"optional": true,
4848
"owner": "platformio",
49-
"version": "~1.0.1"
49+
"version": "~1.0.2"
5050
},
5151
"framework-arduinorenesas-portenta": {
5252
"type": "framework",
5353
"optional": true,
5454
"owner": "platformio",
55-
"version": "~1.0.1"
55+
"version": "~1.0.2"
5656
},
5757
"framework-renesas-fsp": {
5858
"type": "framework",

platform.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ def _configure_uploader_packages(package_name, interface_name):
4242
self.packages[package_name]["optional"] = False
4343

4444
for package, interface in (
45-
("tool-jlink", "jlink"),
46-
("tool-openocd", "cmsis-dap"),
4745
("tool-dfuutil-arduino", "dfu"),
4846
("tool-bossac", "sam-ba"),
4947
):

0 commit comments

Comments
 (0)