mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 08:41:56 +00:00
Do not include timeout_q.h when !SYS_CLOCK_EXIST, this allows removing _unpend_thread_timing_out() in that case. Have _abort_thread_timeout() return 0 (success) when !SYS_CLOCK_EXIST. With this change, the minimal footprint nanokernel project compiles for the unified kernel. Change-Id: Ifbf9167a82fb3ebcf6941bf3f85c105c23c9060c Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com> |
||
---|---|---|
.. | ||
include | ||
legacy | ||
atomic_c.c | ||
compiler_stack_protect.c | ||
device.c | ||
errno.c | ||
event_logger.c | ||
event.c | ||
fifo.c | ||
idle.c | ||
init.c | ||
int_latency_bench.c | ||
Kconfig | ||
kernel_event_logger.c | ||
lifo.c | ||
mailbox.c | ||
Makefile | ||
mem_map.c | ||
mem_pool.c | ||
msg_q.c | ||
mutex.c | ||
offload.c | ||
pipes.c | ||
ring_buffer.c | ||
sched.c | ||
sem.c | ||
stack.c | ||
sys_clock.c | ||
thread_abort.c | ||
thread.c | ||
timer.c | ||
version.c | ||
work_q.c |