Subversion Repositories testOled

Rev

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

Rev 2 Rev 4
Line 1... Line 1...
1
##########################################################################################################################
1
##########################################################################################################################
2
# File automatically-generated by tool: [projectgenerator] version: [3.16.0] date: [Sun Dec 25 12:12:08 GMT 2022] 
2
# File automatically-generated by tool: [projectgenerator] version: [3.16.0] date: [Mon Dec 26 15:52:30 GMT 2022] 
3
##########################################################################################################################
3
##########################################################################################################################
4
 
4
 
5
# ------------------------------------------------
5
# ------------------------------------------------
6
# Generic Makefile (based on gcc)
6
# Generic Makefile (based on gcc)
7
#
7
#
Line 51... Line 51...
51
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c \
51
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c \
52
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c \
52
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c \
53
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c \
53
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c \
54
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c \
54
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c \
55
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c \
55
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c \
56
Core/Src/system_stm32f1xx.c
56
Core/Src/system_stm32f1xx.c \
-
 
57
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c
57
 
58
 
58
# ASM sources
59
# ASM sources
59
ASM_SOURCES =  \
60
ASM_SOURCES =  \
60
startup_stm32f103x6.s
61
startup_stm32f103x6.s
61
 
62
 
Line 126... Line 127...
126
# User added 
127
# User added 
127
# C++ sources 
128
# C++ sources 
128
CPP_SOURCES += user/Src/display.cpp
129
CPP_SOURCES += user/Src/display.cpp
129
CPP_SOURCES += user/Src/splash.cpp
130
CPP_SOURCES += user/Src/splash.cpp
130
 
131
 
-
 
132
C_SOURCES += user/Src/bmp280driver.c
131
 
133
 
132
#############################################
134
#############################################
133
## User added
135
## User added
134
 
136
 
135
# New OLED library
137
# New OLED library
Line 141... Line 143...
141
include $(LIBPLX)/libPLX.mk
143
include $(LIBPLX)/libPLX.mk
142
 
144
 
143
LIBSMALLPRINTF = ../libSmallPrintf
145
LIBSMALLPRINTF = ../libSmallPrintf
144
include $(LIBSMALLPRINTF)/libSmallPrintf.mk
146
include $(LIBSMALLPRINTF)/libSmallPrintf.mk
145
 
147
 
146
 
-
 
-
 
148
LIBBMP280 = ../libBMP280
-
 
149
include $(LIBBMP280)/libBMP280.mk
147
 
150
 
148
C_INCLUDES+= -I.
151
C_INCLUDES+= -I.
149
 
152
 
150
 
153
 
151
# compile gcc flags
154
# compile gcc flags