Skip to content

Commit 285d661

Browse files
committed
Show Mbed 2 support in compile -S
1 parent be215a3 commit 285d661

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/make.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@
190190
# Only prints matrix of supported toolchains
191191
if options.supported_toolchains:
192192
if options.supported_toolchains == "matrix":
193-
print(mcu_toolchain_matrix(platform_filter=options.general_filter_regex))
193+
print(mcu_toolchain_matrix(platform_filter=options.general_filter_regex,
194+
release_version=None))
194195
elif options.supported_toolchains == "toolchains":
195196
toolchain_list = mcu_toolchain_list()
196197
# Only print the lines that matter

0 commit comments

Comments
 (0)