mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
3890091ced
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. |
||
---|---|---|
.. | ||
include | ||
ldscripts | ||
periph | ||
vendor | ||
cpu.c | ||
doc.txt | ||
isr_qn908x.c | ||
Kconfig | ||
Kconfig.clk | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
system.c | ||
vectors.c |