esp-idf/components/ulp/cmake
Fu Hanxi f04a0cc526 fix: bypass Manually-specified variables were not used by the project warning
the variable "IDF_TARGET" is only used under a if clause
"if(ULP_C0CPU_IS_RISCV)". while building a non-riscv target,
there will be a cmake warning:

CMake Warning:
  Manually-specified variables were not used by the project:

    IDF_TARGET
2022-07-14 08:26:01 +08:00
..
CMakeLists.txt fix: bypass Manually-specified variables were not used by the project warning 2022-07-14 08:26:01 +08:00
toolchain-esp32-ulp.cmake A switch between esp32 and esp32s2betta added to the ULP build process. 2019-11-22 09:03:13 +03:00
toolchain-esp32s2-ulp.cmake Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
toolchain-esp32s3-ulp.cmake ulp: Added support for ULP FSM on esp32s3 and fixed bugs for esp32s2 2022-02-22 12:25:57 +05:30
toolchain-ulp-riscv.cmake ulp: Added ULP RISC-V support for esp32s3 2022-01-18 10:58:00 +05:30