@@ -23,7 +23,6 @@ name=Rasperry Pi RP2040 Boards
2323version=1.0.0
2424runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi
2525runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3
26- runtime.tools.python3.path={runtime.platform.path}/system/python3
2726runtime.tools.pqt-mklittlefs.path={runtime.platform.path}/system/mklittlefs
2827runtime.tools.pqt-pioasm.path={runtime.platform.path}/system/pioasm
2928runtime.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
7372compiler.c.extra_flags=
7473compiler.c.elf.extra_flags=
75- #compiler.c.elf.extra_flags=-v
7674compiler.cpp.extra_flags=
7775compiler.S.extra_flags=
7876compiler.ar.extra_flags=
7977compiler.elf2hex.extra_flags=
8078
79+
80+ # Allow Pico boards do be auto-discovered by the IDE
8181discovery.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]+).*
125125tools.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
129130tools.uf2conv.cmd={runtime.platform.path}/system/python3/python3
130- tools.uf2conv.network_cmd="{runtime.tools.pqt-python3.path}/python3"
131131
132132tools.uf2conv.upload.protocol=uf2
133133tools.uf2conv.upload.params.verbose=
134134tools.uf2conv.upload.params.quiet=
135135
136136tools.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