Print platform information while processing environment

This commit is contained in:
Ivan Kravets
2018-02-07 19:44:02 +02:00
parent 904c5464c3
commit f7023aa8ff
5 changed files with 19 additions and 14 deletions

View File

@ -55,7 +55,7 @@ def generate_boards(boards, extend_debug=False, skip_columns=None):
("Platform", ":ref:`{platform_title} <platform_{platform}>`"),
("Debug", "{debug}"),
("MCU", "{mcu}"),
("Frequency", "{f_cpu:d} MHz"),
("Frequency", "{f_cpu:d}MHz"),
("Flash", "{rom}"),
("RAM", "{ram}"),
]