* avr910.c (avr910_paged_write_flash): Add code to send the 'm'

command ("issue page write" cmd) for each page.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@329 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Theodore A. Roth
2003-05-14 05:14:32 +00:00
parent fa3b29b68b
commit bd584d1af1
2 changed files with 32 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2003-05-13 Theodore A. Roth <troth@openavr.org>
* avr910.c (avr910_paged_write_flash): Add code to send the 'm'
command ("issue page write" cmd) for each page.
2003-05-13 Theodore A. Roth <troth@openavr.org>
* avrdude.conf.in: Add pagel and bs2 entries for at90s1200 device.