Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/avrdude/doc/TODO')
-rw-r--r--src/avrdude/doc/TODO26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/avrdude/doc/TODO b/src/avrdude/doc/TODO
new file mode 100644
index 000000000..6c57c5ade
--- /dev/null
+++ b/src/avrdude/doc/TODO
@@ -0,0 +1,26 @@
+
+- Man page needs updated for avr910 info.
+
+- Website needs to link to docs:
+ http://savannah.nongnu.org/download/avrdude/doc/avrdude-html/
+
+- Add "skip empty pages" optimization on avr910 paged write. The stk500 has
+ this optimization already.
+
+- Fix "overfull \hbox" issues in building documentation.
+
+- FIXME: term.c: terminal_get_input(): strip newlines in non-readline input
+ code.
+
+- FIXME: avr910.c: avr910_cmd(): Insert version check here.
+
+- FIXME: ser_posix.c: serial_close(): Should really restore the terminal to
+ original state here.
+
+- FIXME: main.c, par.c: exitspecs don't work if RESET-pin is controlled over
+ PPICTRL.
+
+- transfer ppi-speedtuning to the windows version (CAVEAT: This will make
+ programming too fast for chips with 500kHz clock)
+
+- make SCK-period configurable for PPI-programmers