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 32bd25e commit fec2346Copy full SHA for fec2346
tools/test/examples/examples_lib.py
@@ -19,7 +19,7 @@
19
from tools.targets import TARGET_MAP
20
from tools.export import EXPORTERS
21
22
-SUPPORTED_TOOLCHAINS = ["ARM", "IAR", "GCC_ARM"]
+SUPPORTED_TOOLCHAINS = ["ARM", "IAR", "GCC_ARM", "ARMC6"]
23
SUPPORTED_IDES = [exp for exp in EXPORTERS.keys() if exp != "cmsis" and exp != "zip"]
24
25
0 commit comments