mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
patch #8996: Remove lock byte read mask (bug#21954, bug#46759)
Submitted by: Milan Kupcevic <milan@debian.org> * avrdude.conf.in (ATmega48, ATmega88, ATmega168, ATmega328) (ATmega32U4, ATmega640, ATmega1280, ATmega1281, ATmega2560) (ATmega2561, ATmega8, ATtiny13, ATmega64, ATmega128, ATmega16) (AT90CAN32, AT90CAN64, AT90CAN128, ATmega324, ATmega644) (ATmega1284, ATmega161, ATmega162, ATmega163, ATmega169, ATmega32) (ATmega329, ATmega649, ATmega8515, ATmega8535, ATtiny2313, ATtiny4313) (AT90PWM2, AT90USB646, AT90USB1286, AT90USB162, AT90USB82, ATmega32U2) (ATmega16U2, ATmega8U2, ATmega325, ATmega645, ATtiny1634): Remove lock byte read mask (bug#46759). git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1500 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
3
NEWS
3
NEWS
@@ -22,6 +22,7 @@ Current:
|
||||
- major overhaul of ft245r driver (patch #9327/#9328)
|
||||
- some improvements in linuxspi driver
|
||||
- Use -B <bitclock> rather than -b <baudrate> for linuxspi driver
|
||||
- unused lock byte bits are not masked on read anymore
|
||||
|
||||
* New devices supported:
|
||||
|
||||
@@ -74,6 +75,7 @@ Current:
|
||||
bug #50517: Reading fails if "immediate mode" for output file format is selected - fileio: invalid operation=1
|
||||
bug #50630: Erase Cycle Counter options ( -y -Y n ) should be removed from usage Message
|
||||
bug #48767: ser_drain() for TCP on Windows doesn't work
|
||||
bug #46759: avrdude 6.1 -> 6.2 regression: lock byte verification error
|
||||
|
||||
* Patches:
|
||||
patch #9482: Add support for UPDI and AVR8X
|
||||
@@ -128,6 +130,7 @@ Current:
|
||||
(no-id): Improve documentation of linuxspi driver, provide portname default
|
||||
(no-id): Use -B <bitclock> rather than -b <baudrate> for linuxspi driver
|
||||
patch #9304: [Bug #48767] Implemented WinSock variation of "ser_drain(...)" functionality
|
||||
patch #8996: Remove lock byte read mask (bug#21954, bug#46759)
|
||||
|
||||
* Internals:
|
||||
- New avrdude.conf keyword "family_id", used to verify SIB attributes
|
||||
|
Reference in New Issue
Block a user