From 5ad3fe66be5577aa0c17101e89fa2c818c6b6329 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 target --- tools/tools.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/tools.json b/tools/tools.json index 654a454ee2..a61ef727af 100644 --- a/tools/tools.json +++ b/tools/tools.json @@ -268,7 +268,8 @@ "supported_targets": [ "esp32s2", "esp32s3", - "esp32c3" + "esp32c3", + "esp32h2" ], "version_cmd": [ "riscv32-esp-elf-gcc",