Rev 67 | Rev 73 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 67 | Rev 70 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | ########################################################################################################################## |
1 | ########################################################################################################################## |
| 2 | # File automatically-generated by tool: [projectgenerator] version: [3.16.0] date: [Sat May 27 13:56:15 BST 2023] |
2 | # File automatically-generated by tool: [projectgenerator] version: [3.16.0] date: [Thu Jun 29 11:10:41 BST 2023] |
| 3 | ########################################################################################################################## |
3 | ########################################################################################################################## |
| 4 | 4 | ||
| 5 | # ------------------------------------------------ |
5 | # ------------------------------------------------ |
| 6 | # Generic Makefile (based on gcc) |
6 | # Generic Makefile (based on gcc) |
| 7 | # |
7 | # |
| 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 | ||