mirror of https://github.com/ARMmbed/mbed-os.git
Remove IAR from required toolchains list
parent
6d04fa78f2
commit
1ad23433f5
|
|
@ -193,7 +193,7 @@ def is_official_target(target_name, version):
|
|||
elif version == '5':
|
||||
# For version 5, ARM, GCC_ARM, and IAR toolchain support is required
|
||||
required_toolchains = [
|
||||
set(['ARM', 'GCC_ARM', 'IAR']),
|
||||
set(['ARM', 'GCC_ARM']),
|
||||
set(['ARMC6'])
|
||||
]
|
||||
supported_toolchains = set(target.supported_toolchains)
|
||||
|
|
|
|||
Loading…
Reference in New Issue