Skip to content

Commit

Permalink
Merge pull request #3476 from bridadan/remove_default_toolchain_paths
Browse files Browse the repository at this point in the history
Removing default toolchain paths
  • Loading branch information
0xc0170 authored Dec 23, 2016
2 parents bd2e5c6 + 19d56fd commit ae93db7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
BUILD_DIR = abspath(join(ROOT, "BUILD"))

# ARM Compiler 5
ARM_PATH = "C:/Keil_v5/ARM/ARMCC"
ARM_PATH = ""

# GCC ARM
GCC_ARM_PATH = ""

# GCC CodeRed
GCC_CR_PATH = "C:/code_red/RedSuite_4.2.0_349/redsuite/Tools/bin"
GCC_CR_PATH = ""

# IAR
IAR_PATH = "C:/Program Files (x86)/IAR Systems/Embedded Workbench 7.3/arm"
IAR_PATH = ""

# Goanna static analyser. Please overload it in mbed_settings.py
GOANNA_PATH = "c:/Program Files (x86)/RedLizards/Goanna Central 3.2.3/bin"
GOANNA_PATH = ""

# cppcheck path (command) and output message format
CPPCHECK_CMD = ["cppcheck", "--enable=all"]
Expand Down

0 comments on commit ae93db7

Please sign in to comment.