2f0b56c07d
* emulparams/avr23xx.sh (STACK): Define as last internal SRAM address. * emulparams/avr4433.sh (STACK): Likewise. * emulparams/avr44x4.sh (STACK): Likewise. * emulparams/avr85xx.sh (STACK): Likewise. * emulparams/avrmega103.sh (STACK): Likewise. * emulparams/avrmega161.sh (STACK): Likewise. * emulparams/avrmega603.sh (STACK): Likewise. * scripttempl/elf32avr.sc (__data_start): Define for gcrt1. (__stack): Define from ${STACK} for main().
13 lines
180 B
Bash
13 lines
180 B
Bash
ARCH=avr:3
|
|
MACHINE=
|
|
SCRIPT_NAME=elf32avr
|
|
OUTPUT_FORMAT="elf32-avr"
|
|
MAXPAGESIZE=1
|
|
EMBEDDED=yes
|
|
TEMPLATE_NAME=generic
|
|
|
|
TEXT_LENGTH=64K
|
|
DATA_LENGTH=4000
|
|
EEPROM_LENGTH=2K
|
|
STACK=0x0FFF
|