1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-05 05:15:28 +03:00
ben-blinkenlights/avrdude/patches/nanonote-icsp.patch
Werner Almesberger b0e83a9202 avrdude/: make patches relative to avrdude-<version> directory
This way, the path names in the patch files stay the same across
avrdude versions.
2012-07-22 02:37:19 -03:00

22 lines
535 B
Diff

Index: avrdude/avrdude.conf.in
===================================================================
--- avrdude.orig/avrdude.conf.in 2011-03-09 17:21:53.000000000 -0300
+++ avrdude/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.