mirror of https://github.com/ARMmbed/mbed-os.git
Compare to unicode in example builder
parent
db4c380b2b
commit
95c7d4d47c
|
@ -18,8 +18,9 @@ sys.path.insert(0, ROOT)
|
|||
from tools.build_api import get_mbed_official_release
|
||||
from tools.targets import TARGET_MAP
|
||||
from tools.export import EXPORTERS
|
||||
from tools.toolchains import TOOLCHAINS
|
||||
|
||||
SUPPORTED_TOOLCHAINS = ["ARM", "IAR", "GCC_ARM", "ARMC6"]
|
||||
SUPPORTED_TOOLCHAINS = list(TOOLCHAINS - set(u'uARM'))
|
||||
SUPPORTED_IDES = [exp for exp in EXPORTERS.keys() if exp != "cmsis" and exp != "zip"]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue