1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_rtt
Joakim Nohlgård d3d3c1c036 tests/periph_rtt: Initialize timer target from current reading
This avoids false test failures when the RTT retains its old counter
value across reboots/resets.
2018-04-12 08:01:29 +02:00
..
main.c tests/periph_rtt: Initialize timer target from current reading 2018-04-12 08:01:29 +02:00
Makefile tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
README.md tests/periph_rtt: added test for RTT drivers 2014-08-22 00:54:10 +02:00

Expected result

When everything works as expected, you should see a hello message popping up every 10 seconds.

Background

Test for the low-level RTT driver.