1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/posix_sleep
2020-10-27 16:49:28 +01:00
..
tests sys: tests: rename posix_time to posix_sleep 2020-10-27 15:20:33 +01:00
main.c sys: tests: rename posix_time to posix_sleep 2020-10-27 15:20:33 +01:00
Makefile tests/posix_sleep: use periph_rtt if the board provides it 2020-10-27 15:20:34 +01:00
Makefile.ci tests/posix_sleep: exclude nucleo-l011k4, too small 2020-10-27 16:49:28 +01:00
README.md sys: tests: rename posix_time to posix_sleep 2020-10-27 15:20:33 +01:00

posix_sleep test application

This test tests POSIX' sleep() and usleep(). The test script also checks the sanity of the timings by comparing the overall run time of the test with the host's time with an expected jitter of 15%.

Usage

make flash test