* doc/TODO: Add note about avr910 device codes.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@327 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Theodore A. Roth 2003-05-13 21:41:36 +00:00
parent 1ca24082fc
commit a34ab44a1b
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-05-13 Theodore A. Roth <troth@openavr.org>
* doc/TODO: Add note about avr910 device codes.
2003-05-04 Theodore A. Roth <troth@openavr.org>
* configure.ac: Check for ncurses library (since it can be a

View File

@ -9,6 +9,10 @@ General:
- 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:
- Use Windows API for stk500 serial port communications on Windows port.