From 506f7d0d8ee8be3ea1817fa79131b4fa55409ac1 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, H2 --- tools/tools.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/tools.json b/tools/tools.json index e9eaa1636d..b158301a30 100644 --- a/tools/tools.json +++ b/tools/tools.json @@ -89,7 +89,9 @@ "license": "GPL-3.0-or-later", "name": "riscv32-esp-elf-gdb", "supported_targets": [ - "esp32c3" + "esp32c3", + "esp32c2", + "esp32h2" ], "version_cmd": [ "riscv32-esp-elf-gdb-no-python",