mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-23 22:42:49 +02:00
avrdude/: fixed confusing typo in avrdude.conf, added tuxbrain's nanonote_ICSP
- 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
This commit is contained in:
parent
d7874e306c
commit
6ef2b394f9
21
avrdude/patches/nanonote-icsp.patch
Normal file
21
avrdude/patches/nanonote-icsp.patch
Normal file
@ -0,0 +1,21 @@
|
||||
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.
|
||||
|
@ -1,7 +1,7 @@
|
||||
Index: avrdude/avrdude-5.10/avrdude.conf.in
|
||||
===================================================================
|
||||
--- avrdude.orig/avrdude-5.10/avrdude.conf.in 2011-02-04 17:26:06.000000000 -0300
|
||||
+++ avrdude/avrdude-5.10/avrdude.conf.in 2011-02-04 17:26:07.000000000 -0300
|
||||
--- avrdude.orig/avrdude-5.10/avrdude.conf.in 2011-03-09 17:13:57.000000000 -0300
|
||||
+++ avrdude/avrdude-5.10/avrdude.conf.in 2011-03-09 17:19:28.000000000 -0300
|
||||
@@ -592,6 +592,29 @@
|
||||
type = avr910;
|
||||
;
|
||||
@ -14,7 +14,7 @@ Index: avrdude/avrdude-5.10/avrdude.conf.in
|
||||
+# VSS -
|
||||
+# CLK - (reserved for clock output)
|
||||
+# VDD -
|
||||
+# CMD 5
|
||||
+# CMD 6
|
||||
+# DAT3 7
|
||||
+# DAT2 8
|
||||
+#
|
||||
|
@ -4,3 +4,4 @@ nanonote.patch
|
||||
nanonote-nxuart.patch
|
||||
nanonote-atusb.patch
|
||||
atmega32u2.patch
|
||||
nanonote-icsp.patch
|
||||
|
Loading…
Reference in New Issue
Block a user