zephyr/arch
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
..
arc arches: declare _SysFatalErrorHandler __weak 2017-06-08 13:49:36 -05:00
arm stack_sentinel: hang system on failure 2017-06-08 13:49:36 -05:00
common build: simplfy how extra build steps are specified 2017-05-13 14:07:09 -04:00
nios2 stack_sentinel: hang system on failure 2017-06-08 13:49:36 -05:00
riscv32 stack_sentinel: hang system on failure 2017-06-08 13:49:36 -05:00
x86 stack_sentinel: hang system on failure 2017-06-08 13:49:36 -05:00
xtensa stack_sentinel: hang system on failure 2017-06-08 13:49:36 -05:00
Kconfig spell: Kconfig help typos: /arch 2017-04-24 20:14:53 +00:00
Makefile gen_isr_tables: New static interrupt build mechanism 2017-02-11 01:27:58 +00:00