1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/ztimer_underflow
2022-04-01 13:42:01 +02:00
..
tests tests/ztimer_underflow: initial commit 2020-06-23 11:57:28 +02:00
app.config.msec.test tests/{x,z}timer: add Kconfig configuration files 2021-01-19 09:31:05 +01:00
app.config.test sys/ztimer/kconfig: change entry point 2021-11-09 15:32:34 +01:00
main.c tests/ztimer_underflow: initial commit 2020-06-23 11:57:28 +02:00
Makefile tests/*: CI blacklist microbit where it fails 2022-04-01 13:42:01 +02:00
Makefile.ci boards: introduce atmega328p-xplained-mini 2021-03-27 14:10:19 -03:00
README.md tests/ztimer_underflow: initial commit 2020-06-23 11:57:28 +02:00

Introduction

This test application underflows ztimer clocks by setting a time offset of zero. The tests succeeds if the board running the test does not get stuck.

ZTIMER_USEC

Set the environment variable TEST_ZTIMER_CLOCK=ZTIMER_USEC. If the test gets stuck, increase CONFIG_ZTIMER_USEC_MIN.

ZTIMER_MSEC

Set the environment variable TEST_ZTIMER_CLOCK=ZTIMER_MSEC. If the test gets stuck, increase RTT_MIN_OFFSET.