[avrdude-dev] [patch #7729] Updated support for FTDI-232H

2013-09-25 Thread Hannes Weisbach
Follow-up Comment #3, patch #7729 (project avrdude): So, I've looked over the patch in detail (finally, sorry for the delay). I'm not convinced on the merits of the patch. As you've stated, the increased speed does not matter much for AVRs. On the finer frequency resolution I would argue, that a)

Re: [avrdude-dev] [patch #7729] Updated support for FTDI-232H

2012-03-19 Thread Jason Hecker
Libftdi has been updated to 0.20 so it's probably safe to fold in this patch. Who knows though how long it'll be for the new library to propagate into the various distributions. ___ avrdude-dev mailing list avrdude-dev@nongnu.org

[avrdude-dev] [patch #7729] Updated support for FTDI-232H

2012-02-25 Thread Jason Hecker
Follow-up Comment #2, patch #7729 (project avrdude): You are right. I used pin 5 for some reason. I have corrected this and changed it all to pin 4 and tested it. New patch below. (file #25162) ___ Additional Item Attachment: File

Re: [avrdude-dev] [patch #7729] Updated support for FTDI-232H

2012-02-25 Thread Jason Hecker
OK, I have a new Windows binary on helix.air.net.au with this patch applied. I'd appreciate users of Windows and any FTDI device with the MPSSE engine to try it out and get back to me. On 26 February 2012 00:21, Jason Hecker invalid.nore...@gnu.org wrote: Follow-up Comment #2, patch #7729

[avrdude-dev] [patch #7729] Updated support for FTDI-232H

2012-02-24 Thread Hannes Weisbach
Follow-up Comment #1, patch #7729 (project avrdude): Hi, I had a quick look and it looks fine to me. I have just one question. You changed: if (pgm-pinno[PIN_AVR_RESET] 4 || pgm-pinno[PIN_AVR_RESET] == 0) { to: if (pgm-pinno[PIN_AVR_RESET] 5 || pgm-pinno[PIN_AVR_RESET] == 0) {