esp-idf/components/ulp/ulp_riscv
Sudeep Mohanty 3ed21ca8f0 fix(ulp-risc-v): Fixed RTC I2C multi-byte read/write issue for ULP RISC-V
This commit fixes an issue where multi-byte reads and writes over the
RTC I2C peripheral got stuck on the esp32s2 and esp32s3.

Closes https://github.com/espressif/esp-idf/issues/12235
2024-06-24 17:10:49 +02:00
..
include ulp-riscv-i2c: Add ULP RISC-V I2C read/write timeout config option 2023-05-09 11:17:01 +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-risc-v): Set RTC GPIO output mode in the correct register for ULP RISC-V 2024-06-19 09:01:42 +02:00
ulp_riscv_i2c.c fix(ulp-risc-v): Fixed RTC I2C multi-byte read/write issue for ULP RISC-V 2024-06-24 17:10:49 +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