esp-idf/components/ulp/cmake
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
..
CMakeLists.txt
toolchain-esp32-ulp.cmake
toolchain-esp32s2-ulp-riscv.cmake tools: use riscv32-esp-elf toolchain for ESP32-S2 RISC-V ULP 2020-12-29 19:19:18 +00:00
toolchain-esp32s2-ulp.cmake