Subversion Repositories FuelGauge

Rev

Rev 5 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 6
Line 1... Line 1...
1
##########################################################################################################################
1
##########################################################################################################################
2
# File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Mon Oct 11 20:06:42 BST 2021] 
2
# File automatically-generated by tool: [projectgenerator] version: [3.16.0] date: [Fri Sep 09 19:39:53 BST 2022] 
3
##########################################################################################################################
3
##########################################################################################################################
4
 
4
 
5
# ------------------------------------------------
5
# ------------------------------------------------
6
# Generic Makefile (based on gcc)
6
# Generic Makefile (based on gcc)
7
#
7
#
Line 32... Line 32...
32
BUILD_DIR = build
32
BUILD_DIR = build
33
 
33
 
34
LIBLOG = ../libLog
34
LIBLOG = ../libLog
35
include $(LIBLOG)/liblog.mk
35
include $(LIBLOG)/liblog.mk
36
 
36
 
-
 
37
# select correct hardware abstraction for the WS2812 library
37
HAL=stm32_hal
38
HAL=stm32_hal
38
 
-
 
39
 
-
 
40
LIBWS2812 = ../libWS2812
39
LIBWS2812 = ../libWS2812
41
include $(LIBWS2812)/libws2812.mk
40
include $(LIBWS2812)/libws2812.mk
42
 
41
 
43
######################################
42
######################################
44
# source
43
# source