mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 20:52:25 +00:00
Replaces microkernel global variable _k_sys_clock_tick_count with the global variable _sys_clock_tick_count. This allows both the microkernel and the nanokernel to use the same variable to track system clock ticks instead of using two different ones. Change-Id: Ia4eebf022f59d130ad1882e0e550016527543a45 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> |
||
---|---|---|
.. | ||
include | ||
compiler_stack_protect.c | ||
device.c | ||
event_logger.c | ||
idle.c | ||
int_latency_bench.c | ||
Kconfig | ||
kernel_event_logger.c | ||
Makefile | ||
nano_context.c | ||
nano_fiber.c | ||
nano_fifo.c | ||
nano_init.c | ||
nano_lifo.c | ||
nano_sema.c | ||
nano_sleep.c | ||
nano_stack.c | ||
nano_sys_clock.c | ||
nano_timer.c | ||
ring_buffer.c | ||
version.c |