aboutsummaryrefslogtreecommitdiff
path: root/bootloaders
diff options
context:
space:
mode:
authorFederico Fissore <f.fissore@arduino.cc>2015-07-03 10:38:07 +0200
committerFederico Fissore <f.fissore@arduino.cc>2015-07-03 10:38:07 +0200
commit37c29845f6a446354e492ea25c76705f6e177c7b (patch)
tree37c2a1dcf4ce0e4c12bb8e920d26368094704c27 /bootloaders
parent462fff36fd14b2ece6293974d4c66328c521f6bd (diff)
Removed a handful of SVN expansion keywords. See #277
Diffstat (limited to 'bootloaders')
-rw-r--r--bootloaders/atmega/ATmegaBOOT_168.c2
-rw-r--r--bootloaders/atmega/Makefile1
-rw-r--r--bootloaders/bt/Makefile1
-rw-r--r--bootloaders/gemma/avrdude.conf2
-rw-r--r--bootloaders/lilypad/src/ATmegaBOOT.c2
-rw-r--r--bootloaders/lilypad/src/Makefile1
-rw-r--r--bootloaders/optiboot/Makefile1
-rw-r--r--bootloaders/optiboot/boot.h2
-rw-r--r--bootloaders/stk500v2/Makefile1
-rw-r--r--bootloaders/stk500v2/stk500boot.c1
10 files changed, 0 insertions, 14 deletions
diff --git a/bootloaders/atmega/ATmegaBOOT_168.c b/bootloaders/atmega/ATmegaBOOT_168.c
index 880cf9b..ff21903 100644
--- a/bootloaders/atmega/ATmegaBOOT_168.c
+++ b/bootloaders/atmega/ATmegaBOOT_168.c
@@ -62,8 +62,6 @@
/* Tested with m168 */
/**********************************************************/
-/* $Id$ */
-
/* some includes */
#include <inttypes.h>
diff --git a/bootloaders/atmega/Makefile b/bootloaders/atmega/Makefile
index 0fd54db..36a3b6b 100644
--- a/bootloaders/atmega/Makefile
+++ b/bootloaders/atmega/Makefile
@@ -1,6 +1,5 @@
# Makefile for ATmegaBOOT
# E.Lins, 18.7.2005
-# $Id$
#
# Instructions
#
diff --git a/bootloaders/bt/Makefile b/bootloaders/bt/Makefile
index 431f2e7..6fe213e 100644
--- a/bootloaders/bt/Makefile
+++ b/bootloaders/bt/Makefile
@@ -1,6 +1,5 @@
# Makefile for ATmegaBOOT
# E.Lins, 18.7.2005
-# $Id$
#
# Instructions
#
diff --git a/bootloaders/gemma/avrdude.conf b/bootloaders/gemma/avrdude.conf
index 5e8203f..2e1aebb 100644
--- a/bootloaders/gemma/avrdude.conf
+++ b/bootloaders/gemma/avrdude.conf
@@ -1,5 +1,3 @@
-# $Id: avrdude.conf.in 1236 2013-09-16 19:40:15Z joerg_wunsch $ -*- text -*-
-#
# AVRDUDE Configuration File
#
# This file contains configuration data used by AVRDUDE which describes
diff --git a/bootloaders/lilypad/src/ATmegaBOOT.c b/bootloaders/lilypad/src/ATmegaBOOT.c
index 915bc57..415babe 100644
--- a/bootloaders/lilypad/src/ATmegaBOOT.c
+++ b/bootloaders/lilypad/src/ATmegaBOOT.c
@@ -56,8 +56,6 @@
/* Tested with m168 */
/**********************************************************/
-/* $Id$ */
-
/* some includes */
#include <inttypes.h>
diff --git a/bootloaders/lilypad/src/Makefile b/bootloaders/lilypad/src/Makefile
index 516d5b2..394a88a 100644
--- a/bootloaders/lilypad/src/Makefile
+++ b/bootloaders/lilypad/src/Makefile
@@ -1,6 +1,5 @@
# Makefile for ATmegaBOOT
# E.Lins, 18.7.2005
-# $Id$
# Instructions
#
diff --git a/bootloaders/optiboot/Makefile b/bootloaders/optiboot/Makefile
index b9f3ed5..f8d137d 100644
--- a/bootloaders/optiboot/Makefile
+++ b/bootloaders/optiboot/Makefile
@@ -1,6 +1,5 @@
# Makefile for ATmegaBOOT
# E.Lins, 18.7.2005
-# $Id$
#
# Instructions
#
diff --git a/bootloaders/optiboot/boot.h b/bootloaders/optiboot/boot.h
index 2639cd8..71170a5 100644
--- a/bootloaders/optiboot/boot.h
+++ b/bootloaders/optiboot/boot.h
@@ -37,8 +37,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */
-/* $Id: boot.h,v 1.27.2.3 2008/09/30 13:58:48 arcanum Exp $ */
-
#ifndef _AVR_BOOT_H_
#define _AVR_BOOT_H_ 1
diff --git a/bootloaders/stk500v2/Makefile b/bootloaders/stk500v2/Makefile
index 6b66a26..eeb9add 100644
--- a/bootloaders/stk500v2/Makefile
+++ b/bootloaders/stk500v2/Makefile
@@ -1,7 +1,6 @@
# ----------------------------------------------------------------------------
# Makefile to compile and link stk500boot bootloader
# Author: Peter Fleury
-# File: $Id: Makefile,v 1.3 2006/03/04 19:26:17 peter Exp $
# based on WinAVR Makefile Template written by Eric B. Weddington, Jörg Wunsch, et al.
#
# Adjust F_CPU below to the clock frequency in Mhz of your AVR target
diff --git a/bootloaders/stk500v2/stk500boot.c b/bootloaders/stk500v2/stk500boot.c
index e7494df..0b49dff 100644
--- a/bootloaders/stk500v2/stk500boot.c
+++ b/bootloaders/stk500v2/stk500boot.c
@@ -2,7 +2,6 @@
Title: STK500v2 compatible bootloader
Modified for Wiring board ATMega128-16MHz
Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury
-File: $Id: stk500boot.c,v 1.11 2006/06/25 12:39:17 peter Exp $
Compiler: avr-gcc 3.4.5 or 4.1 / avr-libc 1.4.3
Hardware: All AVRs with bootloader support, tested with ATmega8
License: GNU General Public License