esp-idf/components/driver/i2c
Omar Chebib dcc7a41ad8 fix(i2c): fix issues related to timeout and alive interval tick
Fixes https://github.com/espressif/esp-idf/issues/4999

Former usage of I2C_CMD_ALIVE_INTERVAL_TICK macro overrode the ticks_to_wait
parameter when the latter was too big
2024-04-17 15:52:56 +08:00
..
include/driver feat(i2c_master): Add parameter to config I2C scl await time 2024-04-07 15:06:31 +08:00
i2c_common.c feat(i2c_slave): Add new implementation and API for I2C slave 2023-10-24 18:44:49 +08:00
i2c_master.c feat(i2c_master): Add parameter to config I2C scl await time 2024-04-07 15:06:31 +08:00
i2c_private.h feat(i2c_master): Add parameter to config I2C scl await time 2024-04-07 15:06:31 +08:00
i2c_slave.c fix(i2c_slave): Fixed the isr_flags not really parse to the intr_allocate, 2024-04-07 15:18:06 +08:00
i2c.c fix(i2c): fix issues related to timeout and alive interval tick 2024-04-17 15:52:56 +08:00
linker.lf feat(i2c): Add new API and implementation for I2C driver 2023-08-10 11:55:54 +08:00