1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/qn9080dk
iosabi ef4b58f4f0 cpu/qn908x: Add timer driver based on CTIMER.
The QN908x CPU has several timer modules: one RTC (Real-Time Clock) that
can count from the 32kHz internal clock or 32.768 kHz external clock,
four CTIMER that use the APB clock and have four channels each and one
SCT timer with up to 10 channels running on the AHB clock.

This patch implements a timer driver for the CTIMER blocks only, which
is enough to make the xtimer module work. Future patches should improve
on this module to support using the RTC CNT2 32-bit free-running
counter unit and/or the SCT timer.
2020-12-04 23:18:27 +01:00
..
include cpu/qn908x: Add timer driver based on CTIMER. 2020-12-04 23:18:27 +01:00
board.c boards/qn9080dk: New board for the QN908x 2020-12-02 02:47:07 +00:00
doc.txt boards/qn9080dk: New board for the QN908x 2020-12-02 02:47:07 +00:00
Kconfig cpu/qn908x: Add timer driver based on CTIMER. 2020-12-04 23:18:27 +01:00
Makefile boards/qn9080dk: New board for the QN908x 2020-12-02 02:47:07 +00:00
Makefile.dep boards/qn9080dk: New board for the QN908x 2020-12-02 02:47:07 +00:00
Makefile.features cpu/qn908x: Add timer driver based on CTIMER. 2020-12-04 23:18:27 +01:00
Makefile.include boards/qn9080dk: New board for the QN908x 2020-12-02 02:47:07 +00:00