1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-16 01:58:47 +03:00
ben-blinkenlights/avrdude/patches/nanonote-nxuart.patch
Werner Almesberger b0e83a9202 avrdude/: make patches relative to avrdude-<version> directory
This way, the path names in the patch files stay the same across
avrdude versions.
2012-07-22 02:37:19 -03:00

35 lines
714 B
Diff

Index: avrdude/avrdude.conf.in
===================================================================
--- avrdude.orig/avrdude.conf.in 2011-03-09 17:13:57.000000000 -0300
+++ avrdude/avrdude.conf.in 2011-03-09 17:19:28.000000000 -0300
@@ -592,6 +592,29 @@
type = avr910;
;
+#
+# 8:10 card pin assignment:
+#
+# DAT1 1
+# DAT0 2
+# VSS -
+# CLK - (reserved for clock output)
+# VDD -
+# CMD 6
+# DAT3 7
+# DAT2 8
+#
+
+programmer
+ id = "nanonote_nxuart";
+ desc = "NanoNote External 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.