zephyr/arch/riscv32/core
Andrew Boie e3550a29ff stack_sentinel: hang system on failure
Stack sentinel doesn't prevent corruption, it just notices when
it happens. Any memory could be in a bad state and it's more
appropriate to take the entire system down rather than just kill
the thread.

Fatal testcase will still work since it installs its own
_SysFatalErrorHandler.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-06-08 13:49:36 -05:00
..
offsets
Makefile riscv32: enable gen_isr_tables mechanism 2017-02-15 04:49:17 +00:00
cpu_idle.c kernel: remove all remaining references to nanokernel 2017-04-10 20:21:10 +00:00
fatal.c stack_sentinel: hang system on failure 2017-06-08 13:49:36 -05:00
irq_manage.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
irq_offload.c
isr.S stack_sentinel: change cooperative check 2017-06-08 13:49:36 -05:00
prep_c.c riscv32: fixed build warnings for obj_tracing 2017-03-06 21:57:53 +01:00
reset.S
swap.S kernel: tickless: Rename _Swap to allow creation of macro 2017-04-27 13:46:26 +00:00
thread.c kernel: add k_thread_create() API 2017-05-11 20:24:22 -04:00