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
pull/8755/head
Roland Dobai 2022-03-28 18:35:46 +08:00
commit b30846ff9e
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -268,7 +268,9 @@
"supported_targets": [
"esp32s2",
"esp32s3",
"esp32c3"
"esp32c3",
"esp32h2",
"esp32c2"
],
"version_cmd": [
"riscv32-esp-elf-gcc",