mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-19 14:16:14 +02:00
22 lines
574 B
Diff
22 lines
574 B
Diff
|
Index: avrdude/avrdude-5.10/avrdude.conf.in
|
||
|
===================================================================
|
||
|
--- avrdude.orig/avrdude-5.10/avrdude.conf.in 2011-03-09 17:21:53.000000000 -0300
|
||
|
+++ avrdude/avrdude-5.10/avrdude.conf.in 2011-03-09 17:23:04.000000000 -0300
|
||
|
@@ -626,6 +626,16 @@
|
||
|
pgmled = 2;
|
||
|
;
|
||
|
|
||
|
+programmer
|
||
|
+ id = "nanonote_ICSP";
|
||
|
+ desc = "NanoNote ICSP 8:10 cable";
|
||
|
+ type = nanonote;
|
||
|
+ reset = 8;
|
||
|
+ sck = 7;
|
||
|
+ mosi = 2;
|
||
|
+ miso = 6;
|
||
|
+;
|
||
|
+
|
||
|
@HAVE_PARPORT_BEGIN@ Inclusion of the following depends on --enable-parport
|
||
|
# Parallel port programmers.
|
||
|
|