1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/ztimer
Francisco Molina 5e47fc7e22 cpu: do not auto-select ztimer_periph_rtt for sam0, fe310
The sam0 rtt busy loops for 180us every time an alarm is set or
the counter is read, this propagates and leads to timing errors
on ztimer_msec that are higher than > +-1msec.

The same goes for fe310.
2021-12-14 18:43:53 +01:00
..
convert_frac.c sys/ztimer: convert clock do not require pm 2021-06-21 13:56:03 +02:00
convert_muldiv64.c sys/ztimer: uncrustify 2020-05-11 16:43:50 +02:00
convert_shift.c sys/ztimer: add missing inttypes.h includes 2020-11-26 13:43:13 +01:00
convert.c sys/ztimer: convert clock do not require pm 2021-06-21 13:56:03 +02:00
core.c sys/ztimer: ztimer_set return the now value 2021-12-13 11:21:23 +01:00
init.c sys/ztimer: remove double ztimer indirection 2021-11-25 11:26:34 +01:00
Kconfig Merge pull request #17307 from leandrolanzieri/pr/sys/ztimer/kconfig/fix_compat_deps 2021-12-02 14:52:30 +01:00
Makefile sys/ztimer: add ztimer_periodic 2020-09-29 23:04:39 +02:00
Makefile.dep cpu: do not auto-select ztimer_periph_rtt for sam0, fe310 2021-12-14 18:43:53 +01:00
Makefile.include sys/ztimer: add ztimer_periph_rtt module conflict warning 2021-12-02 07:54:38 +01:00
mock.c sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
overhead.c sys/ztimer: make ztimer_overhead() return signed value (int32_t) 2020-03-10 12:23:33 +01:00
periodic.c sys/ztimer/periodic: always set timer->last, no ztimer_now on last call 2021-12-07 19:42:45 +01:00
periph_ptp.c sys/ztimer: add periph_ptp backend 2021-03-28 15:50:19 +02:00
periph_rtc.c ztimer/periph_rtc: intialize struct tm to avoid TZ and IDST problems 2021-04-01 18:19:15 +02:00
periph_rtt.c sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
periph_timer.c sys/ztimer: add ZTIMER_PERIPH_TIMER_OFFSET 2021-12-07 11:06:07 +01:00
util.c ztimer: apply uncrustify patches 2021-02-02 22:21:15 +01:00
xtimer2ztimer.cocci sys/ztimer/xtimer2ztimer.cocci: extend and fix api replacements 2021-11-18 18:27:23 +01:00