avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] Re: cvs back again and butterfly cleanup


From: Michael Mayer
Subject: Re: [avrdude-dev] Re: cvs back again and butterfly cleanup
Date: Sat, 13 Dec 2003 19:41:33 +0100
User-agent: Mutt/1.5.4i

On Sat, Dec 13, 2003 at 17:56:36 +0100, Jan-Hinnerk Reichert wrote:
> I have just found out that we already have a configuration parameter 
> "default_programmer" ;-)))

I hadn't realized this, too. Maybe we should mention this in the default
avrdude.conf, too. I modified my avrdude.conf.in to remind me of this very
useful feature.

  Michael


--- ../avrdude-cvs20031202/avrdude.conf.in      2003-11-30 16:16:48.000000000 
+0100
+++ ./avrdude.conf.in   2003-12-13 18:21:48.000000000 +0100
@@ -6,9 +6,11 @@
 # the programming hardware pinouts and also provides part definitions.
 # AVRDUDE's "-C" command line option specifies the location of the
 # configuration file.  The "-c" option names the programmer configuration
-# which must match one of the entry's "id" parameter.  The "-p" option
-# identifies which part AVRDUDE is going to be programming and must match
-# one of the parts' "id" parameter.
+# which must match one of the entry's "id" parameter. The "default_programmer"
+# statement in this file can be used to specify a default programmer
+# to use if no "-c" option is given.  The "-p" option identifies which part
+# AVRDUDE is going to be programming and must match one of the parts' "id"
+# parameter.
 #
 # Possible entry formats are:
 #
@@ -178,7 +180,7 @@
 #
 default_parallel   = "@DEFAULT_PAR_PORT@";
 default_serial     = "@DEFAULT_SER_PORT@";
-
+#default_programmer = "butterfly";
 
 #
 # PROGRAMMER DEFINITIONS




reply via email to

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