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

_______________________________________________
avrdude-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to