mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 11:36:24 +00:00
patch #9327: ft245r.c: add TPI support (patches 1-4)
Submitted by David Mosberger-Tang: * ft245r.c: add TPI support * avrdude.conf.in (tc2030): New programmer git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1483 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -780,6 +780,18 @@ programmer
|
||||
reset = 7; # RI X3(4)
|
||||
;
|
||||
|
||||
programmer
|
||||
id = "tc2030";
|
||||
desc = "Tag-Connect TC2030";
|
||||
type = "ftdi_syncbb";
|
||||
connection_type = usb;
|
||||
# FOR TPI devices:
|
||||
mosi = 0; # TxD = D0 (wire to TPIDATA via 1k resistor)
|
||||
miso = 1; # RxD = D1 (wire to TPIDATA directly)
|
||||
sck = 2; # RTS = D2 (wire to SCK)
|
||||
reset = 3; # CTS = D3 (wire to ~RESET)
|
||||
;
|
||||
|
||||
# website mentioned above uses this id
|
||||
programmer parent "arduino-ft232r"
|
||||
id = "diecimila";
|
||||
|
||||
Reference in New Issue
Block a user