mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 23:11:57 +00:00
Intention of CONFIG_BOOT_DELAY is to delay booting of system for certain time. Currently it is only delaying start of _main thread as delay is created using k_sleep. This leads to putting _main thread into timeout queue and continue kernel boot. This is causing some of undesirable effects in some of test Automation usecase. This patch changes k_sleep to k_busy_wait which result in delay in OS boot instead of delaying start of _main. Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com> |
||
---|---|---|
.. | ||
include | ||
alert.c | ||
atomic_c.c | ||
compiler_stack_protect.c | ||
device.c | ||
errno.c | ||
idle.c | ||
init.c | ||
int_latency_bench.c | ||
Kconfig | ||
Kconfig.event_logger | ||
Kconfig.power_mgmt | ||
mailbox.c | ||
Makefile | ||
mem_domain.c | ||
mem_slab.c | ||
mempool.c | ||
msg_q.c | ||
mutex.c | ||
pipes.c | ||
poll.c | ||
pthread.c | ||
queue.c | ||
sched.c | ||
sem.c | ||
stack.c | ||
sys_clock.c | ||
system_work_q.c | ||
thread_abort.c | ||
thread.c | ||
timer.c | ||
userspace_handler.c | ||
userspace.c | ||
version.c | ||
work_q.c |