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
6bea1becab
zephyr
/
samples
/
legacy
/
kernel_event_logger
/
nanokernel
/
testcase.ini
5 lines
80 B
INI
Raw
Normal View
History
Unescape
Escape
Fix kernel event logger sample for nanokernel-only systems. This commit fixes the nanokernel sample of the kernel event logger that shows the event messages for context switch and interrupt events. Change-Id: I4e972adb06b81f2f548bbabe8cd6577af633001c Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2015-11-12 03:24:45 +08:00
[test]
build_only
=
true
samples: tests: tag all legacy test cases and samples Tag all legacy kernel tests and samples as such. Change-Id: I43b24acb71c282ed14ff6e6ef06c9542bad86f6a Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-11-30 23:41:13 +08:00
tags
=
legacy apps
sanitycheck: allow for more expressive filtering in testcase.ini The old 'config_whitelist' directive in testcase.ini has been removed. We use the new expr_parser module to parse a 'filter' directive which is a boolean expression. This gives a great deal more flexibility in how tests can be filtered. To keep the tree bisectable, use of config_whitelist in testcase.ini converted to the new expression language. Change-Id: I0617319818c5559c0f0569d2fa73d09b681cac51 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-03-25 05:46:00 +08:00
filter
=
not CONFIG_SOC_QUARK_D2000