Merge pull request #12672 from rajkan01/remove_ARMC5_from_mbed_compile

Remove deprecated ARMC5 reference from  `mbed compile -S` output
pull/12699/head
Martin Kojtal 2020-03-25 15:53:21 +01:00 committed by GitHub
commit 253e7becaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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]