zephyr/drivers/timer
Andy Ross bf531ac4fc drivers/timer: Add default z_clock_set_timeout() fallback
Useful for tick-only drivers like Pulpino that don't support this.
Ideally we'd have a header-level interface definition for individual
timer drivers to eliminate the noop function call, but this is clean
for now (even the Pulpino hardware looks like it should support
timeouts just fine, so effort would be better spent there than on a
clean "ticked" interface).

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-10-16 15:03:10 -04:00
..
altera_avalon_timer_hal.c include/system_timer.h: Timer API cleanup 2018-10-16 15:03:10 -04:00
arcv2_timer0.c include/system_timer.h: Timer API cleanup 2018-10-16 15:03:10 -04:00
CMakeLists.txt
cortex_m_systick.c include/system_timer.h: Timer API cleanup 2018-10-16 15:03:10 -04:00
hpet.c include/system_timer.h: Timer API cleanup 2018-10-16 15:03:10 -04:00
Kconfig drivers: timer nRF: simplify kconfig depend 2018-10-15 09:36:37 -04:00
legacy_api.h timer: Clean up hairy tickless APIs 2018-10-16 15:03:10 -04:00
loapic_timer.c include/system_timer.h: Timer API cleanup 2018-10-16 15:03:10 -04:00
native_posix_timer.c include/system_timer.h: Timer API cleanup 2018-10-16 15:03:10 -04:00
nrf_rtc_timer.c include/system_timer.h: Timer API cleanup 2018-10-16 15:03:10 -04:00
pulpino_timer.c include/system_timer.h: Timer API cleanup 2018-10-16 15:03:10 -04:00
riscv_machine_timer.c include/system_timer.h: Timer API cleanup 2018-10-16 15:03:10 -04:00
sys_clock_init.c drivers/timer: Add default z_clock_set_timeout() fallback 2018-10-16 15:03:10 -04:00
xtensa_sys_timer.c include/system_timer.h: Timer API cleanup 2018-10-16 15:03:10 -04:00