esp-idf/components/ulp
Sudeep Mohanty 3088bebc23 fix(ulp_riscv): Fixed the header inclusion dependency for ulp_riscv_register_ops.h
There are redefinition compilation warnings for the register operation
macros when a ULP program was compiled which included soc.h before
ulp_riscv_register_ops.h. This commit fixes the issues by delegating the
exclusion macro to the CMakeLists.txt file.

Closes: https://github.com/espressif/esp-idf/issues/12116
Closes: https://github.com/espressif/esp-idf/issues/14438
2024-09-11 11:25:31 +02:00
..
cmake fix(ulp_riscv): Fixed the header inclusion dependency for ulp_riscv_register_ops.h 2024-09-11 11:25:31 +02:00
ld ulp: add support for using lp timer with lp core on C6 2023-05-10 09:39:24 +08:00
lp_core fix(lp-i2c): Fixed the generation of spurious I2C start with lp-i2c 2024-07-12 17:29:35 +02:00
test_apps change(ulp): added test for ulp adc init/deinit 2024-03-12 10:52:06 +08:00
ulp_common change(ulp): added test for ulp adc init/deinit 2024-03-12 10:52:06 +08:00
ulp_fsm fix ULP FSM reg ops with addr > 0xFF 2023-06-15 14:00:45 +02:00
ulp_riscv fix(ulp_riscv): Fixed the header inclusion dependency for ulp_riscv_register_ops.h 2024-09-11 11:25:31 +02:00
.build-test-rules.yml ulp: added sleep support for lp core 2023-04-27 09:51:41 +08:00
CMakeLists.txt lp-i2c: Added support for LP I2C peripheral to LP core 2023-05-19 07:33:01 +02:00
component_ulp_common.cmake ulp: added basic support for building and running a binary in the lp core 2023-03-09 10:12:23 +08:00
esp32ulp_mapgen.py ulp: esp32ulp_mapgen: remove the special case for RISC-V, cleanup 2022-08-30 02:34:28 +02:00
Kconfig Merge branch 'feature/c6_ulp_timer_v5.1' into 'release/v5.1' 2023-05-16 09:19:56 +08:00
project_include.cmake ulp: added basic support for building and running a binary in the lp core 2023-03-09 10:12:23 +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