From 285d661373ae48c293fc93356262f12e8e915cfb Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Mon, 2 Jul 2018 09:00:58 -0500 Subject: [PATCH] Show Mbed 2 support in compile -S --- tools/make.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/make.py b/tools/make.py index 3d40750037..94f910d360 100644 --- a/tools/make.py +++ b/tools/make.py @@ -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