From 2a1e5e1939849031f3d8e3cec32ba6c49c4b04df Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Thu, 22 Dec 2022 10:11:48 +0100 Subject: [PATCH] tools: fix RISC-V GDB not being installed for C2, C6, H2 --- tools/tools.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/tools.json b/tools/tools.json index 784cbe17eb9..2abfdc57090 100644 --- a/tools/tools.json +++ b/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",