4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-08 15:01:08 +08:00
2024-09-03 14:03:21 +08:00

24 lines
496 B
Plaintext

menu "Kernel SMP Testcase"
config UTEST_SMP_AFFFINITY_TC
bool "smp affinity and thread priority test1"
default n
config UTEST_SMP_ASSIGNED_IDLE_CORE_TC
bool "smp threads auto assign to idle cores for test"
default n
config UTEST_SMP_INTERRUPT_PRI_TC
bool "smp interrupt priority test"
default n
config UTEST_SMP_SPINLOCK_TC
bool "smp spinlock test"
default n
config UTEST_SMP_THREAD_PREEMPTION_TC
bool "smp threads preemption test"
default n
endmenu