From 11b89287592cff4854e12b5ba6c74ee224a20845 Mon Sep 17 00:00:00 2001 From: Olaf Rempel Date: Mon, 22 May 2006 14:17:47 +0200 Subject: [PATCH] Version 0.80beta (20060521) --- {ldscripts => ldscripts_no_vector}/avr1.x | 0 {ldscripts => ldscripts_no_vector}/avr2.x | 0 {ldscripts => ldscripts_no_vector}/avr3.x | 0 {ldscripts => ldscripts_no_vector}/avr4.x | 0 {ldscripts => ldscripts_no_vector}/avr5.x | 0 main.c | 29 +++++++---------------- readme.txt | 6 ++++- 7 files changed, 14 insertions(+), 21 deletions(-) rename {ldscripts => ldscripts_no_vector}/avr1.x (100%) rename {ldscripts => ldscripts_no_vector}/avr2.x (100%) rename {ldscripts => ldscripts_no_vector}/avr3.x (100%) rename {ldscripts => ldscripts_no_vector}/avr4.x (100%) rename {ldscripts => ldscripts_no_vector}/avr5.x (100%) diff --git a/ldscripts/avr1.x b/ldscripts_no_vector/avr1.x similarity index 100% rename from ldscripts/avr1.x rename to ldscripts_no_vector/avr1.x diff --git a/ldscripts/avr2.x b/ldscripts_no_vector/avr2.x similarity index 100% rename from ldscripts/avr2.x rename to ldscripts_no_vector/avr2.x diff --git a/ldscripts/avr3.x b/ldscripts_no_vector/avr3.x similarity index 100% rename from ldscripts/avr3.x rename to ldscripts_no_vector/avr3.x diff --git a/ldscripts/avr4.x b/ldscripts_no_vector/avr4.x similarity index 100% rename from ldscripts/avr4.x rename to ldscripts_no_vector/avr4.x diff --git a/ldscripts/avr5.x b/ldscripts_no_vector/avr5.x similarity index 100% rename from ldscripts/avr5.x rename to ldscripts_no_vector/avr5.x diff --git a/main.c b/main.c index c86b017..b58de77 100644 --- a/main.c +++ b/main.c @@ -1,36 +1,25 @@ /***************************************************************************** * * AVRPROG compatible boot-loader -* Version : 0.80 (May 2006) +* Version : 0.80beta (May 2006) * Compiler : avr-gcc 3.4.6 / avr-libc 1.4.4 * size : depends on features and startup ( minmal features < 512 words) * by : Martin Thomas, Kaiserslautern, Germany * eversmith@heizung-thomas.de +* Additional code and improvements contributed by: +* - Uwe Bonnes +* - Bjoern Riemer +* - Olaf Rempel * -* License : Copyright (c) 2005 Martin Thomas +* License : Copyright (c) 2006 Martin Thomas * Free to use. You have to mention the copyright * owners in source-code and documentation of derived -* work. No warranty. -* -* Additional code and improvements contributed by: -* - Uwe Bonnes -* - Bjoern Riemer -* - Olaf Rempel -* +* work. No warranty! * * Tested with ATmega8, ATmega16, ATmega32, ATmega128, AT90CAN128 * -* - based on the Butterfly Bootloader-Code -* Copyright (C) 1996-1998 Atmel Corporation -* Author(s) : BBrandal, PKastnes, ARodland, LHM -* The orignal code has been made available by ATMEL together with the -* Butterfly application code. Since ATMEL.NO had no problem with -* the application gcc-port they hopefully will not have any concerns about -* publishing this port. A lot of things have been change but the ATMEL -* "skeleton" is still in this code. Make sure to keep the copyright notice -* in derived work to avoid trouble. -* -* - based on boot.h from the avr-libc (c) Eric Weddington +* - Initial versions have been based on the Butterfly bootloader-code +* by Atmel Corporation (Authors: BBrandal, PKastnes, ARodland, LHM) * **************************************************************************** * diff --git a/readme.txt b/readme.txt index eab4030..d4f17fd 100644 --- a/readme.txt +++ b/readme.txt @@ -11,7 +11,7 @@ http://www.siwawi.arubi.uni-kl.de/avr_projects Addtional code and improvements provided by - Uwe Bonnes and Bjoern Riemer. + Uwe Bonnes, Bjoern Riemer and Olaf Rempel. ====================================================== @@ -27,6 +27,10 @@ Programming-Software (on the "PC-Side"): "Multiplattform" +21. May. 2006 - Version 0.8beta + +Version contributed by Olaf Rempel. He has done a lot of modifications. +-> "cleaner code", smaller binaries. 09. Feb. 2006 - Version 0.75