More detailed info about debug per board

This commit is contained in:
Ivan Kravets
2018-10-05 00:36:23 +03:00
parent ba2275fbba
commit e83a11d02a
2 changed files with 3 additions and 3 deletions

View File

@ -86,9 +86,9 @@ def generate_boards_table(boards, skip_columns=None):
t.get("onboard") for (_, t) in data['debug']['tools'].items()))
debug = "No"
if has_onboard_debug:
debug = "Yes"
debug = "On-board"
elif data['debug']:
debug = "Yes :sup:`?`"
debug = "External"
variables = dict(
id=data['id'],