Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 9968b54

Browse files
committed
Allow ARMC6 only mbed 5 releases
1 parent 455f1fd commit 9968b54

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
@@ -181,7 +181,7 @@ def is_official_target(target_name, version):
181181
# For version 5, ARM, GCC_ARM, and IAR toolchain support is required
182182
required_toolchains = [
183183
set(['ARM', 'GCC_ARM', 'IAR']),
184-
set(['ARMC6', 'GCC_ARM', 'IAR'])
184+
set(['ARMC6'])
185185
]
186186
supported_toolchains = set(target.supported_toolchains)
187187

0 commit comments

Comments
 (0)