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

Differentiate cause when programmer isn't found #1806

Merged
merged 2 commits into from
May 17, 2024

Conversation

stefanrueger
Copy link
Collaborator

Fixes #1805

$ avrdude -q -c tumpa_jtag -p m328p
avrdude error: programmer tumpa_jtag and part ATmega328P have no programming modes in common
use -c? -p ATmega328P to see all possible programmers for ATmega328P

$ avrdude -qq -c tumpa_jtag -p m2560
avrdude error: device not found (-3)
avrdude error: unable to open port usb for programmer tumpa_jtag

@stefanrueger stefanrueger added the misc Minor fixes like typo, overzealous compiler warning fixes, coding style changes, etc label May 10, 2024
@mcuee
Copy link
Collaborator

mcuee commented May 11, 2024

This should be safe to merge.

@stefanrueger stefanrueger merged commit bcd95ba into avrdudes:main May 17, 2024
13 checks passed
@stefanrueger stefanrueger deleted the programmer-not-found branch May 17, 2024 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
misc Minor fixes like typo, overzealous compiler warning fixes, coding style changes, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Misleading error message: cannot find programmer id
2 participants