Merge pull request #7396 from theotherjimmy/mbed-2-matrix

Tools: Show Mbed-2-only targets in mbed compile -S
pull/7544/head
Cruz Monrreal 2018-07-18 08:49:09 -05:00 committed by GitHub
commit b30ac55edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -190,7 +190,8 @@ if __name__ == '__main__':
# Only prints matrix of supported toolchains
if options.supported_toolchains:
if options.supported_toolchains == "matrix":
print(mcu_toolchain_matrix(platform_filter=options.general_filter_regex))
print(mcu_toolchain_matrix(platform_filter=options.general_filter_regex,
release_version=None))
elif options.supported_toolchains == "toolchains":
toolchain_list = mcu_toolchain_list()
# Only print the lines that matter