zephyr/drivers/timer
Andrew Boie 42cfd4ff26 kernel: expose k_busy_wait() to user mode
If we just had the kernel's implementation, we could
just move this to lib/, but possible arch-specific
implementations dictate that we just make this a
syscall.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-11-15 16:20:36 -05:00
..
CMakeLists.txt
Kconfig drivers/timer: New xtensa timer with tickless support 2018-11-13 17:10:07 -05:00
altera_avalon_timer_hal.c
arcv2_timer0.c
cortex_m_systick.c drivers/timer: New ARM SysTick driver 2018-11-13 17:10:07 -05:00
hpet.c drivers/timer/hpet: Completely new, simplified, tickless-capable driver 2018-11-13 17:10:07 -05:00
legacy_api.h
loapic_timer.c
native_posix_timer.c kernel: expose k_busy_wait() to user mode 2018-11-15 16:20:36 -05:00
nrf_rtc_timer.c drivers/timer: Reworked NRF driver with tickless support 2018-11-13 17:10:07 -05:00
pulpino_timer.c
riscv_machine_timer.c drivers/timer: New, tickless-capable RISC-V machine timer driver 2018-11-13 17:10:07 -05:00
sys_clock_init.c drivers/timer: Add more default stubs 2018-11-13 17:10:07 -05:00
xtensa_sys_timer.c drivers/timer/xtensa_sys_timer: Add hook for old-style interrupt handling 2018-11-14 19:08:27 -05:00