mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2025-01-01 04:42:04 +02:00
9778f3fb1b
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 |
||
---|---|---|
.. | ||
patches | ||
README |
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/