1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/ztimer_msg
2020-10-15 18:52:51 +02:00
..
tests tests: add ztimer test applications 2020-03-04 12:44:02 +01:00
main.c tests/ztimer_msg: check result of thread_create() 2020-08-11 12:12:14 +02:00
Makefile tests: add ztimer test applications 2020-03-04 12:44:02 +01:00
Makefile.ci tests: skip nucleo-l011k4 where it doesn't fit 2020-10-15 18:52:51 +02:00
README.md tests: add ztimer test applications 2020-03-04 12:44:02 +01:00

Overview

This test application is a direct translation of xtimer_msg to the ztimer API. It is meant mostly as a means to do size comparisons, thus tries to be as close as possible to the original.

One notable change is the option to choose a different ztimer clock. By default, the test will use ZTIMER_USEC, unless ZTIMER_MSEC is compiled in, which will be used in that case.