Skip to content

Commit fec2346

Browse files
Shrikant Tudavekartheotherjimmy
authored andcommitted
add ARMC6 in supported compiler
1 parent 32bd25e commit fec2346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/examples/examples_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from tools.targets import TARGET_MAP
2020
from tools.export import EXPORTERS
2121

22-
SUPPORTED_TOOLCHAINS = ["ARM", "IAR", "GCC_ARM"]
22+
SUPPORTED_TOOLCHAINS = ["ARM", "IAR", "GCC_ARM", "ARMC6"]
2323
SUPPORTED_IDES = [exp for exp in EXPORTERS.keys() if exp != "cmsis" and exp != "zip"]
2424

2525

0 commit comments

Comments
 (0)