Skip to content

Commit 3924c77

Browse files
theotherjimmyCruz Monrreal II
authored andcommitted
Allow ARMC6 only mbed 5 releases
1 parent 69a6729 commit 3924c77

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
@@ -201,7 +201,7 @@ def is_official_target(target_name, version):
201201
# For version 5, ARM, GCC_ARM, and IAR toolchain support is required
202202
required_toolchains = [
203203
set(['ARM', 'GCC_ARM', 'IAR']),
204-
set(['ARMC6', 'GCC_ARM', 'IAR'])
204+
set(['ARMC6'])
205205
]
206206
supported_toolchains = set(target.supported_toolchains)
207207

0 commit comments

Comments
 (0)