[avrdude-dev] code restructuring - using C99 or not?

2012-07-20 Thread Axel Wachtler
Hallo, I'm currently doing some code restructuring in avrdude. Now I want to encapsulate the fprintf(stderr, ...) statments by a macro, lets say PRINTF. There are two ways to do this: a) C99 style: #define PRINTF(fmt, ...) avrdude_message(fmt, __VA_ARGS__) Usage: PRINTF(foo=%d, 42);

[avrdude-dev] [bug #36901] flashing Atmega32U4 EEPROM produces garbage on chip

2012-07-20 Thread anonymous
URL: http://savannah.nongnu.org/bugs/?36901 Summary: flashing Atmega32U4 EEPROM produces garbage on chip Project: AVR Downloader/UploaDEr Submitted by: None Submitted on: Fr 20 Jul 2012 13:00:49 UTC Category: None

[avrdude-dev] [bug #36901] flashing Atmega32U4 EEPROM produces garbage on chip

2012-07-20 Thread Joerg Wunsch
Follow-up Comment #1, bug #36901 (project avrdude): Could you also try version 5.11.1? (You probably need to select another Xmega device there, and override the signature check with the -F option.) I also recently noticed some Xmega PDI programming issues, albeit for me they were only related

Re: [avrdude-dev] Fwd: FTDI flashing stops at different positions

2012-07-20 Thread Hannes Weisbach
Since your issues seem to be timing related, I don't think anymore your problem relates to the infinite loop I was talking about. Hm I've heard from another avrdude user, that some days ago avrdude starts making some problems. He is on avrasp, but it works not reliable for now. He is on

Re: [avrdude-dev] code restructuring - using C99 or not?

2012-07-20 Thread Weddington, Eric
-Original Message- From: avrdude-dev-bounces+eric.weddington=atmel@nongnu.org [mailto:avrdude-dev-bounces+eric.weddington=atmel@nongnu.org] On Behalf Of Axel Wachtler Sent: Friday, July 20, 2012 4:04 AM To: avrdude-dev@nongnu.org Subject: [avrdude-dev] code restructuring -

[avrdude-dev] [patch #7811] Adds avr_pin_name()

2012-07-20 Thread Hannes Weisbach
Update of patch #7811 (project avrdude): Status:None = Ready For Test Assigned to:None = hweisbach ___ Reply to this item at: