1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00
Benjamin Valentin 8126651009 cpu/lpc2387: timer: implement timer_set()
We can achieve greater accuracy for the relative timer_set()
if we don't use the generic implementation.

Use the same approach as used by atmega_common to trigger interrupts
for too small offsets.

tests/periph_timer_short_relative_set should now succeed for all intervals.
2020-08-25 09:19:27 +02:00
..
2020-08-08 12:44:11 +02:00
2020-07-07 16:27:43 +02:00
2020-08-07 17:38:38 +02:00
2020-07-16 14:44:28 +02:00
2020-07-16 10:23:49 +02:00
2020-07-16 15:35:23 +02:00
2020-07-31 22:00:09 +02:00
2020-07-16 18:09:59 +02:00
2020-07-16 21:29:46 +02:00
2020-07-16 17:01:10 +02:00
2020-08-12 12:22:39 +02:00