Subversion Repositories EngineBay2

Rev

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

Rev 37 Rev 39
Line 1... Line 1...
1
##########################################################################################################################
1
##########################################################################################################################
2
# File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Thu Jul 01 21:01:42 BST 2021] 
2
# File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Sun Jul 04 13:18:42 BST 2021] 
3
##########################################################################################################################
3
##########################################################################################################################
4
 
4
 
5
# ------------------------------------------------
5
# ------------------------------------------------
6
# Generic Makefile (based on gcc)
6
# Generic Makefile (based on gcc)
7
#
7
#
Line 20... Line 20...
20
# building variables
20
# building variables
21
######################################
21
######################################
22
# debug build?
22
# debug build?
23
DEBUG = 1
23
DEBUG = 1
24
# optimization
24
# optimization
25
OPT = -O2
25
OPT = -Og
26
 
26
 
27
 
27
 
28
#######################################
28
#######################################
29
# paths
29
# paths
30
#######################################
30
#######################################
Line 59... Line 59...
59
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c \
59
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c \
60
Core/Src/system_stm32f1xx.c
60
Core/Src/system_stm32f1xx.c
61
 
61
 
62
# ASM sources
62
# ASM sources
63
ASM_SOURCES =  \
63
ASM_SOURCES =  \
64
startup_stm32l152xe.s
64
startup_stm32f103xb.s
65
 
65
 
66
 
66
 
67
 
67
 
68
 
68
 
69
#######################################
69
#######################################