Skip to content

Commit 881d492

Browse files
theotherjimmyscreamerbg
authored andcommitted
Configure ARMC6 with mbed CLI conifg
1 parent ac5293d commit 881d492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ def get_tools(self):
14031403
def get_env(self):
14041404
env = os.environ.copy()
14051405
env['PYTHONPATH'] = os.path.abspath(self.path)
1406-
compilers = ['ARM', 'GCC_ARM', 'IAR']
1406+
compilers = ['ARM', 'GCC_ARM', 'IAR', 'ARMC6']
14071407
for c in compilers:
14081408
if self.get_cfg(c+'_PATH'):
14091409
env['MBED_'+c+'_PATH'] = self.get_cfg(c+'_PATH')

0 commit comments

Comments
 (0)