From b43fc0cf1a3d76df8d91d6a23eff37e35062d59e Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Tue, 19 May 2020 10:23:20 +0100 Subject: [PATCH] build: target toolchain return Revert back to the toolchain function. Although it should be refactored (return just list of toolchains from a target). --- tools/build_api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/build_api.py b/tools/build_api.py index 20ec02f4c4..52f39cec48 100755 --- a/tools/build_api.py +++ b/tools/build_api.py @@ -424,7 +424,8 @@ def get_mbed_official_release(version, profile=None): tuple( [ TARGET_MAP[target].name, - tuple(['ARM', 'GCC_ARM']) + tuple(transform_release_toolchains( +- TARGET_MAP[target], version)) ] ) for target in TARGET_NAMES \ if not profile or profile in TARGET_MAP[target].supported_application_profiles