Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo flash panics when no compatible probe is found #41

Closed
jonas-schievink opened this issue Oct 18, 2019 · 0 comments · Fixed by #45
Closed

cargo flash panics when no compatible probe is found #41

jonas-schievink opened this issue Oct 18, 2019 · 0 comments · Fixed by #45

Comments

@jonas-schievink
Copy link
Contributor

This .remove(1) call will panic when the list is empty (due to there not being any supported probes):

list.remove(0)

Yatekii pushed a commit that referenced this issue Jan 13, 2023
Use cargo metadata to find binary to flash
burrbull pushed a commit to burrbull/probe-rs that referenced this issue Feb 27, 2023
Allow environment variables to set chip arguments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant