avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #60753] Patch #1436 breaks multiple programmer/device combinations


From: Sven
Subject: [bug #60753] Patch #1436 breaks multiple programmer/device combinations on MacOS BigSur
Date: Thu, 24 Jun 2021 07:36:37 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36

Follow-up Comment #1, bug #60753 (project avrdude):

Some more observations are in this message:
https://lists.nongnu.org/archive/html/avrdude-dev/2021-06/msg00004.html

I didn't see this bug report before I posted the message to the mailing list.
The fix may be as simple as

--- avr.c       (revision 1436)
+++ avr.c       (working copy)
@@ -361,7 +361,7 @@
     return avr_mem_hiaddr(mem);
   }

-  if (pgm->paged_load != NULL && mem->page_size != 0) {
+  if (pgm->paged_load != NULL && mem->page_size != 0 && mem->paged) {
     /*
      * the programmer supports a paged mode read
      */

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?60753>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]