1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-05 05:29:48 +03:00
ben-blinkenlights/avrdude/patches/nanonote-icsp.patch
Werner Almesberger 6ef2b394f9 avrdude/: fixed confusing typo in avrdude.conf, added tuxbrain's nanonote_ICSP
- nanonote-nxuart.patch (avrdude.conf): typo, CMD is signal 6, not 5 (by
  David Reyes Samblas Martinez)
- series, nanonote-icsp.patch (avrdude.conf): NanoNote ICSP 8:10 cable,
  by David Reyes Samblas Martinez
2011-03-09 17:28:24 -03:00

22 lines
574 B
Diff

Index: avrdude/avrdude-5.10/avrdude.conf.in
===================================================================
--- avrdude.orig/avrdude-5.10/avrdude.conf.in 2011-03-09 17:21:53.000000000 -0300
+++ avrdude/avrdude-5.10/avrdude.conf.in 2011-03-09 17:23:04.000000000 -0300
@@ -626,6 +626,16 @@
pgmled = 2;
;
+programmer
+ id = "nanonote_ICSP";
+ desc = "NanoNote ICSP 8:10 cable";
+ type = nanonote;
+ reset = 8;
+ sck = 7;
+ mosi = 2;
+ miso = 6;
+;
+
@HAVE_PARPORT_BEGIN@ Inclusion of the following depends on --enable-parport
# Parallel port programmers.