* doc/TODO: Updated TODO list.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@372 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
b37b9b2cc9
commit
b1c4bb0b9c
|
@ -1,3 +1,7 @@
|
||||||
|
2003-09-24 Eric B. Weddington <eric@ecentral.com>
|
||||||
|
|
||||||
|
* doc/TODO: Updated TODO list.
|
||||||
|
|
||||||
2003-09-22 Eric B. Weddington <eric@ecentral.com>
|
2003-09-22 Eric B. Weddington <eric@ecentral.com>
|
||||||
|
|
||||||
* windows/Makefile.am: Correct makefile so loaddrv does not link
|
* windows/Makefile.am: Correct makefile so loaddrv does not link
|
||||||
|
|
26
doc/TODO
26
doc/TODO
|
@ -1,6 +1,4 @@
|
||||||
|
|
||||||
General:
|
|
||||||
|
|
||||||
- Man page needs updated for avr910 info.
|
- Man page needs updated for avr910 info.
|
||||||
|
|
||||||
- avr910 needs a little bit of work to support setting fuse byte (note that it
|
- 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/
|
http://savannah.nongnu.org/download/avrdude/doc/avrdude-html/
|
||||||
|
|
||||||
- Add avr910 device codes for more devices. Some where posted here:
|
- 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
|
<http://www.avrfreaks.com/phorum/read.php?f=3&i=40925&t=40717#40925>
|
||||||
but uisp seems to have a more comprehensive list.
|
but uisp seems to have a more comprehensive list.
|
||||||
|
|
||||||
Windows:
|
- [Windows Port] Use Windows API for serial port communications (ser_win32.c).
|
||||||
|
(In Progress)
|
||||||
|
|
||||||
- Use Windows API for stk500 serial port communications on Windows port.
|
- Add "skip empty pages" optimization on avr910 paged write. The stk500 has
|
||||||
This might remove dependency on Cygwin.
|
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.
|
|
||||||
|
|
Loading…
Reference in New Issue