esp-idf/components/ulp/ulp_riscv
Marius Vikhammer cb3a98f9d5 fix(ulp-i2c): fixed ulp i2c not working from main cpu if compiled with 0S or O2
Compiler would optimize register write to use s8i which do not work for IO registers

Closes https://github.com/espressif/esp-idf/issues/12214
2023-09-13 09:41:00 +08: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_riscv): Fixed the header inclusion dependency for ulp_riscv_register_ops.h 2023-08-28 17:39:48 +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
ulp_riscv_i2c.c fix(ulp-i2c): fixed ulp i2c not working from main cpu if compiled with 0S or O2 2023-09-13 09:41:00 +08: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