Show device system information (MCU, Frequency, RAM, Flash, Debugging tools) in a build log

This commit is contained in:
Ivan Kravets
2018-01-25 17:58:52 +02:00
parent dabe9ba2a7
commit f8dafbca80
8 changed files with 82 additions and 20 deletions

View File

@@ -184,7 +184,8 @@ if "idedata" in COMMAND_LINE_TARGETS:
env.Exit(1)
def print_upload_protocols_info(source, target, env):
def print_upload_protocols_info( # pylint: disable=unused-argument
source, target, _):
selected = env.subst("$UPLOAD_PROTOCOL")
available = env.BoardConfig().get("upload", {}).get(
"protocols", [selected])