mirror of https://github.com/ARMmbed/mbed-os.git
Fixing issue with target_cross_ide
parent
9ff4f509fb
commit
df72f3a1f2
|
@ -114,9 +114,6 @@ def target_cross_ide(allowed_targets, allowed_ides, features=[]):
|
||||||
"""
|
"""
|
||||||
for target in allowed_targets:
|
for target in allowed_targets:
|
||||||
for ide in allowed_ides:
|
for ide in allowed_ides:
|
||||||
if all(feature in TARGET_MAP[target].features
|
|
||||||
for feature in features):
|
|
||||||
yield target, toolchain
|
|
||||||
if (target in EXPORTERS[ide].TARGETS and
|
if (target in EXPORTERS[ide].TARGETS and
|
||||||
all(feature in TARGET_MAP[target].features
|
all(feature in TARGET_MAP[target].features
|
||||||
for feature in features)):
|
for feature in features)):
|
||||||
|
|
Loading…
Reference in New Issue