Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions tools/build_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down