1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/posix_sleep
Francisco Molina bafcaecca8
tests/posix_sleep: dont use periph_rtt for efm32 and kinetis
These CPU families have a non configurable RTT of 1Hz, not enough for
ztimer_msec to run on periph_rtt.
2021-01-19 13:37:06 +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: dont use periph_rtt for efm32 and kinetis 2021-01-19 13:37:06 +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