mirror of https://github.com/ARMmbed/mbed-os.git
parent
a567afdf73
commit
4d1a4a41fa
|
@ -121,7 +121,7 @@ class Uvision(Exporter):
|
|||
TOOLCHAIN = 'ARM'
|
||||
TARGETS = []
|
||||
for target, obj in TARGET_MAP.iteritems():
|
||||
if not ("ARM" in obj.supported_toolchains and hasattr(obj, "device_name")):
|
||||
if "ARM" not in obj.supported_toolchains:
|
||||
continue
|
||||
if not DeviceCMSIS.check_supported(target):
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue