Skip to content
Snippets Groups Projects
Commit 63a231d9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

msp430fr5994: Add optional -mlarge for >48kB code size

parent 08012d94
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@ INCLUDES += -I/opt/msp430/ti/msp430-gcc-full-linux-5.0.0.36/include
COMMON_FLAGS += -mcpu=${CPU} -mmcu=${MCU} -DMULTIPASS_ARCH_msp430fr5994lp
COMMON_FLAGS += -DMULTIPASS_ARCH_HAS_I2C
ifneq (${msp430_large}, )
COMMON_FLAGS += -mcode-region=either -mlarge
endif
# LTO seems to be broken.
CC = /opt/msp430/ti/msp430-gcc-full-linux-5.0.0.36/bin/msp430-elf-gcc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment