mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 09:06:35 +00:00
15 lines
200 B
Bash
15 lines
200 B
Bash
|
ARCH=msp:41
|
||
|
MACHINE=
|
||
|
SCRIPT_NAME=elf32msp430
|
||
|
OUTPUT_FORMAT="elf32-msp430"
|
||
|
MAXPAGESIZE=1
|
||
|
EMBEDDED=yes
|
||
|
TEMPLATE_NAME=generic
|
||
|
|
||
|
ROM_START=0xe000
|
||
|
ROM_SIZE=0x1fe0
|
||
|
RAM_START=0x0200
|
||
|
RAM_SIZE=256
|
||
|
|
||
|
STACK=0x300
|