avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] configuration file


From: E. Weddington
Subject: Re: [avrdude-dev] configuration file
Date: Sat, 29 Mar 2003 14:51:06 -0700

On 29 Mar 2003 at 22:42, BlackAngel wrote:

> Hi,
> 
> is it possible to set in the config file a default target (like
> makefile)?
> Then the user could set his project special settings and
> so it would be possible to start this job out of an external program
> like ultraedit under windows with a one button click. It could be
> solved with a batch file under windows but this is no soloution for
> unix or freebsd.
> 

See the avrdude user manual. There is a system configuration file and 
a user configuration file which can override the system configuration 
file. The user configuration file would be the place to put your 
default values. You can set default values for: parallel port, serial 
port, and programmer.

If you want to set a default AVR part, one way to do this would be in 
the makefile for building the software. The value that you use for 
the GCC -mmcu flag can also be used for the avrdude -p option, e.g. 
atmega128.

Eric




reply via email to

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