Hi, I noticed when I followed the current instructions in the README to use probe-run, I got an error:
probe-run --chip RP2040 --list-probes
error: the argument '--chip <CHIP>' cannot be used with '--list-probes'
Usage: probe-run --chip <CHIP> <ELF>
For more information, try '--help'.
I'm on macOS Monterey 12.6.5 (21G531) and currently here's my version from probe-run:
Hi, I noticed when I followed the current instructions in the README to use probe-run, I got an error:
I'm on macOS Monterey 12.6.5 (21G531) and currently here's my version from probe-run:
Once I removed the
--chip
argument I got this:I am guessing this is the intended behaviour, and that the
--chip
and--list-probes
arguments no longer work together.