Skip to content

Commit

Permalink
tools: fix RISC-V GDB not being installed for C2, C6, H2
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Dec 22, 2022
1 parent 5cf0d92 commit 2a1e5e1
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 2a1e5e1

Please sign in to comment.