mirror of https://github.com/ARMmbed/mbed-os.git
Fixing issue with target_cross_ide
parent
2fe1373cf1
commit
f1bb3f5930
|
@ -114,9 +114,6 @@ def target_cross_ide(allowed_targets, allowed_ides, features=[]):
|
|||
"""
|
||||
for target in allowed_targets:
|
||||
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
|
||||
all(feature in TARGET_MAP[target].features
|
||||
for feature in features)):
|
||||
|
|
Loading…
Reference in New Issue