Skip to content

Commit

Permalink
Merge branch 'release/v1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Aug 12, 2023
2 parents d32e136 + 26b27ee commit 9d3d996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-renesas-ra.git"
},
"version": "1.0.0",
"version": "1.1.0",
"frameworks": {
"arduino": {
"package": "framework-arduinorenesas-uno",
Expand All @@ -46,13 +46,13 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.0.1"
"version": "~1.0.2"
},
"framework-arduinorenesas-portenta": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.0.1"
"version": "~1.0.2"
},
"framework-renesas-fsp": {
"type": "framework",
Expand Down
2 changes: 0 additions & 2 deletions platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ def _configure_uploader_packages(package_name, interface_name):
self.packages[package_name]["optional"] = False

for package, interface in (
("tool-jlink", "jlink"),
("tool-openocd", "cmsis-dap"),
("tool-dfuutil-arduino", "dfu"),
("tool-bossac", "sam-ba"),
):
Expand Down

0 comments on commit 9d3d996

Please sign in to comment.