Version 0.80beta (20060521)
This commit is contained in:
parent
70d5a20eb3
commit
11b8928759
29
main.c
29
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)
|
||||
*
|
||||
****************************************************************************
|
||||
*
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user