-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Use usbasp-clone protocol for programmer "usbasp". #6124
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
Conversation
Avrdude won't check for usb name and vendor of the programmer, so even non-original usbasp clones (but with correct usb IDs) can be used. "Real" usbasp programmers are not affected by this change.
kpr1
commented
Jan 19, 2018
I agree, it can be good feature. Usually AvrDude works with original usbasp and also clones. Arduino IDE not. It's discomfortable process to compile, then get and find hex file, then burn it with AvrDude.
Hi @jbtronics ,
we are closing all the hardware related PRs in this repo.
If you are still interesting in getting this merged could you reopen in https://github.com/arduino/ArduinoCore-avr ? Here you can find some hints about reapplying the patch to that repo easily.
Thanks!
Avrdude won't check for usb name and vendor of the programmer, so even non-original usbasp clones (but with correct usb IDs) can be used for uploading. "Real" usbasp programmers are not affected by this change.
All in all more programmers are supported and problems with usbasp-clones are prevented.