tools: install riscv32-esp-elf for ESP32-S2 as well

riscv32-esp-elf-gcc is used for RISC-V ULP programming.
This commit is contained in:
Ivan Grokhotkov
2021-07-25 23:09:28 +02:00
parent c69f0ec329
commit 8940f0ff2c

View File

@@ -191,6 +191,8 @@
"license": "GPL-3.0-with-GCC-exception", "license": "GPL-3.0-with-GCC-exception",
"name": "riscv32-esp-elf", "name": "riscv32-esp-elf",
"supported_targets": [ "supported_targets": [
"esp32s2",
"esp32s3",
"esp32c3" "esp32c3"
], ],
"version_cmd": [ "version_cmd": [