update doc
This commit is contained in:
parent
0cbb5686dc
commit
dcee58ebd2
21
main.c
21
main.c
@ -27,14 +27,15 @@
|
|||||||
* the selected Boot Size (BOOTSIZE=xxxx), the AVR clock-frequency and the
|
* the selected Boot Size (BOOTSIZE=xxxx), the AVR clock-frequency and the
|
||||||
* MCU-type in
|
* MCU-type in
|
||||||
*
|
*
|
||||||
* With BOOT_SIMPLE this bootloader has
|
* With BOOT_SIMPLE, minimal features and discarded int-vectors
|
||||||
* 0x2EA - atmega8
|
* this bootloader has
|
||||||
* 0x368 - atmega16
|
* 0x2CA - atmega8
|
||||||
* 0x382 - atmega169
|
* 0x308 - atmega16
|
||||||
* 0x368 - atmega32
|
* 0x322 - atmega169
|
||||||
* 0x360 - atmega128
|
* 0x308 - atmega32
|
||||||
* 0x372 - at90can128
|
* 0x34C - atmega128
|
||||||
* bytes size and should fit into a 512word bootloader-section.
|
* 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
|
* WAIT-mode waits 1 sec for the S command if nothing is recived
|
||||||
* then the user prog is started ..
|
* then the user prog is started ..
|
||||||
*/
|
*/
|
||||||
//#define START_SIMPLE
|
#define START_SIMPLE
|
||||||
#define START_WAIT
|
//#define START_WAIT
|
||||||
//#define START_POWERSAVE
|
//#define START_POWERSAVE
|
||||||
//#define START_BOOTICE
|
//#define START_BOOTICE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user