mirror of https://github.com/ARMmbed/mbed-os.git
parent
4c4d0fa1e3
commit
162bbac5c8
|
@ -121,7 +121,7 @@ class Uvision(Exporter):
|
||||||
TOOLCHAIN = 'ARM'
|
TOOLCHAIN = 'ARM'
|
||||||
TARGETS = []
|
TARGETS = []
|
||||||
for target, obj in TARGET_MAP.iteritems():
|
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
|
continue
|
||||||
if not DeviceCMSIS.check_supported(target):
|
if not DeviceCMSIS.check_supported(target):
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue