Skip to content

Commit 1ad2343

Browse files
author
Deepika
committed
Remove IAR from required toolchains list
1 parent 6d04fa7 commit 1ad2343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def is_official_target(target_name, version):
193193
elif version == '5':
194194
# For version 5, ARM, GCC_ARM, and IAR toolchain support is required
195195
required_toolchains = [
196-
set(['ARM', 'GCC_ARM', 'IAR']),
196+
set(['ARM', 'GCC_ARM']),
197197
set(['ARMC6'])
198198
]
199199
supported_toolchains = set(target.supported_toolchains)

0 commit comments

Comments
 (0)