mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
This patch implements the real time clock module for the QN908X cpus. This module is very straightforward with only the one notable drawback that it doesn't have a match register like the CTIMER block to implement the alarm function. Instead, this driver can only use the interrupt generated ever 1 second to implement the alarm match comparison in software.