mirror of https://github.com/ARMmbed/mbed-os.git
Removing GCC_CR mention from settings.py
parent
ef03dbd79d
commit
baf9556505
|
@ -30,9 +30,6 @@ from os.path import join, abspath, dirname
|
|||
# GCC ARM
|
||||
#GCC_ARM_PATH = ""
|
||||
|
||||
# GCC CodeRed
|
||||
#GCC_CR_PATH = "C:/code_red/RedSuite_4.2.0_349/redsuite/Tools/bin"
|
||||
|
||||
# IAR
|
||||
#IAR_PATH = "C:/Program Files (x86)/IAR Systems/Embedded Workbench 7.0/arm"
|
||||
|
||||
|
|
|
@ -36,9 +36,6 @@ ARMC6_PATH = ""
|
|||
# GCC ARM
|
||||
GCC_ARM_PATH = ""
|
||||
|
||||
# GCC CodeRed
|
||||
GCC_CR_PATH = ""
|
||||
|
||||
# IAR
|
||||
IAR_PATH = ""
|
||||
|
||||
|
@ -83,8 +80,7 @@ except ImportError:
|
|||
##############################################################################
|
||||
# User Settings (env vars)
|
||||
##############################################################################
|
||||
_ENV_PATHS = ['ARM_PATH', 'GCC_ARM_PATH', 'GCC_CR_PATH', 'IAR_PATH',
|
||||
'ARMC6_PATH']
|
||||
_ENV_PATHS = ['ARM_PATH', 'GCC_ARM_PATH', 'IAR_PATH', 'ARMC6_PATH']
|
||||
|
||||
for _n in _ENV_PATHS:
|
||||
if getenv('MBED_'+_n):
|
||||
|
|
Loading…
Reference in New Issue