mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-16 18:45:54 +02:00
nanonote-atusb.patch (avrdude.conf.in): reassign pins for latest atusb-pgm
This commit is contained in:
parent
9778f3fb1b
commit
375208a0da
@ -1,7 +1,7 @@
|
|||||||
Index: avrdude/avrdude-5.10/avrdude.conf.in
|
Index: avrdude/avrdude-5.10/avrdude.conf.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- avrdude.orig/avrdude-5.10/avrdude.conf.in 2011-02-03 21:16:51.000000000 -0300
|
--- avrdude.orig/avrdude-5.10/avrdude.conf.in 2011-02-04 14:21:42.000000000 -0300
|
||||||
+++ avrdude/avrdude-5.10/avrdude.conf.in 2011-02-03 21:17:16.000000000 -0300
|
+++ avrdude/avrdude-5.10/avrdude.conf.in 2011-02-04 14:21:48.000000000 -0300
|
||||||
@@ -615,6 +615,17 @@
|
@@ -615,6 +615,17 @@
|
||||||
miso = 1;
|
miso = 1;
|
||||||
;
|
;
|
||||||
@ -10,11 +10,11 @@ Index: avrdude/avrdude-5.10/avrdude.conf.in
|
|||||||
+ id = "nanonote_atusb";
|
+ id = "nanonote_atusb";
|
||||||
+ desc = "NanoNote 8:10 card adapter for ATUSB";
|
+ desc = "NanoNote 8:10 card adapter for ATUSB";
|
||||||
+ type = nanonote;
|
+ type = nanonote;
|
||||||
+ reset = 2;
|
+ reset = 1;
|
||||||
+ sck = 8;
|
+ sck = 8;
|
||||||
+ mosi = 7;
|
+ mosi = 7;
|
||||||
+ miso = 6;
|
+ miso = 6;
|
||||||
+ pgmled = 4;
|
+ pgmled = 2;
|
||||||
+;
|
+;
|
||||||
+
|
+
|
||||||
@HAVE_PARPORT_BEGIN@ Inclusion of the following depends on --enable-parport
|
@HAVE_PARPORT_BEGIN@ Inclusion of the following depends on --enable-parport
|
||||||
|
Loading…
Reference in New Issue
Block a user