We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70dad26 commit 4979202Copy full SHA for 4979202
common.mk
@@ -2,9 +2,9 @@
2
DSPLIB=Libraries/CMSIS/DSP_Lib/Source
3
4
# Tool path
5
-TOOLROOT=Tools/gcc-arm-none-eabi-4_9-2015q2/bin
+TOOLROOT ?= Tools/gcc-arm-none-eabi-4_9-2015q3/bin
6
7
-CMSIS=Libraries/CMSIS/Include/
+CMSIS ?= Libraries/CMSIS/Include/
8
9
# Tools
10
CC=$(TOOLROOT)/arm-none-eabi-gcc
0 commit comments