it builds

This commit is contained in:
2017-12-16 19:11:17 +01:00
parent 18c7ecb14a
commit 0a2eedeaac
4 changed files with 14 additions and 39 deletions
+3 -3
View File
@@ -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]
##########################################################################################################################
# ------------------------------------------------
@@ -89,7 +89,7 @@ Src/stm32f0xx_hal_msp.c \
Src/stm32f0xx_hal_timebase_TIM.c \
Src/stm32f0xx_it.c \
Src/system_stm32f0xx.c \
Src/main.c
Src/main.c
C_SOURCES += $(foreach sdir,$(GEX_SRC_DIR),$(wildcard $(sdir)/*.c)) $(GEX_SOURCES)
@@ -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