esp-idf/docs/en/api-guides/tools/idf-tools-notes.inc
Ivan Grokhotkov de798541dc tools: use riscv32-esp-elf toolchain for ESP32-S2 RISC-V ULP
riscv32-esp-elf toolchain (used for ESP32-C3) can also be used for
ESP32-S2 RISC-V ULP coprocessor.

This removes the riscv-none-embed-gcc toolchain which was originally
used for the ULP, and updates the docs and CMake files to use
riscv32-esp-elf.

Some flags are cleaned up and workarounds removed from CMake toolchain
file.
2020-12-29 19:19:18 +00:00

61 lines
936 B
PHP

.. This file gets included from auto-generated part of idf-tools.rst.
.. Comments "tool-NAME-notes" act as delimiters.
.. tool-xtensa-esp32-elf-notes
---
.. tool-xtensa-esp32s2-elf-notes
---
.. tool-xtensa-esp32s3-elf-notes
---
.. tool-esp32ulp-elf-notes
---
.. tool-esp32s2ulp-elf-notes
---
.. tool-openocd-esp32-notes
---
.. tool-cmake-notes
On Linux and macOS, it is recommended to install CMake using the OS-specific package manager (like apt, yum, brew, etc.). However, for convenience it is possible to install CMake using idf_tools.py along with the other tools.
---
.. tool-ninja-notes
On Linux and macOS, it is recommended to install ninja using the OS-specific package manager (like apt, yum, brew, etc.). However, for convenience it is possible to install ninja using idf_tools.py along with the other tools.
---
.. tool-idf-exe-notes
---
.. tool-ccache-notes
---
.. tool-dfu-util-notes
---