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
2bc25deb07
zephyr
/
tests
/
kernel
/
threads
/
tls
/
prj.conf
4 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: add a simple test for thread local storage This adds a simple test to make sure TLS works. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-09-29 07:38:57 +08:00
CONFIG_ZTEST=y
kernel: thread: move thread tls testcase to new ztest Move thread tls testcases to new ztest. Signed-off-by: NingX Zhao <ningx.zhao@intel.com>
2022-08-08 11:16:04 +08:00
CONFIG_ZTEST_NEW_API=y
tests: add a simple test for thread local storage This adds a simple test to make sure TLS works. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-09-29 07:38:57 +08:00
CONFIG_THREAD_LOCAL_STORAGE=y