1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2025-04-21 12:27:27 +03:00

avrdude/: upgrade from avrdude-5.10 to avrdude-5.11.1

Only one trivial context mismatch. Plus a refresh of all the patches.
This commit is contained in:
Werner Almesberger
2012-07-22 10:30:22 -03:00
parent 2f65672dfc
commit f67681360f
8 changed files with 59 additions and 59 deletions

View File

@@ -1,8 +1,8 @@
Index: avrdude-5.10/Makefile.am
Index: avrdude-5.11.1/Makefile.am
===================================================================
--- avrdude-5.10.orig/Makefile.am 2012-07-22 02:37:03.193005002 -0300
+++ avrdude-5.10/Makefile.am 2012-07-22 09:49:49.796758405 -0300
@@ -111,6 +111,8 @@
--- avrdude-5.11.1.orig/Makefile.am 2012-07-22 09:49:20.000000000 -0300
+++ avrdude-5.11.1/Makefile.am 2012-07-22 10:02:19.377565182 -0300
@@ -118,6 +118,8 @@
lists.c \
lists.h \
my_ddk_hidsdi.h \
@@ -11,19 +11,19 @@ Index: avrdude-5.10/Makefile.am
par.c \
par.h \
pgm.c \
Index: avrdude-5.10/config_gram.y
Index: avrdude-5.11.1/config_gram.y
===================================================================
--- avrdude-5.10.orig/config_gram.y 2012-07-22 09:49:49.768757480 -0300
+++ avrdude-5.10/config_gram.y 2012-07-22 09:49:49.796758405 -0300
@@ -48,6 +48,7 @@
#include "avr.h"
--- avrdude-5.11.1.orig/config_gram.y 2012-07-22 10:02:14.000000000 -0300
+++ avrdude-5.11.1/config_gram.y 2012-07-22 10:02:59.782902697 -0300
@@ -50,6 +50,7 @@
#include "jtagmkI.h"
#include "jtagmkII.h"
#include "avrftdi.h"
+#include "nanonote.h"
#if defined(WIN32NATIVE)
#define strtok_r( _s, _sep, _lasts ) \
@@ -99,6 +100,7 @@
@@ -103,6 +104,7 @@
%token K_DRAGON_JTAG
%token K_DRAGON_PDI
%token K_DRAGON_PP
@@ -31,7 +31,7 @@ Index: avrdude-5.10/config_gram.y
%token K_STK500_DEVCODE
%token K_AVR910_DEVCODE
%token K_EEPROM
@@ -551,6 +553,12 @@
@@ -587,6 +589,12 @@
}
} |
@@ -44,11 +44,11 @@ Index: avrdude-5.10/config_gram.y
K_DESC TKN_EQUAL TKN_STRING {
strncpy(current_prog->desc, $3->value.string, PGM_DESCLEN);
current_prog->desc[PGM_DESCLEN-1] = 0;
Index: avrdude-5.10/lexer.l
Index: avrdude-5.11.1/lexer.l
===================================================================
--- avrdude-5.10.orig/lexer.l 2012-07-22 02:37:03.181004582 -0300
+++ avrdude-5.10/lexer.l 2012-07-22 09:49:49.796758405 -0300
@@ -164,6 +164,7 @@
--- avrdude-5.11.1.orig/lexer.l 2012-07-22 09:49:20.000000000 -0300
+++ avrdude-5.11.1/lexer.l 2012-07-22 10:02:19.377565182 -0300
@@ -168,6 +168,7 @@
min_write_delay { yylval=NULL; return K_MIN_WRITE_DELAY; }
miso { yylval=NULL; return K_MISO; }
mosi { yylval=NULL; return K_MOSI; }
@@ -56,10 +56,10 @@ Index: avrdude-5.10/lexer.l
num_banks { yylval=NULL; return K_NUM_PAGES; }
num_pages { yylval=NULL; return K_NUM_PAGES; }
nvm_base { yylval=NULL; return K_NVM_BASE; }
Index: avrdude-5.10/nanonote.c
Index: avrdude-5.11.1/nanonote.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ avrdude-5.10/nanonote.c 2012-07-22 09:50:12.621513588 -0300
+++ avrdude-5.11.1/nanonote.c 2012-07-22 10:02:19.377565182 -0300
@@ -0,0 +1,374 @@
+/*
+ * avrdude - A Downloader/Uploader for AVR device programmers
@@ -435,10 +435,10 @@ Index: avrdude-5.10/nanonote.c
+ }
+ PDATA(pgm)->clk = 0;
+}
Index: avrdude-5.10/nanonote.h
Index: avrdude-5.11.1/nanonote.h
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ avrdude-5.10/nanonote.h 2012-07-22 09:49:49.796758405 -0300
+++ avrdude-5.11.1/nanonote.h 2012-07-22 10:02:19.377565182 -0300
@@ -0,0 +1,6 @@
+#ifndef nanonote_h
+#define nanonote_h