mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-06 01:29:41 +02:00
de826dd734
- patches/series, patches/nanonote-uart.patch: renamed to patches/nanonote-nxuart.patch - patches/nanonote-nxuart.patch: changed ID from "nanonote_uart" to "nanonote_nxuart" - patches/nanonote-nxuart.patch: added "External" to title/description
35 lines
753 B
Diff
35 lines
753 B
Diff
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
|
|
@@ -592,6 +592,29 @@
|
|
type = avr910;
|
|
;
|
|
|
|
+#
|
|
+# 8:10 card pin assignment:
|
|
+#
|
|
+# DAT1 1
|
|
+# DAT0 2
|
|
+# VSS -
|
|
+# CLK - (reserved for clock output)
|
|
+# VDD -
|
|
+# CMD 5
|
|
+# 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.
|
|
|