mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
Merge branch 'feat/idf_py_flash_trace' into 'master'
feat(idf_py): Allow tracing interactions during flashing with --trace Closes IDF-9545 See merge request espressif/esp-idf!33656
This commit is contained in:
@@ -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})
|
||||
|
||||
|
Reference in New Issue
Block a user