[avrdude-dev] [bug #29264] avrdude upload to xmega using stk500 protocol using byte addresses rather than word addresses

2013-03-10 Thread Michael Dreher
Follow-up Comment #5, bug #29264 (project avrdude): When the opcodes AVR_OP_LOADPAGE_LO and AVR_OP_READ_LO are not defined in avrdude.conf for the mem type flash for this device, it uses a_div=1 (byte addressing) instead of a_div=2 (word addressing). So this be easily fixed in avrdude.conf. From

[avrdude-dev] [patch #6866] bug #26703: [Feature Request] Support device reset for 'arduino' programmer type

2009-10-12 Thread Michael Dreher
Follow-up Comment #9, patch #6866 (project avrdude): Hi Michal, Is it safe to do it like this? No, it has to be done when closing the port, not in the open() function: --- arduino.c.orig 2009-10-10 10:26:40 +0200 +++ arduino.c 2009-10-12 20:35:33 +0200 @@ -107,6 +107,14 @@ }

[avrdude-dev] [patch #6866] bug #26703: [Feature Request] Support device reset for 'arduino' programmer type

2009-10-10 Thread Michael Dreher
Follow-up Comment #6, patch #6866 (project avrdude): Hi Michal, there is a little typo in ser_win32.c. The filedescriptor parameter is named fdp instead of fd which prohibts compiling it. original: static int ser_set_dtr_rts(union filedescriptor *fdp, int is_on) changed: static int

[avrdude-dev] [bug #26703] [Feature Request] Support device reset for 'arduino' programmer type

2009-07-15 Thread Michael Dreher
Follow-up Comment #1, bug #26703 (project avrdude): The RTS output is connected to AVR reset via a 100 ohm resistor. This resistor (R2) is not populated on the Arduino-Duemilanove boards (checked on a ATmega168 and a ATmega328 Duemilanove board). The only way to reset a Arduino-Duemilanove