This commit is contained in:
2018-03-04 22:05:08 +01:00
parent 3f57cdfe81
commit b76f9f66b3
4 changed files with 32 additions and 4 deletions
+3 -3
View File
@@ -35,6 +35,7 @@ OPT = -Os
#######################################
# paths
#######################################
#Application/User/Src/stm32f0xx_hal_timebase_TIM.c \
# source path
SOURCES_DIR = \
Application \
@@ -45,7 +46,6 @@ Application/User/Src/freertos.c \
Application/User/Src/gpio.c \
Application/User/Src/main.c \
Application/User/Src/stm32f0xx_hal_msp.c \
Application/User/Src/stm32f0xx_hal_timebase_TIM.c \
Application/User/Src/stm32f0xx_it.c \
Application/User/Src/usb.c \
Drivers \
@@ -107,10 +107,10 @@ Middlewares/Third_Party/FreeRTOS/Source/tasks.c \
Middlewares/Third_Party/FreeRTOS/Source/timers.c \
Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c \
Src/stm32f0xx_hal_msp.c \
Src/stm32f0xx_hal_timebase_TIM.c \
Src/stm32f0xx_it.c \
Src/system_stm32f0xx.c \
Src/main.c
#Src/stm32f0xx_hal_timebase_TIM.c \
#Src/stm32f0xx_it.c \
C_SOURCES += $(foreach sdir,$(GEX_SRC_DIR),$(wildcard $(sdir)/*.c)) $(GEX_SOURCES)