RIOT/tests/periph_rtc
Benjamin Valentin bdc43c245c cpu/native: RTC: implement rtc_set_alarm()
Use xtimer to simulate an RTC timer.
This allows to simulate software that makes use of `rtc_set_alarm()`
on native.
2020-08-16 23:28:30 +02:00
..
2020-07-31 22:06:18 +02:00
2020-07-31 22:06:18 +02:00

Expected result

When everything works as expected, after start-up, 4 alarm messages are displayed every 2 seconds.

Background

Test for the low-level RTC driver.