mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 08:33:08 +02:00
c5dd13f878
http://projects.qi-hardware.com/index.php/p/ben-blinkenlights/source/tree/master/uart/avrdude mark as BROKEN, not finish yet.
26 lines
484 B
Diff
26 lines
484 B
Diff
diff --git a/avrdude.conf.in b/avrdude.conf.in
|
|
index 029fbb0..bcc26cd 100644
|
|
--- a/avrdude.conf.in
|
|
+++ b/avrdude.conf.in
|
|
@@ -615,6 +615,17 @@ programmer
|
|
miso = 1;
|
|
;
|
|
|
|
+programmer
|
|
+ id = "nanonote_atusb";
|
|
+ desc = "NanoNote 8:10 card adapter for ATUSB";
|
|
+ type = nanonote;
|
|
+ reset = 1;
|
|
+ sck = 8;
|
|
+ mosi = 7;
|
|
+ miso = 6;
|
|
+ pgmled = 2;
|
|
+;
|
|
+
|
|
@HAVE_PARPORT_BEGIN@ Inclusion of the following depends on --enable-parport
|
|
# Parallel port programmers.
|
|
|
|
--
|
|
1.7.0.4
|
|
|