Skip to content

Commit c4fc493

Browse files
committed
Added simple print to table in -S switch command
1 parent 2b21875 commit c4fc493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workspace_tools/build_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ def mcu_toolchain_matrix(verbose_html=False):
269269
result += "*Default - default on-line compiler\n"
270270
result += "*Supported - supported off-line compiler\n"
271271
result += "\n"
272+
result += "Total platforms: %d\n"% (len(TARGET_NAMES))
272273
result += "Total permutations: %d"% (perm_counter)
273274
return result
274275

0 commit comments

Comments
 (0)