Skip to content

Commit 52e23e5

Browse files
committed
Added default path for Goanna
1 parent d8c3822 commit 52e23e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workspace_tools/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
CW_GCC_PATH = "C:/Freescale/CW MCU v10.3/Cross_Tools/arm-none-eabi-gcc-4_6_2/bin"
6969
CW_EWL_PATH = "C:/Freescale/CW MCU v10.3/MCU/ARM_GCC_Support/ewl/lib"
7070

71+
# Goanna static analyzer
72+
GOANNA_PATH = "c:/Program Files (x86)/RedLizards/Goanna Central 3.1.4/bin"
73+
7174
BUILD_OPTIONS = []
7275

7376
##############################################################################

0 commit comments

Comments
 (0)