avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] avrdude.conf in current directory


From: Markus Burrer
Subject: [avrdude-dev] avrdude.conf in current directory
Date: Sun, 18 Jul 2010 18:51:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.10) Gecko/20100527 Lightning/1.0b1 Thunderbird/3.0.5

Hi, is it possible to create a avrdude.conf file in the current
directory with any information to program the device? For example

serial = "usb"
programmer = "avrisp2"
mcu = "m32"
flash_file = "main.hex"
ee_file = "main.eep"
lfuse = "0xff"
hfuse = "0xc9"
.
.
.

If parameters like lfuse exists then avrdude will add the appropriate
command line parameter. Then it should be enough to call avrdude without
parameters inside this directory. This will help to create projects for
different targets.

Regards
Markus



reply via email to

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