1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/xtimer_hang
Martine Lenders ba2453d320
Merge pull request #8247 from aabadie/pr/tests/python_E305
tests: fix python style E305
2017-12-13 10:52:57 +01:00
..
tests Merge pull request #8247 from aabadie/pr/tests/python_E305 2017-12-13 10:52:57 +01:00
main.c tests, xtimer_hang: fix 32Bit timers, 16MHz 2017-10-05 11:24:46 +02:00
Makefile tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
README.md tests, xtimer_hang: fix 32Bit timers, 16MHz 2017-10-05 11:24:46 +02:00

xTimer hang test

This is a runtime test for the RIOT xtimer implementation it prints text Testing... (<percentage>) (approximately) every TEST_INTERVAL_MS ms (milliseconds) for an overall test duration of TEST_TIME_S seconds.

The test will print [SUCCESS] on completion, if it stops or hangs before, the test has failed.

Please note (again), this is a runtime test to check if xtimer runs into a deadlock, it is not about clock stability nor accuracy of timing intervals.