Skip to content

Commit bb18b72

Browse files
committed
Merge
2 parents 620fe89 + 39b2ae9 commit bb18b72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

builder/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def generate_uf2(target, source, env):
4545
env.Execute(
4646
" ".join(
4747
[
48-
join(platform.get_package_dir("tool-rp2040tools") or "", "elf2uf2"),
48+
"elf2uf2",
4949
'"%s"' % elf_file,
5050
'"%s"' % elf_file.replace(".elf", ".uf2"),
5151
]
@@ -284,7 +284,7 @@ def RebootPico(target, source, env):
284284
]
285285
elif upload_protocol == "picotool":
286286
env.Replace(
287-
UPLOADER=join(platform.get_package_dir("tool-rp2040tools") or "", "rp2040load"),
287+
UPLOADER="rp2040load",
288288
UPLOADERFLAGS=["-v", "-D"],
289289
UPLOADCMD="$UPLOADER $UPLOADERFLAGS $SOURCES"
290290
)

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-raspberrypi.git"
2020
},
21-
"version": "1.1.0",
21+
"version": "1.2.0",
2222
"frameworks": {
2323
"arduino": {
2424
"package": "framework-arduino-mbed",
@@ -41,7 +41,7 @@
4141
"type": "framework",
4242
"optional": true,
4343
"owner": "platformio",
44-
"version": "~2.1.0"
44+
"version": "~2.4.0"
4545
},
4646
"framework-arduinopico": {
4747
"type": "framework",

0 commit comments

Comments
 (0)