AVR* Administrator

Results 263 comments of AVR* Administrator

Joerg Wunsch Thu 13 Mar 2014 03:55:38 PM UTC 3rd idea: add an adjustable timeout option to the config syntax, so this can be configured on a per-programmer basis.

Georg von Zengen Thu 13 Mar 2014 09:10:31 PM UTC setting the timeout for the programmer will also increase the time for fault detection for all AVRs. The patch I...

Georg von Zengen Tue 01 Apr 2014 07:47:42 AM UTC Hi, any comments about my patch?

Klaus Leidinger Tue 01 Apr 2014 09:49:30 PM UTC Hi, avrdude already accepts programmer specific parameters with the -x 'extendet parameter' [http://www.nongnu.org/avrdude/user-manual/avrdude_4.html#Option-Descriptions](https://savannah.nongnu.orghttp://www.nongnu.org/avrdude/user-manual/avrdude_4.html#Option-Descriptions) and [http://www.nongnu.org/avrdude/user-manual/avrdude_5.html#Programmers-accepting-extended-parameters](https://savannah.nongnu.orghttp://www.nongnu.org/avrdude/user-manual/avrdude_5.html#Programmers-accepting-extended-parameters) So this should be the place...

Joerg Wunsch Wed 02 Apr 2014 05:42:24 AM UTC Other programmers (like JTAGICE, AVRISPmkII) simply have much longer default timeouts, so the timeout is never hit even by the somewhat...

Georg von Zengen Wed 02 Apr 2014 07:00:23 AM UTC One of the problems with avr109 is that it has only a chip erase command which only sends a reply...

Klaus Leidinger Wed 02 Apr 2014 07:00:57 AM UTC My vote for the simple solution to match the timeout to other serial programmers. Thanks Jörg for pointing this out.

Georg von Zengen Wed 02 Apr 2014 07:47:34 AM UTC What is your reason against the "complicated" (8 lines) solution which solves the problem and not only delays its appearance.

Yannic Schröder Wed 02 Apr 2014 09:00:11 AM UTC I dislike the option to generally raise the serial timeout to 10 seconds. When I have a new untested chip/board it...

Dennis Reimers Wed 02 Apr 2014 11:51:58 AM UTC I vote for the dynamic solution because its more future-proof. In general giving the user feedback in case of unexpected/faulty behavior...