From 8940f0ff2c2712aa0334c2e1e2cbda536858b9ae Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Sun, 25 Jul 2021 23:09:28 +0200 Subject: [PATCH] tools: install riscv32-esp-elf for ESP32-S2 as well riscv32-esp-elf-gcc is used for RISC-V ULP programming. --- tools/tools.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/tools.json b/tools/tools.json index f369b52370..9babbffc1e 100644 --- a/tools/tools.json +++ b/tools/tools.json @@ -191,6 +191,8 @@ "license": "GPL-3.0-with-GCC-exception", "name": "riscv32-esp-elf", "supported_targets": [ + "esp32s2", + "esp32s3", "esp32c3" ], "version_cmd": [