mirror of https://github.com/ARMmbed/mbed-os.git
Added permutation counter to default on-line compiler
parent
b0ac1e3485
commit
ee1a2f5289
|
@ -258,6 +258,7 @@ def mcu_toolchain_matrix(verbose_html=False):
|
|||
text = "-"
|
||||
if default_toolchain == unique_toolchain:
|
||||
text = "Default"
|
||||
perm_counter += 1
|
||||
elif unique_toolchain in TARGET_MAP[target].supported_toolchains:
|
||||
text = "Supported"
|
||||
perm_counter += 1
|
||||
|
|
Loading…
Reference in New Issue