Back to home page

LXR

 
 

    


Warning, /bsps/arm/atsam/config/atsamv.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-m7 -mfpu=fpv5-d16 -mfloat-abi=hard
0006 
0007 CFLAGS_OPTIMIZE_V ?= -O2 -g -ffunction-sections -fdata-sections
0008 
0009 LDFLAGS = -Wl,--gc-sections