mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-05 03:58:05 +02:00
f67681360f
Only one trivial context mismatch. Plus a refresh of all the patches.
23 lines
592 B
Diff
23 lines
592 B
Diff
Index: avrdude-5.11.1/avrdude.conf.in
|
|
===================================================================
|
|
--- avrdude-5.11.1.orig/avrdude.conf.in 2012-07-22 10:29:56.504217803 -0300
|
|
+++ avrdude-5.11.1/avrdude.conf.in 2012-07-22 10:30:00.052334376 -0300
|
|
@@ -736,6 +736,17 @@
|
|
miso = 1;
|
|
;
|
|
|
|
+programmer
|
|
+ id = "nanonote_atusb";
|
|
+ desc = "NanoNote 8:10 card adapter for ATUSB";
|
|
+ type = nanonote;
|
|
+ reset = 1;
|
|
+ sck = 8;
|
|
+ mosi = 7;
|
|
+ miso = 6;
|
|
+ pgmled = 2;
|
|
+;
|
|
+
|
|
@HAVE_PARPORT_BEGIN@ Inclusion of the following depends on --enable-parport
|
|
# Parallel port programmers.
|
|
|