Merge branch 'bugfix/tools_json_riscv_gdb_targets_v5.0' into 'release/v5.0'

tools: fix RISC-V GDB not being installed for C2, H2 (v5.0)

See merge request espressif/esp-idf!21771
This commit is contained in:
Ivan Grokhotkov
2023-02-17 19:32:24 +08:00

View File

@ -89,7 +89,9 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"name": "riscv32-esp-elf-gdb", "name": "riscv32-esp-elf-gdb",
"supported_targets": [ "supported_targets": [
"esp32c3" "esp32c3",
"esp32c2",
"esp32h2"
], ],
"version_cmd": [ "version_cmd": [
"riscv32-esp-elf-gdb-no-python", "riscv32-esp-elf-gdb-no-python",