zephyr/kernel
Mazen NEIFER 5718676aad Xtensa port: Increased idle thread stack size to avoid stack overflow.
Xtensa port uses more stack than others. This was discussed with the team and
we agreed that this can be accepted for the first beta.
We will investigate this later to see how to avoid allocating coproc registers
for the system threads in order to reduce the stack overhead. However this
will not be before the port is considered stable.

Change-Id: Icd5b2b0ab68d0906b5408f35f081b100acabc010
Signed-off-by: Mazen NEIFER <mazen@nestwave.com>
2017-02-13 08:04:27 -08:00
..
configs
include kernel: Use SYS_DLIST_FOR_EACH_CONTAINER 2017-02-10 16:16:14 +00:00
alert.c
atomic_c.c
compiler_stack_protect.c
device.c
errno.c
fifo.c kernel/poll: add missing poll_event runtime init 2017-02-03 13:54:00 +00:00
idle.c
init.c kernel: init: use C implementation for STACK_CANARY_INIT 2017-02-07 22:18:21 +00:00
int_latency_bench.c
Kconfig Xtensa port: Increased idle thread stack size to avoid stack overflow. 2017-02-13 08:04:27 -08:00
Kconfig.event_logger
Kconfig.power_mgmt kernel: Remove redundant TICKLESS_IDLE_SUPPORTED option 2017-02-08 13:02:34 +00:00
legacy_offload.c
legacy_timer.c
lifo.c
mailbox.c
Makefile
mem_pool.c
mem_slab.c
msg_q.c
mutex.c
pipes.c
poll.c kernel/poll: fix signal.signaled not being set when k_poll() waits 2017-02-09 23:54:27 +00:00
sched.c
sem.c kernel/poll: add missing poll_event runtime init 2017-02-03 13:54:00 +00:00
stack.c
sys_clock.c
system_work_q.c
thread_abort.c
thread.c
timer.c kernel: k_timer_stop: remove assert when called from an ISR 2017-02-04 19:25:11 +00:00
version.c
work_q.c