Skip to content

Commit 95c7d4d

Browse files
committed
Compare to unicode in example builder
1 parent db4c380 commit 95c7d4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/test/examples/examples_lib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
from tools.build_api import get_mbed_official_release
1919
from tools.targets import TARGET_MAP
2020
from tools.export import EXPORTERS
21+
from tools.toolchains import TOOLCHAINS
2122

22-
SUPPORTED_TOOLCHAINS = ["ARM", "IAR", "GCC_ARM", "ARMC6"]
23+
SUPPORTED_TOOLCHAINS = list(TOOLCHAINS - set(u'uARM'))
2324
SUPPORTED_IDES = [exp for exp in EXPORTERS.keys() if exp != "cmsis" and exp != "zip"]
2425

2526

0 commit comments

Comments
 (0)