1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/xtimer_now32_overflow
2021-01-20 17:36:14 +01:00
..
tests tests/xtimer_now32_overflow: simplify 2020-04-16 15:28:07 +02:00
app.config.test tests: add common Kconfig configuration for sync 2021-01-20 17:36:14 +01:00
main.c tests/xtimer_now32_overflow: fix active timers going out of scope 2020-06-09 21:21:45 +02:00
Makefile tests/xtimer_now32_overflow: simplify 2020-04-16 15:28:07 +02:00
README.md tests/xtimer: add regression test for long_start_time update bug 2020-04-10 12:42:24 +02:00

Description

This is a regression test for when xtimer_now64() becomes greater than UINT32_MAX and the internal state machine fails to update the timers state correctly.