1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/ztimer_msg
Francisco 9d1d2f9e21
Merge pull request #16172 from kfessel/p-zimer-sec
sys/ztimer: add ZTIMER_SEC, improve auto_init
2021-04-02 08:32:38 +02:00
..
tests tests: add ztimer test applications 2020-03-04 12:44:02 +01:00
app.config.test sys/ztimer/kconfig: add defaults for backends 2021-03-04 10:48:27 +01:00
main.c tests/ztimer_msg: Allow testing ZTIMER_SEC 2021-04-01 15:31:40 +02:00
Makefile tests/ztimer_msg: Allow testing ZTIMER_SEC 2021-04-01 15:31:40 +02:00
Makefile.ci boards: introduce atmega328p-xplained-mini 2021-03-27 14:10:19 -03: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.