zephyr/tests/drivers/timer/nrf_rtc_timer
Andrzej Głąbek 8e8644ba6a tests: drivers: nrf_rtc_timer: Add a test case to check rescheduling
Add a test case that schedules an alarm and then, after a delay that
is changed in every iteration, tries to reschedule it to one cycle
later.
This reveals a problem in the current nrf_rtc_timer implementation
that in certain conditions a scheduled timeout may be missed and
its expiration is handled 512 seconds later (when the system timer
overflows).

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2023-02-14 08:28:28 +01:00
..
boards
src tests: drivers: nrf_rtc_timer: Add a test case to check rescheduling 2023-02-14 08:28:28 +01:00
CMakeLists.txt
prj.conf tests: drivers: timer: move the nrf rtc test to new ztest API 2022-08-26 21:33:49 -04:00
testcase.yaml tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00