Warning, /bsps/arm/lm3s69xx/config/lm3s69xx.inc is written in an unsupported language. File is not indexed.
0001 #
0002 # Config file for LM3S69XX.
0003 #
0004
0005 include $(RTEMS_ROOT)/make/custom/default.cfg
0006
0007 RTEMS_CPU = arm
0008
0009 CPU_CFLAGS = -mthumb -mcpu=cortex-m3
0010
0011 CFLAGS_OPTIMIZE_V = -O2 -g
0012
0013 # Add CFLAGS and LDFLAGS for compiling and linking with per item sections
0014 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0015 LDFLAGS = -Wl,--gc-sections
0016
0017 define bsp-post-link
0018 $(default-bsp-post-link)
0019 $(OBJCOPY) -O binary $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
0020 endef