40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
2021-11-06 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
|
|
|
Submitted by Britton Kerin:
|
|
bug #57453: [PATCH] fix reference to nonexistant -m option by changing to -U
|
|
* avrdude.1: replace -m option by -U
|
|
|
|
2021-11-06 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
|
|
|
Submitted by Andrew D'Addesio:
|
|
bug #58078: [PATCH] buspirate: remove compound literals (fixes GCC>=9)
|
|
* buspirate.c (buspirate_start_mode_bin):
|
|
avoid propagating local scope compound literals
|
|
|
|
2021-11-06 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
|
|
|
Submitted by Jan Egil Ruud:
|
|
patch #10000: Add support for extended UPDI device context
|
|
* avrdude.conf.in (pickit4_updi, snap_updi, pkobn_updi):
|
|
new programmers
|
|
* avrdude.conf.in (ATmega808, ATmega809, ATmega1608, ATmega1609)
|
|
(AVR DA, AVR DB): new devices
|
|
* jtag3.c: Add support for extended UPDI device context
|
|
* jtag3_private.h: (Dito.)
|
|
* tools/atdf-to-avrdude.xslt: Bug fixes
|
|
* usbdevs.h: Bump USBDEV_MAX_XFER_3 to 912
|
|
* doc/avrdude.texi: Document changes
|
|
* avrdude.1: (Dito)
|
|
|
|
2021-06-27 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
|
|
|
bug #60753: Patch #1436 breaks multiple programmer/device combinations on MacOS BigSur
|
|
* avr.c: compare page_size > 1 instead of != 0
|
|
* stk500v2.c: (Ditto.)
|
|
|
|
2021-06-27 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
|
|
|
Submitted by gerardoallende:
|
|
bug #59525: Bogus error message because Copy/Paste typo in stk500.c
|
|
* stk500.c (stk500_getparm): Fix bogus ID in error message
|