Rev 18 | Rev 20 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18 | Rev 19 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | ########################################################################################################################## |
1 | ########################################################################################################################## |
2 | # File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Thu Jun 24 19:56:49 BST 2021] |
2 | # File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Sun Jul 11 20:54:23 BST 2021] |
3 | ########################################################################################################################## |
3 | ########################################################################################################################## |
4 | 4 | ||
5 | # ------------------------------------------------ |
5 | # ------------------------------------------------ |
6 | # Generic Makefile (based on gcc) |
6 | # Generic Makefile (based on gcc) |
7 | # |
7 | # |
Line 152... | Line 152... | ||
152 | HAL = stm32_hal |
152 | HAL = stm32_hal |
153 | LIBOLED = ../libOLED |
153 | LIBOLED = ../libOLED |
154 | include $(LIBOLED)/libOLED.mk |
154 | include $(LIBOLED)/libOLED.mk |
155 | 155 | ||
156 | #sensor Library |
156 | #sensor Library |
157 | LIBBMP280 = ../libBMP280 |
157 | LIBBME280 = ../libBME280 |
158 | include $(LIBBMP280)/libBMP280.mk |
158 | include $(LIBBME280)/libBME280.mk |
159 | 159 | ||
160 | #printf Library |
160 | #printf Library |
161 | LIBSMALLPRINTF = ../libSmallPrintf |
161 | LIBSMALLPRINTF = ../libSmallPrintf |
162 | include $(LIBSMALLPRINTF)/libSmallPrintf.mk |
162 | include $(LIBSMALLPRINTF)/libSmallPrintf.mk |
163 | 163 |