Rev 66 | Rev 70 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 66 | Rev 67 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | ########################################################################################################################## |
1 | ########################################################################################################################## |
2 | # File automatically-generated by tool: [projectgenerator] version: [3.16.0] date: [Mon Dec 19 13:28:24 GMT 2022] |
2 | # File automatically-generated by tool: [projectgenerator] version: [3.16.0] date: [Sat May 27 13:56:15 BST 2023] |
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 = -Og -flto |
25 | OPT = -Og |
26 | 26 | ||
27 | 27 | ||
28 | ####################################### |
28 | ####################################### |
29 | # paths |
29 | # paths |
30 | ####################################### |
30 | ####################################### |
Line 123... | Line 123... | ||
123 | -IDrivers/STM32L1xx_HAL_Driver/Inc \ |
123 | -IDrivers/STM32L1xx_HAL_Driver/Inc \ |
124 | -IDrivers/STM32L1xx_HAL_Driver/Inc/Legacy \ |
124 | -IDrivers/STM32L1xx_HAL_Driver/Inc/Legacy \ |
125 | -IDrivers/CMSIS/Device/ST/STM32L1xx/Include \ |
125 | -IDrivers/CMSIS/Device/ST/STM32L1xx/Include \ |
126 | -IDrivers/CMSIS/Include |
126 | -IDrivers/CMSIS/Include |
127 | ############################################# |
127 | ############################################# |
128 | ## User added |
128 | ############################################### User added |
129 | ##Add libraries |
129 | ##Add libraries |
130 | C_DEFS+=-DSERIAL_UART1 -DSERIAL_UART2 -DSERIAL_UART3 -DSERIAL_UART4 |
130 | C_DEFS+=-DSERIAL_UART1 -DSERIAL_UART2 -DSERIAL_UART3 -DSERIAL_UART4 |
131 | LIBSERIAL = ../libSerial |
131 | LIBSERIAL = ../libSerial |
132 | include $(LIBSERIAL)/libSerial.mk |
132 | include $(LIBSERIAL)/libSerial.mk |
133 | 133 |