1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-06-28 13:44:13 +03:00

uart/avrdude: moved avrdude.conf.in change for UART to separate patch

This commit is contained in:
Werner Almesberger 2011-02-03 21:55:00 -03:00
parent 5b7cc3edb6
commit 9024942ac1
3 changed files with 35 additions and 34 deletions

View File

@ -0,0 +1,34 @@
Index: avrdude/avrdude-5.10/avrdude.conf.in
===================================================================
--- avrdude.orig/avrdude-5.10/avrdude.conf.in 2011-02-03 21:08:13.000000000 -0300
+++ avrdude/avrdude-5.10/avrdude.conf.in 2011-02-03 21:16:34.000000000 -0300
@@ -592,6 +592,29 @@
type = avr910;
;
+#
+# 8:10 card pin assignment:
+#
+# DAT1 1
+# DAT0 2
+# VSS -
+# CLK 4
+# VDD -
+# CMD 5
+# DAT3 7
+# DAT2 8
+#
+
+programmer
+ id = "nanonote_uart";
+ desc = "NanoNote UART 8:10 card";
+ type = nanonote;
+ reset = 8;
+ sck = 2;
+ mosi = 7;
+ miso = 1;
+;
+
@HAVE_PARPORT_BEGIN@ Inclusion of the following depends on --enable-parport
# Parallel port programmers.

View File

@ -374,37 +374,3 @@ Index: avrdude/avrdude-5.10/nanonote.h
+void nanonote_initpgm(PROGRAMMER *pgm);
+
+#endif
Index: avrdude/avrdude-5.10/avrdude.conf.in
===================================================================
--- avrdude.orig/avrdude-5.10/avrdude.conf.in 2011-02-01 21:34:08.000000000 -0300
+++ avrdude/avrdude-5.10/avrdude.conf.in 2011-02-01 21:36:11.000000000 -0300
@@ -592,6 +592,29 @@
type = avr910;
;
+#
+# 8:10 card pin assignment:
+#
+# DAT1 1
+# DAT0 2
+# VSS -
+# CLK -
+# VDD -
+# CMD 5
+# DAT3 7
+# DAT2 8
+#
+
+programmer
+ id = "nanonote_uart";
+ desc = "NanoNote UART 8:10 card";
+ type = nanonote;
+ reset = 8;
+ sck = 2;
+ mosi = 7;
+ miso = 1;
+;
+
@HAVE_PARPORT_BEGIN@ Inclusion of the following depends on --enable-parport
# Parallel port programmers.

View File

@ -1 +1,2 @@
nanonote.patch
nanonote-uart.patch