Version 0.80beta2 (20060527)

This commit is contained in:
Olaf Rempel 2006-05-27 12:52:20 +02:00
parent dcee58ebd2
commit 31b7584b2f
2 changed files with 189 additions and 185 deletions

4
main.c
View File

@ -1,7 +1,7 @@
/*****************************************************************************
*
* AVRPROG compatible boot-loader
* Version : 0.80beta (May 2006)
* Version : 0.80beta2 (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
@ -45,7 +45,7 @@
// programmers-notepad tabsize 4
#define VERSION_HIGH '0'
#define VERSION_LOW '7'
#define VERSION_LOW '8'
/* MCU frequency */
#define F_CPU 7372800

View File

@ -27,7 +27,11 @@ Programming-Software (on the "PC-Side"):
"Multiplattform"
21. May. 2006 - Version 0.8beta
27. May 2006 - Version 0.8beta2
More improvements contributed by Olaf Rempel.
21. May 2006 - Version 0.8beta
Version contributed by Olaf Rempel. He has done a lot of modifications.
-> "cleaner code", smaller binaries.