mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-04 23:29:23 +02:00
f67681360f
Only one trivial context mismatch. Plus a refresh of all the patches.
22 lines
556 B
Diff
22 lines
556 B
Diff
Index: avrdude-5.11.1/avrdude.conf.in
|
|
===================================================================
|
|
--- avrdude-5.11.1.orig/avrdude.conf.in 2012-07-22 10:30:04.620484463 -0300
|
|
+++ avrdude-5.11.1/avrdude.conf.in 2012-07-22 10:30:09.332639283 -0300
|
|
@@ -747,6 +747,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.
|
|
|