From 9be62d28c380d41f79e4da8fccfefd94168ff714 Mon Sep 17 00:00:00 2001 From: Eric Weddington Date: Wed, 24 Sep 2003 15:34:04 +0000 Subject: [PATCH] * doc/TODO: Updated TODO list. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@372 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/ChangeLog | 4 ++++ avrdude/doc/TODO | 28 +++++++++++++++++++--------- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/avrdude/ChangeLog b/avrdude/ChangeLog index 01beafe2..997af705 100644 --- a/avrdude/ChangeLog +++ b/avrdude/ChangeLog @@ -1,3 +1,7 @@ +2003-09-24 Eric B. Weddington + + * doc/TODO: Updated TODO list. + 2003-09-22 Eric B. Weddington * windows/Makefile.am: Correct makefile so loaddrv does not link diff --git a/avrdude/doc/TODO b/avrdude/doc/TODO index 93ea16fb..f244ba5f 100644 --- a/avrdude/doc/TODO +++ b/avrdude/doc/TODO @@ -1,6 +1,4 @@ -General: - - Man page needs updated for avr910 info. - avr910 needs a little bit of work to support setting fuse byte (note that it @@ -10,13 +8,25 @@ General: http://savannah.nongnu.org/download/avrdude/doc/avrdude-html/ - Add avr910 device codes for more devices. Some where posted here: - http://www.avrfreaks.com/phorum/read.php?f=3&i=40925&t=40717#40925 + but uisp seems to have a more comprehensive list. -Windows: - -- Use Windows API for stk500 serial port communications on Windows port. - This might remove dependency on Cygwin. +- [Windows Port] Use Windows API for serial port communications (ser_win32.c). + (In Progress) + +- Add "skip empty pages" optimization on avr910 paged write. The stk500 has + this optimization already. + +- Fix "overfull \hbox" issues in building documentation. + +- FIXME: term.c: terminal_get_input(): strip newlines in non-readline input + code. + +- FIXME: avr910.c: avr910_initialize(): Need to lookup devcode and report the + device. + +- FIXME: avr910.c: avr910_cmd(): Insert version check here. + +- FIXME: ser_posix.c: serial_close(): Should really restore the terminal to + original state here. -- Add ability to find all parallel port names available and base addresses - of available ports.