mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-16 02:31:06 +00:00
Introduce 'default_programmer' to the config file instead of requiring
one of the programmers to be tagged "default" within its definition. Also, axe the notion of a compiled-in default programmer. It is kind've pointless now that nearly all configuration comes from the config file, thus, avrdude is not very useful without the config file, and thus, having a programmer compiled-in offers little or no benefit. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@218 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -172,8 +172,9 @@
|
||||
#
|
||||
# Overall avrdude defaults
|
||||
#
|
||||
default_parallel = "/dev/ppi0";
|
||||
default_serial = "/dev/cuaa0";
|
||||
default_parallel = "/dev/ppi0";
|
||||
default_serial = "/dev/cuaa0";
|
||||
default_programmer = "stk500";
|
||||
|
||||
|
||||
#
|
||||
@@ -181,7 +182,7 @@ default_serial = "/dev/cuaa0";
|
||||
#
|
||||
|
||||
programmer
|
||||
id = "bsd", "default";
|
||||
id = "bsd";
|
||||
desc = "Brian Dean's Programmer";
|
||||
type = par;
|
||||
vcc = 2, 3, 4, 5;
|
||||
|
||||
Reference in New Issue
Block a user