Adds initial avrftdi TPI support.

Device identification is possible tested under OS X 10.6.8 with an
FT4232H and ATtiny10.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1145 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Hannes Weisbach
2013-05-02 11:06:15 +00:00
parent 38c5f51a33
commit 008ff9bb97
5 changed files with 550 additions and 57 deletions

View File

@@ -96,6 +96,8 @@ libavrdude_a_SOURCES = \
avrdude.h \
avrftdi.c \
avrftdi.h \
avrftdi_tpi.c \
avrftdi_tpi.h \
avrpart.c \
avrpart.h \
bitbang.c \