mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
tools: fix RISC-V GDB not being installed for C2, H2
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user