We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a391f54 commit 920e23cCopy full SHA for 920e23c
os/hal/ports/STM32/STM32G0xx/platform.mk
@@ -0,0 +1,21 @@
1
+include ${CHIBIOS}/os/hal/ports/STM32/STM32G0xx/platform.mk
2
+
3
+ifeq ($(USE_SMART_BUILD),yes)
4
5
+# Configuration files directory
6
+ifeq ($(CONFDIR),)
7
+ CONFDIR = .
8
+endif
9
10
+HALCONF := $(strip $(shell cat $(CONFDIR)/halconf.h $(CONFDIR)/halconf_community.h | egrep -e "\#define"))
11
12
+else
13
14
15
+include ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/CRCv1/driver.mk
16
+include ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/TIMv1/driver.mk
17
+include ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/COMPv1/driver.mk
18
19
+# Shared variables
20
+ALLCSRC += $(PLATFORMSRC_CONTRIB)
21
+ALLINC += $(PLATFORMINC_CONTRIB)
0 commit comments