Version 0.80beta2 (20060527)
This commit is contained in:
parent
dcee58ebd2
commit
31b7584b2f
4
main.c
4
main.c
@ -1,7 +1,7 @@
|
|||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
*
|
*
|
||||||
* AVRPROG compatible boot-loader
|
* 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
|
* Compiler : avr-gcc 3.4.6 / avr-libc 1.4.4
|
||||||
* size : depends on features and startup ( minmal features < 512 words)
|
* size : depends on features and startup ( minmal features < 512 words)
|
||||||
* by : Martin Thomas, Kaiserslautern, Germany
|
* by : Martin Thomas, Kaiserslautern, Germany
|
||||||
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
// programmers-notepad tabsize 4
|
// programmers-notepad tabsize 4
|
||||||
#define VERSION_HIGH '0'
|
#define VERSION_HIGH '0'
|
||||||
#define VERSION_LOW '7'
|
#define VERSION_LOW '8'
|
||||||
|
|
||||||
/* MCU frequency */
|
/* MCU frequency */
|
||||||
#define F_CPU 7372800
|
#define F_CPU 7372800
|
||||||
|
@ -27,7 +27,11 @@ Programming-Software (on the "PC-Side"):
|
|||||||
"Multiplattform"
|
"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.
|
Version contributed by Olaf Rempel. He has done a lot of modifications.
|
||||||
-> "cleaner code", smaller binaries.
|
-> "cleaner code", smaller binaries.
|
||||||
|
Loading…
Reference in New Issue
Block a user