This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 75
add flag / env-var to select the probe by serial number #14
Labels
type: enhancement
Enhancement or feature request
Comments
also while implementing this, make |
note from @jonas-schievink |
aurelj
pushed a commit
to aurelj/probe-run
that referenced
this issue
Sep 1, 2020
This provides options similar to cargo-flash to list all connected probes and to specify which one to use: probe-run --list-probes probe-run --probe '1366:0101' --chip nrf52 bin probe-run --probe '1366:0101:123456' --chip nrf52 bin This also alows specifying the probe as en env-var: PROBE_RUN_PROBE='1366:0101:123456' cargo run It fixes knurling-rs#14.
aurelj
pushed a commit
to aurelj/probe-run
that referenced
this issue
Sep 1, 2020
This provides options similar to cargo-flash to list all connected probes and to specify which one to use: probe-run --list-probes probe-run --probe '1366:0101' --chip nrf52 bin probe-run --probe '1366:0101:123456' --chip nrf52 bin This also alows specifying the probe as en env-var: PROBE_RUN_PROBE='1366:0101:123456' cargo run It fixes knurling-rs#14.
aurelj
pushed a commit
to aurelj/probe-run
that referenced
this issue
Sep 2, 2020
This provides options similar to cargo-flash to list all connected probes and to specify which one to use: probe-run --list-probes probe-run --probe '1366:0101' --chip nrf52 bin probe-run --probe '1366:0101:123456' --chip nrf52 bin This also alows specifying the probe as en env-var: PROBE_RUN_PROBE='1366:0101:123456' cargo run It fixes knurling-rs#14.
aurelj
pushed a commit
to aurelj/probe-run
that referenced
this issue
Sep 3, 2020
This provides options similar to cargo-flash to list all connected probes and to specify which one to use: probe-run --list-probes probe-run --probe '1366:0101' --chip nrf52 bin probe-run --probe '1366:0101:123456' --chip nrf52 bin This also alows specifying the probe as en env-var: PROBE_RUN_PROBE='1366:0101:123456' cargo run It fixes knurling-rs#14.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is helpful when you want to
cargo-run
firmware on two or more different devices in parallel.In the above case the firmware can live in the same Cargo project.
When the firmware lives in different Cargo projects you can use the flag version.
The text was updated successfully, but these errors were encountered: