Skip to content

Commit 8a8cff7

Browse files
committed
build_api.py changes to take ARMC5 into account when validating for offical target/release combination
1 parent 654f4d9 commit 8a8cff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ def is_official_target(target_name, version):
209209
# For version 5, ARM, GCC_ARM, and IAR toolchain support is required
210210
required_toolchains = [
211211
set(['ARM', 'GCC_ARM']),
212+
set(['ARMC5', 'GCC_ARM']),
212213
set(['ARMC6'])
213214
]
214215
supported_toolchains = set(target.supported_toolchains)

0 commit comments

Comments
 (0)