Rogier Wolff <[EMAIL PROTECTED]> wrote:

> Attached is the patch that makes avrdude skip pages that only
> contain 0xff.

Umm, yet another one. :-(

   for (i=0; i<wsize; i++) {
+
+    if (m->paged) {
+      /*
+       * check to see if it is time to flush the page with a page
+       * write
+       */
+

Why restricting it to the "paged" case only?  Why do non-paged devices
not deserve the same treatment?  (They'll benefit even more, as they
are generally way slower to be written to.)

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)


_______________________________________________
AVR-chat mailing list
[EMAIL PROTECTED]
http://lists.nongnu.org/mailman/listinfo/avr-chat

Reply via email to