mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
doc
.cvsignore
Makefile.am
TODO
avrdude.texi
parts_comments.txt
tools
windows
.cvsignore
AUTHORS
BUILD-FROM-SVN
COPYING
ChangeLog
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
Makefile.am
NEWS
README
arduino.c
arduino.h
avr.c
avr.h
avr910.c
avr910.h
avrdude.1
avrdude.conf.in
avrdude.h
avrdude.spec.in
avrftdi.c
avrftdi.h
avrpart.c
avrpart.h
bitbang.c
bitbang.h
bootstrap
buspirate.c
buspirate.h
butterfly.c
butterfly.h
config.c
config.h
config_gram.y
configure.ac
confwin.c
confwin.h
crc16.c
crc16.h
fileio.c
fileio.h
freebsd_ppi.h
ft245r.c
ft245r.h
jtag3.c
jtag3.h
jtag3_private.h
jtagmkI.c
jtagmkI.h
jtagmkII.c
jtagmkII.h
jtagmkII_private.h
jtagmkI_private.h
lexer.l
linux_ppdev.h
lists.c
lists.h
main.c
my_ddk_hidsdi.h
par.c
par.h
pgm.c
pgm.h
pgm_type.c
pgm_type.h
pickit2.c
pickit2.h
pindefs.h
ppi.c
ppi.h
ppiwin.c
safemode.c
safemode.h
ser_avrdoper.c
ser_posix.c
ser_win32.c
serbb.h
serbb_posix.c
serbb_win32.c
serial.h
solaris_ecpp.h
stk500.c
stk500.h
stk500_private.h
stk500generic.c
stk500generic.h
stk500v2.c
stk500v2.h
stk500v2_private.h
term.c
term.h
tpi.h
update.c
update.h
usb_libusb.c
usbasp.c
usbasp.h
usbdevs.h
usbtiny.c
usbtiny.h
wiring.c
wiring.h
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@428 81a1dc3b-b13d-400b-aceb-764788c761c2
27 lines
819 B
Plaintext
27 lines
819 B
Plaintext
|
|
- 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
|