Skip to content

Commit 25052fe

Browse files
authored
Update platform.txt to require auto-discovery and serial-monitor (#1631)
Fixes #1619 Requiring the auto-discovery tool and serial monitor if they have not already been included by other boards (namely if AVR cores have been uninstalled in the IDE).
1 parent 678cd2c commit 25052fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

platform.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
name=Raspberry Pi RP2040 Boards
2323
version=3.3.1
2424

25+
# Required discoveries and monitors
26+
# ---------------------------------
27+
pluggable_discovery.required.0=builtin:serial-discovery
28+
pluggable_discovery.required.1=builtin:mdns-discovery
29+
pluggable_monitor.required.serial=builtin:serial-monitor
30+
2531
runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi
2632
runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3
2733
runtime.tools.pqt-mklittlefs.path={runtime.platform.path}/system/mklittlefs

0 commit comments

Comments
 (0)