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 32c69e0 commit e49851aCopy full SHA for e49851a
tool/chibios/.gitignore
@@ -1 +1,2 @@
1
chibios
2
+chibios-contrib
tool/chibios/chibios.mk
@@ -84,6 +84,7 @@ endif
84
85
# Imported source files and paths
86
CHIBIOS ?= $(TMK_DIR)/tool/chibios/chibios
87
+CHIBIOS_CONTRIB ?= $(TMK_DIR)/tool/chibios/chibios-contrib
88
# Startup files. Try a few different locations, for compability with old versions and
89
# for things hardware in the contrib repository
90
STARTUP_MK = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_$(MCU_STARTUP).mk
0 commit comments