1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/qn908x/periph
iosabi 3890091ced cpu/qn908x: Add the RTC module.
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.
2020-12-06 20:49:51 +00:00
..
flexcomm.c cpu/qn908x: Add support for UART. 2020-12-03 20:53:49 +01:00
gpio_mux.c cpu/qn908x: Initial minimal support for NXP QN908x CPUs. 2020-12-02 02:47:07 +00:00
gpio.c cpu/qn908x: Fix triggering GPIO IRQ. 2020-12-06 18:07:44 +00:00
Makefile cpu/qn908x: Initial minimal support for NXP QN908x CPUs. 2020-12-02 02:47:07 +00:00
rtc.c cpu/qn908x: Add the RTC module. 2020-12-06 20:49:51 +00:00
timer.c cpu/qn908x: Add timer driver based on CTIMER. 2020-12-04 23:18:27 +01:00
uart.c cpu/qn908x: Add missing gpio & uart enum values. 2020-12-04 23:18:27 +01:00
wdt.c cpu/qn908x: Initial minimal support for NXP QN908x CPUs. 2020-12-02 02:47:07 +00:00