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 rtc_clk: Clean up some clock related enum and macro in soc/rtc.h, replace with new ones in 2022-05-24 22:59:41 +08:00
ulp_fsm ulp: remove ESP32 ULP TSENS references 2022-07-05 17:37:13 +08:00
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
component_ulp_common.cmake ulp: use quotes when specifying files for embedding ulp binaries 2020-02-18 00:12:56 +00:00
esp32ulp_mapgen.py Drop support for unsupported Python versions 2021-06-21 21:48:49 +02:00
Kconfig ulp: refactor ulp component 2022-01-27 11:54:42 +05:30
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 soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
sdkconfig.rename.esp32s2 soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
toolchain_ulp_version.mk Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00