Skip to content

Commit 253e7be

Browse files
authored
Merge pull request #12672 from rajkan01/remove_ARMC5_from_mbed_compile
Remove deprecated ARMC5 reference from `mbed compile -S` output
2 parents ddd3b01 + 7761d45 commit 253e7be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/build_api.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,10 +1224,6 @@ def mcu_toolchain_matrix(verbose_html=False, platform_filter=None,
12241224

12251225
unique_supported_toolchains = get_unique_supported_toolchains(
12261226
release_targets)
1227-
#Add ARMC5 column as well to the matrix to help with showing which targets are in ARMC5
1228-
#ARMC5 is not a toolchain class but yet we use that as a toolchain id in supported_toolchains in targets.json
1229-
#capture that info in a separate column
1230-
unique_supported_toolchains.append('ARMC5')
12311227

12321228
prepend_columns = ["Target"] + ["mbed OS %s" % x for x in RELEASE_VERSIONS]
12331229

0 commit comments

Comments
 (0)