1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00
Marian Buschsieweke 25b8d65f68
sys/ztimer: make use of periph_timer_query_freqs
This makes use of the `periph_timer_query_freqs` feature:

1. It does choose the closest frequency supported before calling
   timer_init() in the ztimer_periph_timer backend.
2. It does make use of the actually chosen frequency when using
   `ztimer_convert_frac`.
3. It does `assert()` the frequency is within 5% of the specified when
   no frequency conversion is performed or `ztimer_convert_shift_up`
   is used.
2025-04-15 15:10:07 +02:00
..
2025-04-04 11:44:53 +02:00
2025-04-02 18:57:26 +02:00
2025-04-04 11:44:53 +02:00
2025-04-08 20:17:04 -04:00
2025-03-20 01:52:58 +01:00
2025-04-10 13:37:13 +02:00
2025-04-10 13:37:13 +02:00
2025-04-04 11:44:53 +02:00
2024-11-21 19:14:16 +01:00
2025-01-29 20:51:23 +01:00
2023-08-31 14:38:49 +02:00
2025-04-09 13:10:06 +02:00