esp-idf/components/ulp
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
..
cmake fix: bypass Manually-specified variables were not used by the project warning 2022-07-14 08:26:01 +08:00
ld ulp-riscv: add support for using ADC as well as an example show-casing it. 2022-07-11 09:31:22 +08:00
test Merge branch 'bugfix/remove_ulp_tsens' into 'master' 2022-07-11 16:31:43 +08:00
ulp_common
ulp_fsm
ulp_riscv ulp-riscv: add support for using ADC as well as an example show-casing it. 2022-07-11 09:31:22 +08:00
CMakeLists.txt ulp-riscv: add support for using ADC as well as an example show-casing it. 2022-07-11 09:31:22 +08:00
Kconfig
component_ulp_common.cmake
esp32ulp_mapgen.py
project_include.cmake ulp-riscv: add support for using ADC as well as an example show-casing it. 2022-07-11 09:31:22 +08:00
sdkconfig.rename.esp32
sdkconfig.rename.esp32s2
toolchain_ulp_version.mk