tests: Add IPI_OPTIMIZE tests
Adds several tests to verify that IPIs can be appropriately targeted to specific CPUs. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
parent
1753a0dabe
commit
48285cb6b8
6 changed files with 521 additions and 0 deletions
5
tests/kernel/ipi_optimize/prj.conf
Normal file
5
tests/kernel/ipi_optimize/prj.conf
Normal file
|
@ -0,0 +1,5 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_SMP=y
|
||||
CONFIG_TRACE_SCHED_IPI=y
|
||||
CONFIG_IPI_OPTIMIZE=y
|
||||
CONFIG_SYS_CLOCK_TICKS_PER_SEC=50
|
Loading…
Add table
Add a link
Reference in a new issue