avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [avr-chat] Re: GUI wrapper for avrdude


From: Eric Weddington
Subject: RE: [avr-chat] Re: GUI wrapper for avrdude
Date: Sun, 26 Aug 2007 16:55:33 -0600


> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden
>  On Behalf Of Brian Dean
> Sent: Sunday, August 26, 2007 11:33 AM
> To: Vincent Trouilliez
> Cc: address@hidden
> Subject: Re: [avr-chat] Re: GUI wrapper for avrdude
>
> Personally, trying to set fuses in AVRStudio is an exercise in
> frustration for me, even aside from that I rarely ever use Windows.
> I'd much rather just specify the hex value for the fuse on the command
> line, even if it means taking a peek at the datasheet. :-)
>
> avrdude -p m128 -V -U lfuse:w:0x3f:m
>
> Done.  Code that in the Makefile and never worry about it again.

There are plans in the works to make it even easier than that.

- avr-libc API to specify fuse settings in your application code, with
possible user-friendly identifiers
- fuse settings will be embedded in the ELF output file of your application
- teach avrdude to read the ELF file, and the embedded fuse settings and do
"all-in-one" programming.

Eric Weddington






reply via email to

[Prev in Thread] Current Thread [Next in Thread]