avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] configuration file


From: Brian Dean
Subject: Re: [avrdude-dev] configuration file
Date: Sat, 29 Mar 2003 18:38:20 -0500
User-agent: Mutt/1.4.1i

On Sat, Mar 29, 2003 at 11:29:29PM +0100, Firepower wrote:

> ...yeah it would be ok...but then i program my target after every
> compile job that is not really what I want....but its ok for me
> so I have to write me batch and change this in every project.

You could add another target for the actual programming, something
like the following should work:

download: ${TARGET}.hex ${TARGET}_eeprom.hex
        avrdude -p ${MCU} -e -i ${TARGET}.hex
        avrdude -p ${MCU}    -i ${TARGET}_eeprom.hex

-Brian
-- 
Brian Dean
address@hidden
http://www.bsdhome.com/
http://www.bdmicro.com/




reply via email to

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