Root/avrdude/patches/nanonote-icsp.patch

1Index: avrdude-5.11.1/avrdude.conf.in
2===================================================================
3--- avrdude-5.11.1.orig/avrdude.conf.in 2012-07-22 10:30:04.620484463 -0300
4+++ avrdude-5.11.1/avrdude.conf.in 2012-07-22 10:30:09.332639283 -0300
5@@ -747,6 +747,16 @@
6   pgmled = 2;
7 ;
8 
9+programmer
10+ id = "nanonote_ICSP";
11+ desc = "NanoNote ICSP 8:10 cable";
12+ type = nanonote;
13+ reset = 8;
14+ sck = 7;
15+ mosi = 2;
16+ miso = 6;
17+;
18+
19 @HAVE_PARPORT_BEGIN@ Inclusion of the following depends on --enable-parport
20 # Parallel port programmers.
21 
22

Archive Download this file

Branches:
master



interactive