mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 02:41:56 +00:00
When I2C Master writes to slave on CMD_Controller, opcode WRITE was set twice instead of 1 WRITE at the beginning of the transmission. And when Master reads from slave, on CMD_Controller, byte_num = 1 + data_lenght instead of byte_num = 1 at the beginning of the transmission. Note that is for 7 bits addresses, to 10 bit adressess is added more 1 in byte_num as can be seen in the code above this fix. Signed-off-by: Vitor Massaru Iha <vitor@massaru.org> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
i2c_atmel_sam3.c | ||
i2c_bitbang.c | ||
i2c_bitbang.h | ||
i2c_cc32xx.c | ||
i2c_dw_registers.h | ||
i2c_dw.c | ||
i2c_dw.h | ||
i2c_esp32.c | ||
i2c_gpio.c | ||
i2c_handlers.c | ||
i2c_ll_stm32_v1.c | ||
i2c_ll_stm32_v2.c | ||
i2c_ll_stm32.c | ||
i2c_ll_stm32.h | ||
i2c_mcux.c | ||
i2c_nrf5.c | ||
i2c_qmsi_ss.c | ||
i2c_qmsi.c | ||
i2c_sam_twi.c | ||
i2c_sam_twihs.c | ||
i2c_sbcon.c | ||
i2c-priv.h | ||
Kconfig | ||
Kconfig.esp32 | ||
Kconfig.gpio | ||
Kconfig.nrf5 | ||
Kconfig.sbcon |