mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-24 00:08:25 +02:00
uart/avrdude: moved avrdude.conf.in change for UART to separate patch
This commit is contained in:
parent
5b7cc3edb6
commit
9024942ac1
34
uart/avrdude/patches/nanonote-uart.patch
Normal file
34
uart/avrdude/patches/nanonote-uart.patch
Normal 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.
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
nanonote.patch
|
||||
nanonote-uart.patch
|
||||
|
Loading…
Reference in New Issue
Block a user