[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avrdude-dev] [bug #42068] New programmer entry
From: |
Rene Liebscher |
Subject: |
[avrdude-dev] [bug #42068] New programmer entry |
Date: |
Fri, 14 Nov 2014 12:00:16 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:33.0) Gecko/20100101 Firefox/33.0 |
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/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [avrdude-dev] [bug #42068] New programmer entry,
Rene Liebscher <=