add ARMC6 in supported compiler

pull/4949/head
Shrikant Tudavekar 2017-09-12 15:00:23 -05:00 committed by Jimmy Brisson
parent 32bd25e8df
commit fec2346627
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ from tools.build_api import get_mbed_official_release
from tools.targets import TARGET_MAP
from tools.export import EXPORTERS
SUPPORTED_TOOLCHAINS = ["ARM", "IAR", "GCC_ARM"]
SUPPORTED_TOOLCHAINS = ["ARM", "IAR", "GCC_ARM", "ARMC6"]
SUPPORTED_IDES = [exp for exp in EXPORTERS.keys() if exp != "cmsis" and exp != "zip"]