feat(idf_py): Allow tracing interactions during flashing with --trace

This commit is contained in:
Radim Karniš
2024-09-19 16:08:24 +02:00
parent 13d4235d73
commit 4a04a9e95c
2 changed files with 19 additions and 5 deletions

View File

@@ -44,7 +44,8 @@ else()
endif()
# SERIAL_TOOL_ARGS is defined during the first cmake run
# SERIAL_TOOL_EXTRA_ARGS is used for additional arguments from the command line during run-time
# EXTRA_ARGS and EXTRA_PRE_CMD_ARGS are used for additional arguments from the command line during run-time
list(APPEND serial_tool_cmd $ENV{SERIAL_TOOL_EXTRA_PRE_CMD_ARGS})
list(APPEND serial_tool_cmd ${SERIAL_TOOL_ARGS})
list(APPEND serial_tool_cmd $ENV{SERIAL_TOOL_EXTRA_ARGS})