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 6874b4a commit 873de26Copy full SHA for 873de26
src/utest/smp/Kconfig
@@ -4,7 +4,7 @@ config RT_UTEST_SMP_AFFFINITY
4
bool "smp affinity and thread priority test1"
5
default n
6
7
-config UTEST_SMP_ASSIGNED_IDLE_CORE_TC
+config RT_UTEST_SMP_ASSIGNED_IDLE_CORE
8
bool "smp threads auto assign to idle cores for test"
9
10
src/utest/smp/SConscript
@@ -8,7 +8,7 @@ CPPPATH = [cwd]
if GetDepend(['UTEST_SMP_SPINLOCK_TC']):
src += ['smp_spinlock_tc.c']
11
-if GetDepend(['UTEST_SMP_ASSIGNED_IDLE_CORE_TC']):
+if GetDepend(['RT_UTEST_SMP_ASSIGNED_IDLE_CORE']):
12
src += ['smp_assigned_idle_cores_tc.c']
13
14
if GetDepend(['UTEST_SMP_INTERRUPT_PRI_TC']):
0 commit comments