Преглед изворни кода

Merge branch 'bugfix/tools_json_riscv_gdb_targets' into 'master'

tools: fix RISC-V GDB not being installed for C2, C6, H2

See merge request espressif/esp-idf!21763
Ivan Grokhotkov пре 3 година
родитељ
комит
e48b8eecff
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      tools/tools.json

+ 5 - 1
tools/tools.json

@@ -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",