mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feature/add_h2_target_to_tools' into 'master'
tools: add RISC-V toolchain for esp32h2 and esp32c2 targets See merge request espressif/esp-idf!17596
This commit is contained in:
commit
b30846ff9e
@ -268,7 +268,9 @@
|
||||
"supported_targets": [
|
||||
"esp32s2",
|
||||
"esp32s3",
|
||||
"esp32c3"
|
||||
"esp32c3",
|
||||
"esp32h2",
|
||||
"esp32c2"
|
||||
],
|
||||
"version_cmd": [
|
||||
"riscv32-esp-elf-gcc",
|
||||
|
Loading…
Reference in New Issue
Block a user