mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-05 15:39:44 +02:00
6ef2b394f9
- nanonote-nxuart.patch (avrdude.conf): typo, CMD is signal 6, not 5 (by David Reyes Samblas Martinez) - series, nanonote-icsp.patch (avrdude.conf): NanoNote ICSP 8:10 cable, by David Reyes Samblas Martinez
22 lines
574 B
Diff
22 lines
574 B
Diff
Index: avrdude/avrdude-5.10/avrdude.conf.in
|
|
===================================================================
|
|
--- avrdude.orig/avrdude-5.10/avrdude.conf.in 2011-03-09 17:21:53.000000000 -0300
|
|
+++ avrdude/avrdude-5.10/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.
|
|
|