Update of bug #42068 (project avrdude):

                  Status:                    None => Wont Fix               
             Assigned to:                    None => rliebscher             

    _______________________________________________________

Follow-up Comment #1:

Hi, 

it seems that at http://avr.ru/ready/tools/prog/5wire the same name is used
for a programmer which uses different pins!

So I think it is not a good idea to add it when users think of different
hardware when using it.

It is probably better to inform the users on these web pages mentioned below
that "stk200" could be used (as its buff pins 4,5 are not used by the
five-wires).

Another solution would be to provide there a specific conf for five-wires,
which can be added to the existing conf at the command line:

avrdude -C+five-wires.conf ...

(This -C+ is new in avrdude 6, and appends the conf file to the previous read
system/user conf.)

BTW: the correct syntax for avrdude 6 is:

programmer
  id = "five-wires";
  desc = "\"Five wires\" parallel programmer";
  type = "par";                <<<<<<<< is now a string
  connection_type = parallel;  <<<<<<<< is a new option
  sck = 6;
  mosi = 7;
  reset = 9;
  miso = 10;
;


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?42068>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.nongnu.org/


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

Reply via email to