1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-03 09:41:06 +03:00
ben-blinkenlights/uart/avrdude
Werner Almesberger 9778f3fb1b uart/avrdude: various corrections
nanonote-uart.patch:

- avrdude.conf.in: CLK is reserved for clock output

nanonote.patch:

- nanonote.c (pin_map, nanonote_setpin, nanonote_getpin): make pin map
  zero-based
- nanonote.c (nanonote_setpin): instead of having out own delay loop
  setting the pin repeatedly, just add the delay we need to
  pgm->ispdelay+100
- nanonote.c (nanonote_setpin): increase delay for atusb-pgm
- nanonote.c (nanonote_getpin, nanonote_open): begin with all pins set
  to output and switch MISO only when read
2011-02-04 17:51:27 -03:00
..
patches uart/avrdude: various corrections 2011-02-04 17:51:27 -03:00
README uart/avrdude/: patch and build instructions for avrdude 2011-02-01 21:55:15 -03:00

wget http://download.savannah.gnu.org/releases/avrdude/avrdude-5.10.tar.gz
tar xfz avrdude-5.10.tar.gz
cd avrdude-5.10

quilt push -a

aclocal
automake
./configure --prefix=/ --host=mipsel-linux
make </dev/null
# the joy of autocrap
./configure --prefix=/ --host=mipsel-linux
make

scp avrdude.conf jlime:/etc/
scp avrdude jlime:/usr/bin/