mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2025-04-21 12:27:27 +03:00
avrdude/patches: renamed "uart" to "nxuart"
- 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
This commit is contained in:
34
avrdude/patches/nanonote-nxuart.patch
Normal file
34
avrdude/patches/nanonote-nxuart.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-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.
|
||||
|
||||
Reference in New Issue
Block a user