zephyr/kernel
Wayne Ren 56c2bc96a6 kernel: add CODE_UNREACHABLE in _StackCheckHandler
* _StackCheckHandler is FUNC_NORETURN
* if _ARCH_EXCPET is redefined for specific arch and
  has function return in some cases, e.g., interrupt or
  exception, a compiler warning will come out
* So add CODE_UNREACHABLE to guarantee it will not return

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2018-04-17 10:50:12 -07:00
..
include license: fix spdx identifier in a few files 2018-04-12 15:19:51 -04:00
alert.c
atomic_c.c
CMakeLists.txt lib: posix: Move posix layer from 'kernel' to 'lib' 2018-04-05 16:43:05 -04:00
compiler_stack_protect.c kernel: add CODE_UNREACHABLE in _StackCheckHandler 2018-04-17 10:50:12 -07:00
device.c
errno.c
idle.c
init.c build: use git version and hash for boot banner 2018-04-10 10:57:50 -04:00
int_latency_bench.c
Kconfig kernel: Disable build timestamps by default for reproducibility 2018-04-09 18:52:55 -04:00
Kconfig.event_logger
Kconfig.power_mgmt
mailbox.c
mem_domain.c
mem_slab.c
mempool.c kernel: mempool: Always check for overflow in k_calloc() 2018-04-12 14:27:24 -07:00
msg_q.c
mutex.c kernel: mutex: Copy assertions to assertions to syscall handler 2018-04-06 11:52:32 -07:00
pipes.c
poll.c
queue.c
sched.c
sem.c
smp.c
stack.c
sys_clock.c
system_work_q.c
thread_abort.c
thread.c kernel: Fix building of k_thread_create 2018-04-10 22:26:01 -04:00
timer.c
userspace_handler.c
userspace.c
version.c
work_q.c