From a5d3f2e26d08db85a6392ebe86dc7f35061830f2 Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Fri, 25 Mar 2022 14:14:59 +0700 Subject: [PATCH] tools: add RISC-V toolchain for esp32h2 and esp32c2 targets --- tools/tools.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/tools.json b/tools/tools.json index 654a454ee2..d7c15ce3f8 100644 --- a/tools/tools.json +++ b/tools/tools.json @@ -268,7 +268,9 @@ "supported_targets": [ "esp32s2", "esp32s3", - "esp32c3" + "esp32c3", + "esp32h2", + "esp32c2" ], "version_cmd": [ "riscv32-esp-elf-gcc",