mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
parent
c69f0ec329
commit
8940f0ff2c
@ -191,6 +191,8 @@
|
||||
"license": "GPL-3.0-with-GCC-exception",
|
||||
"name": "riscv32-esp-elf",
|
||||
"supported_targets": [
|
||||
"esp32s2",
|
||||
"esp32s3",
|
||||
"esp32c3"
|
||||
],
|
||||
"version_cmd": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user