1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/rtt_rtc
Benjamin Valentin dcebc7d480 drivers/rtt_rtc: implement rtc_get_time_ms()
RTC on RTT usually runs at a frequency greater than 1 Hz, so sub-second
precision is available.
Add a function to get the current RTC timestamp together with it's sub-second
component.
2021-05-03 00:09:18 +02:00
..
Kconfig drivers/rtt_rtc: add module to Kconfig 2021-01-14 10:00:44 +01:00
Makefile rtt_rtc: add RTT based RTC implementation 2020-03-19 15:25:14 +01:00
Makefile.dep drivers: configure per driver dependency resolution 2020-07-20 14:32:16 +02:00
Makefile.features drivers/rtt_rtc: implement rtc_get_time_ms() 2021-05-03 00:09:18 +02:00
rtt_rtc.c drivers/rtt_rtc: implement rtc_get_time_ms() 2021-05-03 00:09:18 +02:00