avrdude-build-script
avrdude-build-script copied to clipboard
Add libftdi build and add mingw64 build.
Add libftdi support.
It is very useful if someone only have one arduino which have a broken bootloader.
Patch 01 is fix a bug which will close the ftdi usb handle before the reader thread closed.
Hi @darkautism , very interesting patch indeed. Did you have the chance to test that compilation works in already supported targets? I'm a bit dubious about 1dd3ba4 on plain mingw (crosscompiled)
Hi @facchinm , I fix linux cross compile for windows.
Hi @facchinm , Native linux binary build in docker fixed. I do not have Mac OSX so i cannot test this build target.
It seems d80c6b83c5e301d2aaf8c940e28d2700caf17c54 and #19 is same issue.