zephyr/drivers/timer
Daniel Leung d0ad419737 timer: xtensa: restore smp_timer_init()
The smp_timer_init() was removed during timer re-write.
This results in undefined references error during compilation
when CONFIG_SMP=y. So add it back so we can compile for SMP.
The logic is updated from the previous version to the latest
in the driver.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2019-01-31 06:15:39 -05:00
..
altera_avalon_timer_hal.c
arcv2_timer0.c
CMakeLists.txt drivers: timer: Add RTC-based system timer for Atmel SAM0 series MCU 2019-01-29 17:58:05 +01:00
cortex_m_systick.c
hpet.c
Kconfig drivers: timer: Add RTC-based system timer for Atmel SAM0 series MCU 2019-01-29 17:58:05 +01:00
legacy_api.h
loapic_timer.c
native_posix_timer.c
nrf_rtc_timer.c
pulpino_timer.c
riscv_machine_timer.c
rv32m1_lptmr_timer.c
sam0_rtc_timer.c drivers: timer: Add RTC-based system timer for Atmel SAM0 series MCU 2019-01-29 17:58:05 +01:00
sys_clock_init.c
xtensa_sys_timer.c timer: xtensa: restore smp_timer_init() 2019-01-31 06:15:39 -05:00