Back to home page

LXR

 
 

    


Warning, /bsps/arm/stm32f4/config/stm32f4.cfg is written in an unsupported language. File is not indexed.

0001 include $(RTEMS_ROOT)/make/custom/default.cfg
0002 
0003 RTEMS_CPU = arm
0004 
0005 CPU_CFLAGS = -mthumb -mcpu=cortex-m4
0006 
0007 CFLAGS_OPTIMIZE_V = -O2 -g
0008 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0009 
0010 LDFLAGS = -Wl,--gc-sections