avr.c: Add generic TPI chip erase function

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1166 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
hweisbach
2013-05-06 12:43:47 +00:00
parent a9e1e819c1
commit d46b2e880c
2 changed files with 50 additions and 0 deletions

View File

@@ -45,6 +45,7 @@
* avrftdi_tpi.c: Do all I/O in terms of pgm->cmd_tpi()-calls instead of
avrftdi_tpi_[read,write]_byte().
Remove unnecessary set_pin call to set MOSI high, speeds up I/O.
* avr.c: Adds avr_tpi_chip_erase() generic TPI chip erase function.
2013-05-02 Hannes Weisbach <hannes_weisbach@gmx.net>