mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
fix(coredump-info): set default gdb timeout as 3 seconds
This commit is contained in:
@ -544,7 +544,7 @@ def action_extensions(base_actions: Dict, project_path: str) -> Dict:
|
|||||||
gdb_timeout_sec_opt = {
|
gdb_timeout_sec_opt = {
|
||||||
'names': ['--gdb-timeout-sec'],
|
'names': ['--gdb-timeout-sec'],
|
||||||
'type': INT,
|
'type': INT,
|
||||||
'default': 1,
|
'default': 3,
|
||||||
'help': 'Overwrite the default internal delay for gdb responses',
|
'help': 'Overwrite the default internal delay for gdb responses',
|
||||||
}
|
}
|
||||||
fail_if_openocd_failed = {
|
fail_if_openocd_failed = {
|
||||||
|
Reference in New Issue
Block a user