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 d8c3822 commit 52e23e5Copy full SHA for 52e23e5
workspace_tools/settings.py
@@ -68,6 +68,9 @@
68
CW_GCC_PATH = "C:/Freescale/CW MCU v10.3/Cross_Tools/arm-none-eabi-gcc-4_6_2/bin"
69
CW_EWL_PATH = "C:/Freescale/CW MCU v10.3/MCU/ARM_GCC_Support/ewl/lib"
70
71
+# Goanna static analyzer
72
+GOANNA_PATH = "c:/Program Files (x86)/RedLizards/Goanna Central 3.1.4/bin"
73
+
74
BUILD_OPTIONS = []
75
76
##############################################################################
0 commit comments