zephyr/tests/boards/nrf/qdec
Krzysztof Chruściński 6e653a96f7 tests: boards: nrf: qdec: Fix failing drivers.sensor.qdec.pm_runtime
Test was failing because after re-enabling QDEC there is an interrupt
REPORTRDY coming after some time. Test had k_msleep(100) added to
accomodate for that but it was added after sensor_sample_fetch and
should be added before so that sample with data from REPORTRDY event
is fetched so that next read is empty as expected.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-10-22 08:21:19 -04:00
..
boards boards: nordic: nrf54l15dk: Fix references to pdk 2024-10-21 01:46:39 +01:00
src tests: boards: nrf: qdec: Fix failing drivers.sensor.qdec.pm_runtime 2024-10-22 08:21:19 -04:00
CMakeLists.txt
prj.conf
testcase.yaml tests: boards: nrf: qdec: Add device runtime PM configuration 2024-10-15 19:06:01 +01:00