esp-idf/components/ulp/ulp_riscv
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
..
include ulp-riscv-i2c: Add ULP RISC-V I2C read/write timeout config option 2023-05-09 15:07:50 +02:00
shared/include ulp-riscv: added lock API to provide mutual exclusion when sharing variables between the main CPU and the ULP. 2022-08-05 18:16:31 +08:00
ulp_core fix(ulp_riscv): Fixed the header inclusion dependency for ulp_riscv_register_ops.h 2024-09-11 11:25:31 +02:00
ulp_riscv_i2c.c fix(lp-i2c): Fixed the generation of spurious I2C start with lp-i2c 2024-07-12 17:29:35 +02:00
ulp_riscv_lock.c ulp-riscv: added lock API to provide mutual exclusion when sharing variables between the main CPU and the ULP. 2022-08-05 18:16:31 +08:00
ulp_riscv.c ulp: Added APIs to handle ULP signal ISRs for the main CPU 2023-02-24 07:25:39 +00:00