mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 05:13:35 +08:00
15 lines
201 B
Bash
15 lines
201 B
Bash
|
ARCH=msp:110
|
||
|
MACHINE=
|
||
|
SCRIPT_NAME=elf32msp430
|
||
|
OUTPUT_FORMAT="elf32-msp430"
|
||
|
MAXPAGESIZE=1
|
||
|
EMBEDDED=yes
|
||
|
TEMPLATE_NAME=generic
|
||
|
|
||
|
ROM_START=0xf800
|
||
|
ROM_SIZE=0x07e0
|
||
|
RAM_START=0x0200
|
||
|
RAM_SIZE=128
|
||
|
|
||
|
STACK=0x280
|