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
b584e2c6d0
zephyr
/
tests
/
arch
/
arm
/
arm_runtime_nmi
/
prj.conf
3 lines
36 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests/kernel: verify RUNTIME_NMI at runtime This patch introduces a test that verifies the behavior of CONFIG_RUNTIME_NMI at runtime. The test is meant to be only for ARM Cortex-M targets. Change-Id: I805a88e67fe47d396ac9e29e1275e5452a4b8a36 Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
2016-12-01 04:53:50 +08:00
CONFIG_RUNTIME_NMI=y
tests: arm_runtime_nmi: convert to ztest - file does not use ztest asserts - separated the main file into two files: - main.c, which has ztest entry - arm_runtime_nmi.c, which has the original routine JIRA: ZEP-2382 Signed-off-by: Niranjhana N <niranjhana.n@intel.com>
2017-08-03 14:04:39 +08:00
CONFIG_ZTEST=y