1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/sys/ztimer_underflow
Hugues Larrive 3c465836f2 examples and tests: add atmega8 to relevent Makefile.ci
using dist/tools/insufficient_memory/add_insufficient_memory_board.sh
2023-07-11 21:22:02 +02:00
..
tests
app.config.msec.test
app.config.test
main.c
Makefile
Makefile.ci examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
README.md

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.