Subversion Repositories FuelGauge

Rev

Rev 2 | Rev 4 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 3
Line 1... Line 1...
1
##########################################################################################################################
1
##########################################################################################################################
2
# File automatically-generated by tool: [projectgenerator] version: [3.6.0] date: [Sat Jun 20 17:53:05 BST 2020] 
2
# File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Sat Aug 15 16:02:26 BST 2020] 
3
##########################################################################################################################
3
##########################################################################################################################
4
 
4
 
5
# ------------------------------------------------
5
# ------------------------------------------------
6
# Generic Makefile (based on gcc)
6
# Generic Makefile (based on gcc)
7
#
7
#
Line 56... Line 56...
56
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_exti.c \
56
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_exti.c \
57
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c \
57
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c \
58
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c \
58
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c \
59
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c \
59
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c \
60
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart_ex.c \
60
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart_ex.c \
61
Src/system_stm32f0xx.c
61
Src/system_stm32f0xx.c \
-
 
62
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c \
-
 
63
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi_ex.c
62
 
64
 
63
# ASM sources
65
# ASM sources
64
ASM_SOURCES =  \
66
ASM_SOURCES =  \
65
startup_stm32f030x6.s
67
startup_stm32f030x6.s
66
 
68