Added simple print to table in -S switch command

pull/401/head^2
Przemek Wirkus 2014-07-14 11:49:06 +01:00
parent 2b2187587c
commit c4fc4931a9
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ def mcu_toolchain_matrix(verbose_html=False):
result += "*Default - default on-line compiler\n"
result += "*Supported - supported off-line compiler\n"
result += "\n"
result += "Total platforms: %d\n"% (len(TARGET_NAMES))
result += "Total permutations: %d"% (perm_counter)
return result