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
5bb0169d02
zephyr
/
tests
/
legacy
/
kernel
/
test_static_idt
/
nanokernel
/
prj.conf
3 lines
48 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: disable exception debug for test_static_idt This test fails with exception debug enabled. Make sanity pass again while we debug this issue. Change-Id: I0df279d2ec2f8fb29c30d25ec0d05da18e929964 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-10-14 07:28:09 +08:00
CONFIG_EXCEPTION_DEBUG=n
kernel: add LEGACY_KERNEL option Add global option for legacy configurations and enable by default for backward compatibility. Disable option on tests and keep it on legacy samples and tests. Jira: ZEP-964 Change-Id: I0831e2aa74d438b1ac74eb762186cb220a504beb Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-01-07 21:43:32 +08:00
CONFIG_LEGACY_KERNEL=y