This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
513ce10da8
zephyr
/
tests
/
kernel
/
fatal
/
prj.conf
3 lines
30 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kconfig: generalised stack protection options Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-09-09 09:14:06 +08:00
CONFIG_HW_STACK_PROTECTION=y
tests: add fatal test case We want to show that if a non-essential thread gets a fatal exception, that thread gets aborted but the rest of the system works properly. We also test that k_oops() does the same. Issue: ZEP-2052 Change-Id: I0f88bcae865bf12bb91bb55e50e8ac9721672434 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-04-20 06:43:05 +08:00