We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5293d commit 881d492Copy full SHA for 881d492
mbed/mbed.py
@@ -1403,7 +1403,7 @@ def get_tools(self):
1403
def get_env(self):
1404
env = os.environ.copy()
1405
env['PYTHONPATH'] = os.path.abspath(self.path)
1406
- compilers = ['ARM', 'GCC_ARM', 'IAR']
+ compilers = ['ARM', 'GCC_ARM', 'IAR', 'ARMC6']
1407
for c in compilers:
1408
if self.get_cfg(c+'_PATH'):
1409
env['MBED_'+c+'_PATH'] = self.get_cfg(c+'_PATH')
0 commit comments