Skip to content

Commit e96df9f

Browse files
Clean up unused platform.txt
1 parent 50d68f0 commit e96df9f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

platform.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ name=Rasperry Pi RP2040 Boards
2323
version=1.0.0
2424
runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi
2525
runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3
26-
runtime.tools.python3.path={runtime.platform.path}/system/python3
2726
runtime.tools.pqt-mklittlefs.path={runtime.platform.path}/system/mklittlefs
2827
runtime.tools.pqt-pioasm.path={runtime.platform.path}/system/pioasm
2928
runtime.tools.pqt-elf2uf2.path={runtime.platform.path}/system/elf2uf2
@@ -72,12 +71,13 @@ build.extra_flags=
7271
# These can be overridden in platform.local.txt
7372
compiler.c.extra_flags=
7473
compiler.c.elf.extra_flags=
75-
#compiler.c.elf.extra_flags=-v
7674
compiler.cpp.extra_flags=
7775
compiler.S.extra_flags=
7876
compiler.ar.extra_flags=
7977
compiler.elf2hex.extra_flags=
8078

79+
80+
# Allow Pico boards do be auto-discovered by the IDE
8181
discovery.rp2040.pattern="{runtime.tools.pqt-python3.path}/python3" "{runtime.platform.path}/tools/discovery.py"
8282

8383
# USB Flags
@@ -125,14 +125,13 @@ recipe.size.regex=\.text\s+([0-9]+).*
125125
tools.uf2conv.path=
126126
# Because the variable expansion doesn't allow one tool to find another, the following lines
127127
# will point to "{runtime.platform.path}/tools/python3/python3" in GIT and
128-
# "{runtime.tools.python3.path}/python3" for JSON board manager releases.
128+
# "{runtime.tools.pqt-python3.path}/python3" for JSON board manager releases.
129+
#tools.uf2conv.cmd={runtime.tools.pqt-python3.path}/python3
129130
tools.uf2conv.cmd={runtime.platform.path}/system/python3/python3
130-
tools.uf2conv.network_cmd="{runtime.tools.pqt-python3.path}/python3"
131131

132132
tools.uf2conv.upload.protocol=uf2
133133
tools.uf2conv.upload.params.verbose=
134134
tools.uf2conv.upload.params.quiet=
135135

136136
tools.uf2conv.upload.pattern="{cmd}" "{runtime.platform.path}/tools/uf2conv.py" --serial "{serial.port}" --family RP2040 --deploy "{build.path}/{build.project_name}.uf2"
137-
tools.uf2conv.upload.network_pattern="{cmd}" "{runtime.platform.path}/tools/uf2conv.py" --serial "{serial.port}" --family RP2040 --deploy "{build.path}/{build.project_name}.uf2"
138137

0 commit comments

Comments
 (0)