mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'fix/gdb-version-check' into 'master'
tools: Fix gdb version check Closes IDFGH-7385 See merge request espressif/esp-idf!18129
This commit is contained in:
commit
37b641608a
@ -92,7 +92,7 @@
|
||||
"esp32c3"
|
||||
],
|
||||
"version_cmd": [
|
||||
"riscv32-esp-elf-gdb",
|
||||
"riscv32-esp-elf-gdb-no-python",
|
||||
"--version"
|
||||
],
|
||||
"version_regex": "GNU gdb \\(esp-gdb\\) ([a-z0-9.-_]+)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user