|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
##########################################################################################################################
|
|
|
|
|
# File automatically-generated by tool: [projectgenerator] version: [2.26.0] date: [Sat Dec 16 17:35:32 CET 2017]
|
|
|
|
|
# File automatically-generated by tool: [projectgenerator] version: [2.26.0] date: [Sat Dec 16 19:07:12 CET 2017]
|
|
|
|
|
##########################################################################################################################
|
|
|
|
|
|
|
|
|
|
# ------------------------------------------------
|
|
|
|
@ -150,7 +150,6 @@ AS_INCLUDES = \ |
|
|
|
|
# C includes
|
|
|
|
|
C_INCLUDES = \
|
|
|
|
|
-IInc \ |
|
|
|
|
$(GEX_INCLUDES) \ |
|
|
|
|
-IDrivers/STM32F0xx_HAL_Driver/Inc \ |
|
|
|
|
-IDrivers/STM32F0xx_HAL_Driver/Inc/Legacy \ |
|
|
|
|
-IMiddlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM0 \ |
|
|
|
@ -159,6 +158,7 @@ $(GEX_INCLUDES) \ |
|
|
|
|
-IMiddlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS \ |
|
|
|
|
-IDrivers/CMSIS/Include |
|
|
|
|
|
|
|
|
|
C_INCLUDES += $(GEX_INCLUDES)
|
|
|
|
|
|
|
|
|
|
# compile gcc flags
|
|
|
|
|
ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections
|
|
|
|
|