Skip to content

Commit baf9556

Browse files
committed
Removing GCC_CR mention from settings.py
1 parent ef03dbd commit baf9556

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

tools/default_settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
# GCC ARM
3131
#GCC_ARM_PATH = ""
3232

33-
# GCC CodeRed
34-
#GCC_CR_PATH = "C:/code_red/RedSuite_4.2.0_349/redsuite/Tools/bin"
35-
3633
# IAR
3734
#IAR_PATH = "C:/Program Files (x86)/IAR Systems/Embedded Workbench 7.0/arm"
3835

tools/settings.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
# GCC ARM
3737
GCC_ARM_PATH = ""
3838

39-
# GCC CodeRed
40-
GCC_CR_PATH = ""
41-
4239
# IAR
4340
IAR_PATH = ""
4441

@@ -83,8 +80,7 @@
8380
##############################################################################
8481
# User Settings (env vars)
8582
##############################################################################
86-
_ENV_PATHS = ['ARM_PATH', 'GCC_ARM_PATH', 'GCC_CR_PATH', 'IAR_PATH',
87-
'ARMC6_PATH']
83+
_ENV_PATHS = ['ARM_PATH', 'GCC_ARM_PATH', 'IAR_PATH', 'ARMC6_PATH']
8884

8985
for _n in _ENV_PATHS:
9086
if getenv('MBED_'+_n):

0 commit comments

Comments
 (0)