Rev 59 | Rev 61 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 59 | Rev 60 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | ########################################################################################################################## |
1 | ########################################################################################################################## |
| 2 | # File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Wed Dec 29 14:32:40 GMT 2021] |
2 | # File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Wed May 04 18:22:38 BST 2022] |
| 3 | ########################################################################################################################## |
3 | ########################################################################################################################## |
| 4 | 4 | ||
| 5 | # ------------------------------------------------ |
5 | # ------------------------------------------------ |
| 6 | # Generic Makefile (based on gcc) |
6 | # Generic Makefile (based on gcc) |
| 7 | # |
7 | # |
| Line 128... | Line 128... | ||
| 128 | -IDrivers/CMSIS/Include |
128 | -IDrivers/CMSIS/Include |
| 129 | 129 | ||
| 130 | 130 | ||
| 131 | ############################################# |
131 | ############################################# |
| 132 | ##Add libraries |
132 | ##Add libraries |
| 133 | C_DEFS+=-DSERIAL_UART1 -DSERIAL_UART2 -DSERIAL_UART3 |
133 | C_DEFS+=-DSERIAL_UART1 -DSERIAL_UART2 -DSERIAL_UART3 -DSERIAL_UART4 |
| 134 | LIBSERIAL = ../libSerial |
134 | LIBSERIAL = ../libSerial |
| 135 | include $(LIBSERIAL)/libSerial.mk |
135 | include $(LIBSERIAL)/libSerial.mk |
| 136 | 136 | ||
| 137 | # New OLED library |
137 | # New OLED library |
| 138 | HAL = stm32_hal |
138 | HAL = stm32_hal |