mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 13:41:58 +00:00
Fixes the type of global variable _sys_idle_elapsed_ticks such that both its nanokernel and microkernel definitions are of the same type--int32_t. One of the repercussions of this is that code related to the routine _nano_sys_clock_tick_announce() does not need the application of typecasting. Change-Id: I3d7374cd1a32aea7e4651726febde74ebe4ac8ac Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> |
||
---|---|---|
.. | ||
include | ||
k_command_packet.c | ||
k_event.c | ||
k_fifo.c | ||
k_idle.c | ||
k_init.c | ||
k_irq.c | ||
k_mailbox.c | ||
k_memory_map.c | ||
k_memory_pool.c | ||
k_move_data.c | ||
k_mutex.c | ||
k_nop.c | ||
k_offload.c | ||
k_pipe_buffer.c | ||
k_pipe_get.c | ||
k_pipe_put.c | ||
k_pipe_util.c | ||
k_pipe_xfer.c | ||
k_pipe.c | ||
k_semaphore.c | ||
k_server.c | ||
k_task_monitor.c | ||
k_task.c | ||
k_ticker.c | ||
k_timer.c | ||
Kconfig | ||
Makefile |