Skip to content

Commit b30ac55

Browse files
author
Cruz Monrreal
authored
Merge pull request #7396 from theotherjimmy/mbed-2-matrix
Tools: Show Mbed-2-only targets in mbed compile -S
2 parents d55f874 + 285d661 commit b30ac55

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)