mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(coredump-info): set default gdb timeout as 3 seconds
This commit is contained in:
parent
8da85639a2
commit
94c27b976d
@ -584,7 +584,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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user