zephyr/drivers/timer
Benjamin Walsh e893869435 Revert "sys_clock: start the microkernel ticker in the MICROKERNEL init level"
This reverts commit 3c66686a43.

That commit fixed announcing ticks before the microkernel was up, but
prevented devices initializing before the MICROKERNEL level from having
access to the hi-res part of the system clock, which they could not poll
anymore.

Change-Id: Ia1c55d482e63d295160942f97ebc8e8afd1e8315
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-11 17:26:06 -05:00
..
arcv2_timer0.c irq: rename irq_connect() to IRQ_CONNECT() 2016-02-05 20:25:25 -05:00
cortex_m_systick.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
cortex_m_systick_gdb.S Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
hpet.c tickless idle x86: Tickless idle support on nanokernel for x86 2016-02-11 19:10:24 +00:00
Kconfig clock: Make sure the clock is initialized prior to devices 2016-02-05 20:25:22 -05:00
loapic_timer.c tickless idle x86: Tickless idle support on nanokernel for x86 2016-02-11 19:10:24 +00:00
Makefile timers: don't build if there is no system clock in use 2016-02-05 20:25:16 -05:00
sys_clock_init.c Revert "sys_clock: start the microkernel ticker in the MICROKERNEL init level" 2016-02-11 17:26:06 -05:00