We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be215a3 commit 285d661Copy full SHA for 285d661
tools/make.py
@@ -190,7 +190,8 @@
190
# Only prints matrix of supported toolchains
191
if options.supported_toolchains:
192
if options.supported_toolchains == "matrix":
193
- print(mcu_toolchain_matrix(platform_filter=options.general_filter_regex))
+ print(mcu_toolchain_matrix(platform_filter=options.general_filter_regex,
194
+ release_version=None))
195
elif options.supported_toolchains == "toolchains":
196
toolchain_list = mcu_toolchain_list()
197
# Only print the lines that matter
0 commit comments