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
7482969da6
zephyr
/
tests
/
kernel
/
obj_tracing
/
prj.conf
5 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kconfig: remove deprecated DEBUG_TRACING_KERNEL_OBJECTS Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-12-04 22:58:01 +08:00
CONFIG_OBJECT_TRACING=y
tests: kernel: import obj_tracing test to unified kernel obj_tracing test from legacy modified to use unified APIs directly. Jira: ZEP-932 Change-Id: Ib5d300334e527b842668be076c94c40b65d7cbe4 Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
2017-02-07 08:09:38 +08:00
CONFIG_THREAD_MONITOR=y
tests: obj_tracing: Convert legacy test to ztest Use ztest API in legacy test to support ztest framework and also update README according to new output. Signed-off-by: Punit Vara <punit.vara@intel.com>
2017-10-25 18:33:22 +08:00
CONFIG_ZTEST=y
tests: obj_tracing: disable BT for this test BT does use a semaphore, which does cause the count of sempahores to fail, disable BT here to only keep locally created objects. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-01-14 03:51:08 +08:00
CONFIG_BT=n