mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Submitted by freckle@sf.net:
* stk500.c (stk500_paged_write): Send the command and the data payload within a single write(). patch #5025: Improve stk500.c robustness Submitted by Matthias Ringwald: * stk500.c (stk500_open): do not flush the serial line after getting in sync with the programmer. patch #5293: stk500.c: no drain after sync (-> allow BTnode Bootloader to work on cygwin) git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@670 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2006-10-09 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
Submitted by freckle@sf.net:
|
||||
* stk500.c (stk500_paged_write): Send the command and the data
|
||||
payload within a single write().
|
||||
patch #5025: Improve stk500.c robustness
|
||||
|
||||
Submitted by Matthias Ringwald:
|
||||
* stk500.c (stk500_open): do not flush the serial line after
|
||||
getting in sync with the programmer.
|
||||
patch #5293: stk500.c: no drain after sync (-> allow BTnode
|
||||
Bootloader to work on cygwin)
|
||||
|
||||
2006-09-29 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* pgm.h: Fix prototype for gettimeofday().
|
||||
|
Reference in New Issue
Block a user