1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-06-28 14:25:06 +03:00

uart/avrdude: added patch for pin assignment of the ATUSB-pgm adapter

This commit is contained in:
Werner Almesberger 2011-02-03 22:00:46 -03:00
parent 9024942ac1
commit 1557630a8b
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
Index: avrdude/avrdude-5.10/avrdude.conf.in
===================================================================
--- avrdude.orig/avrdude-5.10/avrdude.conf.in 2011-02-03 21:16:51.000000000 -0300
+++ avrdude/avrdude-5.10/avrdude.conf.in 2011-02-03 21:17:16.000000000 -0300
@@ -615,6 +615,17 @@
miso = 1;
;
+programmer
+ id = "nanonote_atusb";
+ desc = "NanoNote 8:10 card adapter for ATUSB";
+ type = nanonote;
+ reset = 2;
+ sck = 8;
+ mosi = 7;
+ miso = 6;
+ pgmled = 4;
+;
+
@HAVE_PARPORT_BEGIN@ Inclusion of the following depends on --enable-parport
# Parallel port programmers.

View File

@ -1,2 +1,3 @@
nanonote.patch
nanonote-uart.patch
nanonote-atusb.patch