Skip to content

Commit 37c2984

Browse files
author
Federico Fissore
committed
Removed a handful of SVN expansion keywords. See #277
1 parent 462fff3 commit 37c2984

File tree

27 files changed

+3
-51
lines changed

27 files changed

+3
-51
lines changed

bootloaders/atmega/ATmegaBOOT_168.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@
6262
/* Tested with m168 */
6363
/**********************************************************/
6464

65-
/* $Id$ */
66-
6765

6866
/* some includes */
6967
#include <inttypes.h>

bootloaders/atmega/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Makefile for ATmegaBOOT
22
# E.Lins, 18.7.2005
3-
# $Id$
43
#
54
# Instructions
65
#

bootloaders/bt/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Makefile for ATmegaBOOT
22
# E.Lins, 18.7.2005
3-
# $Id$
43
#
54
# Instructions
65
#

bootloaders/gemma/avrdude.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# $Id: avrdude.conf.in 1236 2013-09-16 19:40:15Z joerg_wunsch $ -*- text -*-
2-
#
31
# AVRDUDE Configuration File
42
#
53
# This file contains configuration data used by AVRDUDE which describes

bootloaders/lilypad/src/ATmegaBOOT.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656
/* Tested with m168 */
5757
/**********************************************************/
5858

59-
/* $Id$ */
60-
6159

6260
/* some includes */
6361
#include <inttypes.h>

bootloaders/lilypad/src/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Makefile for ATmegaBOOT
22
# E.Lins, 18.7.2005
3-
# $Id$
43

54
# Instructions
65
#

bootloaders/optiboot/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Makefile for ATmegaBOOT
22
# E.Lins, 18.7.2005
3-
# $Id$
43
#
54
# Instructions
65
#

bootloaders/optiboot/boot.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3838
POSSIBILITY OF SUCH DAMAGE. */
3939

40-
/* $Id: boot.h,v 1.27.2.3 2008/09/30 13:58:48 arcanum Exp $ */
41-
4240
#ifndef _AVR_BOOT_H_
4341
#define _AVR_BOOT_H_ 1
4442

bootloaders/stk500v2/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# ----------------------------------------------------------------------------
22
# Makefile to compile and link stk500boot bootloader
33
# Author: Peter Fleury
4-
# File: $Id: Makefile,v 1.3 2006/03/04 19:26:17 peter Exp $
54
# based on WinAVR Makefile Template written by Eric B. Weddington, Jörg Wunsch, et al.
65
#
76
# Adjust F_CPU below to the clock frequency in Mhz of your AVR target

bootloaders/stk500v2/stk500boot.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Title: STK500v2 compatible bootloader
33
Modified for Wiring board ATMega128-16MHz
44
Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury
5-
File: $Id: stk500boot.c,v 1.11 2006/06/25 12:39:17 peter Exp $
65
Compiler: avr-gcc 3.4.5 or 4.1 / avr-libc 1.4.3
76
Hardware: All AVRs with bootloader support, tested with ATmega8
87
License: GNU General Public License

0 commit comments

Comments
 (0)