1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_rtt
Marian Buschsieweke c6e50adc6a
tests/periph_rtt: increase test coverage
Previously, the test didn't cover `rtt_set_counter()` and
`rtt_get_alarm`. This fixes the issue.
2021-03-08 14:16:46 +01:00
..
tests tests/periph_rtt: increase test coverage 2021-03-08 14:16:46 +01:00
app.config.test tests: add common Kconfig configuration for sync 2021-01-20 17:36:14 +01:00
Kconfig tests/periph_rtt: increase test coverage 2021-03-08 14:16:46 +01:00
main.c tests/periph_rtt: increase test coverage 2021-03-08 14:16:46 +01:00
Makefile tests/periph_rtt: increase test coverage 2021-03-08 14:16:46 +01:00
README.md tests/periph_rtt: use a 5s delay between each hello 2019-01-31 10:46:56 +01:00

Expected result

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

Background

Test for the low-level RTT driver.