1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/efm32
Benjamin Valentin d47a880915 cpu: add periph_rtt_overflow feature
The RTT overflow callback is not available on all RTT implementations.
This means it is either a no-op or `rtt_set_overflow_cb()` is a no-op
or it will overwrite the alarm set with `rtt_set_alarm()`.

This adds a feature to indicate that proper overflow reporting is available.
2021-04-30 11:58:00 +02:00
..
drivers cpu/efm32: add coretemp driver 2020-11-18 12:28:45 +01:00
families cpu/efm32: add support for efm32hg family 2021-01-06 23:44:53 +01:00
include cpu/efm32: define rtt attributes 2021-04-20 11:12:45 +02:00
periph cpu/efm32: add RTT_FREQUENCY support to efm32 2021-04-20 11:12:45 +02:00
cpu.c cpu/efm32: DCDC is available on Series 2 as well 2020-07-08 21:54:57 +02:00
doc.txt cpu/efm32: add support for efm32hg family 2021-01-06 23:44:53 +01:00
efm32-features.mk cpu/efm32: remove exports 2020-02-11 22:46:53 +01:00
efm32-info.mk cpu/efm32/efm32-info: use efm32-info instead of cpus.txt 2020-02-12 12:55:59 +01:00
Kconfig cpu: add periph_rtt_overflow feature 2021-04-30 11:58:00 +02:00
Makefile cpu/efm32: add support for efm32hg family 2021-01-06 23:44:53 +01:00
Makefile.default cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.dep cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.features cpu: add periph_rtt_overflow feature 2021-04-30 11:58:00 +02:00
Makefile.include cpu/efm32: add coretemp driver 2020-11-18 12:28:45 +01:00