Searched refs:run_target (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.4.0/tools/idf_py_actions/ |
D | dfu_ext.py | 2 from idf_py_actions.tools import ensure_build_directory, is_target_supported, run_target 11 run_target(target_name, args, {'ESP_DFU_PART_SIZE': part_size} if part_size else {}) 15 run_target(target_name, args) 21 run_target(target_name, args, {'ESP_DFU_PATH': path})
|
D | uf2_ext.py | 1 from idf_py_actions.tools import ensure_build_directory, run_target 7 run_target(target_name, args)
|
D | core_ext.py | 17 realpath, run_target) 29 run_target(target_name, args) 43 run_target('all', args, custom_error_handler=tool_error_handler) 44 run_target(target_name, args) 75 run_target(target_name, args)
|
D | serial_ext.py | 12 from idf_py_actions.tools import ensure_build_directory, get_sdkconfig_value, run_target, run_tool 156 run_target(action, args, {'ESPBAUD': str(args.baud), 'ESPPORT': esp_port})
|
D | tools.py | 106 def run_target(target_name, args, env=dict(), custom_error_handler=None): function
|