nuttx/arch/arm
Max Kriegleder a9ecff5f1c arch/arm/{nrf52|nrf53|nrf91}/i2c: fix I2C bus getting stuck during read
During I2C read, one-too-many byte is read, which can lead to the I2C bus
getting stuck. This is likely due to the STOP condition being set at the
wrong time or being missed completely. The chip offers a shortcut, such
that the STOP condition is set automatically after the last byte is being
written/read.

Signed-off-by: Max Kriegleder <max.kriegleder@gmail.com>
2025-11-24 14:57:10 +01:00
..
include arch/arm: Simplify ARM generic timer drivers. 2025-11-17 10:25:37 +08:00
src arch/arm/{nrf52|nrf53|nrf91}/i2c: fix I2C bus getting stuck during read 2025-11-24 14:57:10 +01:00
CMakeLists.txt
Kconfig arch/arm: Add clkdev driver for generic timer. 2025-11-24 19:43:07 +08:00