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
994374ec51
zephyr
/
tests
/
kernel
/
smp
/
prj.conf
4 lines
53 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests/kernel: SMP test Simple SMP test to validate the two threads can be simultaneously scheduled. Arranges things such that both threads are at different priorities and never yield the CPU, so on a uniprocessor build they cannot be fairly scheduled. Checks that both are nonetheless making progress. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-02-03 05:49:30 +08:00
CONFIG_ZTEST=y
CONFIG_SMP=y
tests: adding test cases for arch-dependent SMP function Add one another test case for testing both arch_curr_cpu() and arch_sched_ipi() architecture layer interface. Signed-off-by: Enjia Mai <enjiax.mai@intel.com>
2020-05-28 11:29:50 +08:00
CONFIG_TRACE_SCHED_IPI=y