syntax: glob
*\.o
*\.d
analysis/*
.settings/*
Debug/*
build/*
*.orig
archive/*
@@ -30,24 +30,25 @@ USER_INCLUDES =
# USB_INCLUDES: includes for the usb library
# USB_INCLUDES = -IMiddlewares/ST/STM32_USB_Device_Library/Core/Inc
#USB_INCLUDES += -IMiddlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc
SI5351_INCLUDES = -Ilib/si5351
JTENCODE_INCLUDES = -Ilib/jtencode
# USER_CFLAGS: user C flags (enable warnings, enable debug info)
USER_CFLAGS = -Wall -g -ffunction-sections -fdata-sections -Os -fno-common --function-sections -fdata-sections
#USER_CFLAGS += -flto
USER_CFLAGS += --specs=nano.specs
# USER_LDFLAGS: user LD flags
USER_LDFLAGS = -fno-exceptions -ffunction-sections -fdata-sections -Wl,--gc-sections
USER_LDFLAGS += -flto
USER_LDFLAGS += --static
#USER_LDFLAGS += -nostartfiles
# TARGET_DEVICE: device to compile for
TARGET_DEVICE = STM32F031x6
#######################################
# end of user configuration
Status change: