Rev 2 | Rev 6 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 5 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | ########################################################################################################################## |
1 | ########################################################################################################################## |
2 | # File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Mon Oct 26 18:45:59 GMT 2020] |
2 | # File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Fri Oct 30 20:55:32 GMT 2020] |
3 | ########################################################################################################################## |
3 | ########################################################################################################################## |
4 | 4 | ||
5 | # ------------------------------------------------ |
5 | # ------------------------------------------------ |
6 | # Generic Makefile (based on gcc) |
6 | # Generic Makefile (based on gcc) |
7 | # |
7 | # |
Line 127... | Line 127... | ||
127 | ##Add libraries |
127 | ##Add libraries |
128 | C_DEFS+=-DSERIAL_UART1 |
128 | C_DEFS+=-DSERIAL_UART1 |
129 | LIBSERIAL = ../libSerial |
129 | LIBSERIAL = ../libSerial |
130 | include $(LIBSERIAL)/libSerial.mk |
130 | include $(LIBSERIAL)/libSerial.mk |
131 | 131 | ||
- | 132 | # OLED library |
|
- | 133 | HAL = stm32_hal |
|
132 | LIBSSD1306 = ../libSSD1306 |
134 | LIBSSD1306 = ../libSSD1306 |
133 | include $(LIBSSD1306)/libSSD1306.mk |
135 | include $(LIBSSD1306)/libSSD1306.mk |
134 | 136 | ||
135 | C_SOURCES += src/nmea.c |
137 | C_SOURCES += src/nmea.c |
136 | 138 |