Re: [avr-libc-dev] Re: [avrdude-dev] avrdude GUI with Fuse Calculator

2007-11-29 Thread Erik Christiansen
On Thu, Nov 29, 2007 at 01:06:26PM -0700, Shaun Jackman wrote: > > Each fuse bit is currently defined as an inverted mask. For example: > #define BOOTRST ~_BV(0) /* Select Reset Vector */ > I would prefer the flags be defined uninverted. > EFUSE = ~(BOOTRST | BOOTSZ0 | BOOTSZ1); Since this descr

[avr-libc-dev] RE: [avrdude-dev] avrdude GUI with Fuse Calculator

2007-11-29 Thread Weddington, Eric
> -Original Message- > From: Shaun Jackman [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 29, 2007 1:06 PM > To: Weddington, Eric > Cc: [EMAIL PROTECTED]; avr-libc-dev@nongnu.org > Subject: Re: [avrdude-dev] avrdude GUI with Fuse Calculator > > On Nov 29, 2007 12:48 PM, Weddingto

[avr-libc-dev] Re: [avrdude-dev] avrdude GUI with Fuse Calculator

2007-11-29 Thread Shaun Jackman
On Nov 29, 2007 12:48 PM, Weddington, Eric <[EMAIL PROTECTED]> wrote: ... > Note that a new API has been added to avr-libc that allows the user to > set the fuses within an application, and these values will go into a > separate section within the resulting ELF file. To do this, fuse data is > bein