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.
2 parents bd2e5c6 + 19d56fd commit ae93db7Copy full SHA for ae93db7
tools/settings.py
@@ -28,19 +28,19 @@
28
BUILD_DIR = abspath(join(ROOT, "BUILD"))
29
30
# ARM Compiler 5
31
-ARM_PATH = "C:/Keil_v5/ARM/ARMCC"
+ARM_PATH = ""
32
33
# GCC ARM
34
GCC_ARM_PATH = ""
35
36
# GCC CodeRed
37
-GCC_CR_PATH = "C:/code_red/RedSuite_4.2.0_349/redsuite/Tools/bin"
+GCC_CR_PATH = ""
38
39
# IAR
40
-IAR_PATH = "C:/Program Files (x86)/IAR Systems/Embedded Workbench 7.3/arm"
+IAR_PATH = ""
41
42
# Goanna static analyser. Please overload it in mbed_settings.py
43
-GOANNA_PATH = "c:/Program Files (x86)/RedLizards/Goanna Central 3.2.3/bin"
+GOANNA_PATH = ""
44
45
# cppcheck path (command) and output message format
46
CPPCHECK_CMD = ["cppcheck", "--enable=all"]
0 commit comments