doc/TODO: Removed two items.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@396 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
hinni 2004-01-03 18:14:46 +00:00
parent 3b93f3920e
commit 089c6ea144
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2004-01-03 Jan-Hinnerk Reichert <hinni@despammed.com>
doc/TODO: Removed two items.
2004-01-03 Jan-Hinnerk Reichert <hinni@despammed.com>
*main.c,avr.c,avr.h,par.c,stk500.c: Add function

View File

@ -1,16 +1,9 @@
- Man page needs updated for avr910 info.
- avr910 needs a little bit of work to support setting fuse byte (note that it
can only deal with a _single_ fuse byte.
- Website needs to link to docs:
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 Port] Use Windows API for serial port communications (ser_win32.c).
(In Progress)
@ -29,4 +22,4 @@
- FIXME: ser_posix.c: serial_close(): Should really restore the terminal to
original state here.