Searched refs:action_args (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-2.7.6/tools/ |
D | idf.py | 214 def __init__(self, callback, name, aliases, dependencies, order_dependencies, action_args): argument 219 self.action_args = action_args 222 def __call__(self, context, global_args, action_args=None): argument 223 if action_args is None: 224 action_args = self.action_args 226 self.callback(self.name, context, global_args, **action_args) 276 def wrapped_callback(**action_args): argument 282 action_args=action_args, 562 for key in list(task.action_args): 566 local_value = task.action_args.pop(key) [all …]
|
/hal_espressif-2.7.6/tools/idf_py_actions/ |
D | create_ext.py | 61 def create_new(action, ctx, global_args, **action_args): argument 62 target_path = action_args.get('path') or os.path.join(project_path, action_args['name']) 67 func_action_map[action](target_path, action_args['name'])
|
D | debug_ext.py | 235 post_action.action_args['block'] = 0 237 post_action.action_args['block'] = 1 242 task.action_args['require_openocd'] = True
|
D | serial_ext.py | 138 task.action_args['encrypted'] = True
|