Removing GCC_CR mention from settings.py

pull/8304/head
Brian Daniels 2018-10-02 10:46:09 -05:00
parent ef03dbd79d
commit baf9556505
2 changed files with 1 additions and 8 deletions

View File

@ -30,9 +30,6 @@ from os.path import join, abspath, dirname
# GCC ARM # GCC ARM
#GCC_ARM_PATH = "" #GCC_ARM_PATH = ""
# GCC CodeRed
#GCC_CR_PATH = "C:/code_red/RedSuite_4.2.0_349/redsuite/Tools/bin"
# IAR # IAR
#IAR_PATH = "C:/Program Files (x86)/IAR Systems/Embedded Workbench 7.0/arm" #IAR_PATH = "C:/Program Files (x86)/IAR Systems/Embedded Workbench 7.0/arm"

View File

@ -36,9 +36,6 @@ ARMC6_PATH = ""
# GCC ARM # GCC ARM
GCC_ARM_PATH = "" GCC_ARM_PATH = ""
# GCC CodeRed
GCC_CR_PATH = ""
# IAR # IAR
IAR_PATH = "" IAR_PATH = ""
@ -83,8 +80,7 @@ except ImportError:
############################################################################## ##############################################################################
# User Settings (env vars) # User Settings (env vars)
############################################################################## ##############################################################################
_ENV_PATHS = ['ARM_PATH', 'GCC_ARM_PATH', 'GCC_CR_PATH', 'IAR_PATH', _ENV_PATHS = ['ARM_PATH', 'GCC_ARM_PATH', 'IAR_PATH', 'ARMC6_PATH']
'ARMC6_PATH']
for _n in _ENV_PATHS: for _n in _ENV_PATHS:
if getenv('MBED_'+_n): if getenv('MBED_'+_n):