Skip to content

Commit

Permalink
Merge branch 'bugfix/tools_json_riscv_gdb_targets' into 'master'
Browse files Browse the repository at this point in the history
tools: fix RISC-V GDB not being installed for C2, C6, H2

See merge request espressif/esp-idf!21763
  • Loading branch information
igrr committed Jan 2, 2023
2 parents 9368096 + 2a1e5e1 commit e48b8ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@
"license": "GPL-3.0-or-later",
"name": "riscv32-esp-elf-gdb",
"supported_targets": [
"esp32c3"
"esp32c3",
"esp32c2",
"esp32c6",
"esp32h2",
"esp32h4"
],
"version_cmd": [
"riscv32-esp-elf-gdb-no-python",
Expand Down

0 comments on commit e48b8ee

Please sign in to comment.