* stk500v2.c: Use stk500isp_read_byte/stk500isp_write_byte for

every byte-wide access (rather than JTAGICE3 only).  This finally
obsoletes the use of the prehistoric SPI_MULTI command where
AVRDUDE used to assemble all the low-level ISP stuff by itself.




git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1336 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch
2014-10-06 22:15:29 +00:00
parent 24e7130492
commit 71e437432f
3 changed files with 72 additions and 21 deletions

9
NEWS
View File

@@ -8,7 +8,14 @@ Approximate change log for AVRDUDE by version.
Current:
* Major changes compared to the previous version:
- ...
- The stk500v2 implementation now uses its own higher-level
command implementation for byte-wide access, rather than the
historic SPI_MULTI command where all the low-level ISP
implementation had to be assembled manually inside AVRDUDE. In
addition to the traditional STK500, this implementation is also
used by all the more modern Atmel tools (AVRISPmkII, JTAGICEmkII
in ISP mode, STK600 in ISP mode).
* New programmers supported:
- ...