From fafe3928820dae62badf87707ed0b192cd2da296 Mon Sep 17 00:00:00 2001 From: Eric Weddington Date: Tue, 4 Mar 2003 18:17:43 +0000 Subject: [PATCH] Add TODO file. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@252 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/doc/TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 avrdude/doc/TODO diff --git a/avrdude/doc/TODO b/avrdude/doc/TODO new file mode 100644 index 00000000..b4db5e35 --- /dev/null +++ b/avrdude/doc/TODO @@ -0,0 +1,11 @@ + +General: + + + +Windows: +- Use Windows API for stk500 serial port communications on Windows port. + This might remove dependency on Cygwin. + +- Add ability to find all parallel port names available and base addresses + of available ports. \ No newline at end of file