diff --git a/main.c b/main.c index 2567337..39afca3 100644 --- a/main.c +++ b/main.c @@ -27,14 +27,15 @@ * the selected Boot Size (BOOTSIZE=xxxx), the AVR clock-frequency and the * MCU-type in * -* With BOOT_SIMPLE this bootloader has -* 0x2EA - atmega8 -* 0x368 - atmega16 -* 0x382 - atmega169 -* 0x368 - atmega32 -* 0x360 - atmega128 -* 0x372 - at90can128 -* bytes size and should fit into a 512word bootloader-section. +* With BOOT_SIMPLE, minimal features and discarded int-vectors +* this bootloader has +* 0x2CA - atmega8 +* 0x308 - atmega16 +* 0x322 - atmega169 +* 0x308 - atmega32 +* 0x34C - atmega128 +* 0x352 - at90can128 +* bytes size and should fit into a 512 word (0x400 byte) bootloader-section. * ****************************************************************************/ /* @@ -84,8 +85,8 @@ * WAIT-mode waits 1 sec for the S command if nothing is recived * then the user prog is started .. */ -//#define START_SIMPLE -#define START_WAIT +#define START_SIMPLE +//#define START_WAIT //#define START_POWERSAVE //#define START_BOOTICE