mirror of https://github.com/ARMmbed/mbed-os.git
Added simple print to table in -S switch command
parent
2b2187587c
commit
c4fc4931a9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue