From a34ab44a1bfc2e84cb85ab109cc781afbe683e51 Mon Sep 17 00:00:00 2001 From: "Theodore A. Roth" Date: Tue, 13 May 2003 21:41:36 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ doc/TODO | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index f066406e..4455ca7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-13 Theodore A. Roth + + * doc/TODO: Add note about avr910 device codes. + 2003-05-04 Theodore A. Roth * configure.ac: Check for ncurses library (since it can be a diff --git a/doc/TODO b/doc/TODO index 0248162c..93ea16fb 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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.