mirror of https://github.com/ARMmbed/mbed-os.git
Allow ARMC6 only mbed 5 releases
parent
69a67297d3
commit
3924c7721c
|
@ -201,7 +201,7 @@ def is_official_target(target_name, version):
|
|||
# For version 5, ARM, GCC_ARM, and IAR toolchain support is required
|
||||
required_toolchains = [
|
||||
set(['ARM', 'GCC_ARM', 'IAR']),
|
||||
set(['ARMC6', 'GCC_ARM', 'IAR'])
|
||||
set(['ARMC6'])
|
||||
]
|
||||
supported_toolchains = set(target.supported_toolchains)
|
||||
|
||||
|
|
Loading…
Reference in New Issue