mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
tools: fix RISC-V GDB not being installed for C2, H2
This commit is contained in:
parent
490216a2ac
commit
506f7d0d8e
@ -89,7 +89,9 @@
|
||||
"license": "GPL-3.0-or-later",
|
||||
"name": "riscv32-esp-elf-gdb",
|
||||
"supported_targets": [
|
||||
"esp32c3"
|
||||
"esp32c3",
|
||||
"esp32c2",
|
||||
"esp32h2"
|
||||
],
|
||||
"version_cmd": [
|
||||
"riscv32-esp-elf-gdb-no-python",
|
||||
|
Loading…
Reference in New Issue
Block a user