Update bug ID for STK500v1 patch for devices > 128 KiB.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1271 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
404ded3db6
commit
a71bcc8a2c
|
@ -1,7 +1,7 @@
|
|||
2014-01-22 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||
|
||||
Contributed by Alan Horstmann:
|
||||
Fix handling of devices > 128 KiB in stk500v1 protocol
|
||||
bug #40897: AT Mega2560 not correctly programmed with stk500(v1) ISP (solution patch)
|
||||
* stk500.c: Implement extended address byte handling.
|
||||
* avrdude.conf.in (ATmega2560): enable stk500_devcode so
|
||||
STK500v1 protocol actually starts at all.
|
||||
|
|
2
NEWS
2
NEWS
|
@ -21,7 +21,7 @@ Current:
|
|||
- bug #40055: AVRDUDE segfaults when writing eeprom
|
||||
- bug #40085: Typo fix in fuses report (for 6.1-svn-20130917)
|
||||
- bug #40817: Elf file support (possibly) not working on 6.0.1 windows build
|
||||
- [no-id]: Fix handling of devices > 128 KiB in stk500v1 protocol
|
||||
- bug #40897: AT Mega2560 not correctly programmed with stk500(v1) ISP (solution patch)
|
||||
- patch #7896: DFU FLIPv2 programming support
|
||||
- patch #XXXX: xxx
|
||||
|
||||
|
|
Loading…
Reference in New Issue