zephyr/arch/arc/core
Wayne Ren eb2422ed76 arch: arc: enlarge the exception handling stack
after recent changes in zephyr's fault handling, e.g. use log
to repace printk, it requires more stack to exception handling, or
the stack overflow may happen and crash the system.

this commit adds a kconfig option for exception stack size with
a larger default size.

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2019-10-09 14:21:56 -04:00
..
mpu
offsets
secureshield
CMakeLists.txt
arc_connect.c arc: arc_connect: bug fix in arc_connect 2019-09-17 20:40:38 +08:00
arc_smp.c arch: arc: use _curr_cpu to replace _curr_irq_stack 2019-08-28 08:22:14 +02:00
cache.c
cpu_idle.S arc: rename k_cpu_sleep_mode 2019-09-30 15:25:55 -04:00
fast_irq.S arch: arc: fix the bug in _firq_enter 2019-09-27 11:36:17 -04:00
fatal.c kernel: remove z_fatal_print() 2019-09-12 05:17:39 -04:00
fault.c kernel: remove z_fatal_print() 2019-09-12 05:17:39 -04:00
fault_s.S arch: arc: enlarge the exception handling stack 2019-10-09 14:21:56 -04:00
irq_manage.c
irq_offload.c kernel: add arch abstraction for irq_offload() 2019-10-01 11:11:42 +02:00
isr_wrapper.S debug: tracing: Remove unneeded abstraction 2019-09-26 06:26:22 -04:00
prep_c.c
regular_irq.S arc: replace 32-bit instructions with possible 16-bit instructions 2019-09-08 12:36:02 +02:00
reset.S kernel: rename main/idle thread/stacks 2019-09-30 15:25:55 -04:00
switch.S arc: replace 32-bit instructions with possible 16-bit instructions 2019-09-08 12:36:02 +02:00
thread.c kernel: rename z_new_thread() 2019-09-30 15:25:55 -04:00
thread_entry_wrapper.S kernel: rename z_new_thread() 2019-09-30 15:25:55 -04:00
timestamp.c
userspace.S arch: arc: fix the bug in prologue of sys call handling 2019-10-01 09:22:30 -04:00
vector_table.c