1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-05 02:39:49 +03:00
ben-blinkenlights/avrdude/patches/nanonote-nxuart.patch
2012-07-22 10:51:09 -03:00

35 lines
736 B
Diff

Index: avrdude-5.11.1/avrdude.conf.in
===================================================================
--- avrdude-5.11.1.orig/avrdude.conf.in 2012-07-22 10:46:06.492107995 -0300
+++ avrdude-5.11.1/avrdude.conf.in 2012-07-22 10:50:05.607975349 -0300
@@ -713,6 +713,29 @@
type = avr910;
;
+#
+# 8:10 card pin assignment:
+#
+# DAT1 1
+# DAT0 2
+# VSS -
+# CLK 4 (also used 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.