From 7761d456431340077e4113e7fc3f073757955fd4 Mon Sep 17 00:00:00 2001 From: Rajkumar Kanagaraj Date: Mon, 23 Mar 2020 07:28:32 -0700 Subject: [PATCH] Remove deprecated ARMC5 from `mbed compile -S` command output --- tools/build_api.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/build_api.py b/tools/build_api.py index ed7fa0fba8..894c36d604 100755 --- a/tools/build_api.py +++ b/tools/build_api.py @@ -1224,10 +1224,6 @@ def mcu_toolchain_matrix(verbose_html=False, platform_filter=None, unique_supported_toolchains = get_unique_supported_toolchains( release_targets) - #Add ARMC5 column as well to the matrix to help with showing which targets are in ARMC5 - #ARMC5 is not a toolchain class but yet we use that as a toolchain id in supported_toolchains in targets.json - #capture that info in a separate column - unique_supported_toolchains.append('ARMC5') prepend_columns = ["Target"] + ["mbed OS %s" % x for x in RELEASE_VERSIONS]