We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873de26 commit dedc37dCopy full SHA for dedc37d
src/utest/smp/Kconfig
@@ -8,7 +8,7 @@ config RT_UTEST_SMP_ASSIGNED_IDLE_CORE
8
bool "smp threads auto assign to idle cores for test"
9
default n
10
11
-config UTEST_SMP_INTERRUPT_PRI_TC
+config RT_UTEST_SMP_INTERRUPT_PRI
12
bool "smp interrupt priority test"
13
14
src/utest/smp/SConscript
@@ -11,7 +11,7 @@ if GetDepend(['UTEST_SMP_SPINLOCK_TC']):
if GetDepend(['RT_UTEST_SMP_ASSIGNED_IDLE_CORE']):
src += ['smp_assigned_idle_cores_tc.c']
-if GetDepend(['UTEST_SMP_INTERRUPT_PRI_TC']):
+if GetDepend(['RT_UTEST_SMP_INTERRUPT_PRI']):
15
src += ['smp_interrupt_pri_tc.c']
16
17
if GetDepend(['UTEST_SMP_THREAD_PREEMPTION_TC']):
0 commit comments