diff --git a/avrdude/ChangeLog b/avrdude/ChangeLog index f066406e..4455ca7e 100644 --- a/avrdude/ChangeLog +++ b/avrdude/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/avrdude/doc/TODO b/avrdude/doc/TODO index 0248162c..93ea16fb 100644 --- a/avrdude/doc/TODO +++ b/avrdude/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.