mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Update a README.txt
This commit is contained in:
@@ -265,6 +265,13 @@ SMP
|
|||||||
-# CONFIG_SCHED_INSTRUMENTATION is not set
|
-# CONFIG_SCHED_INSTRUMENTATION is not set
|
||||||
+CONFIG_SCHED_INSTRUMENTATION=y
|
+CONFIG_SCHED_INSTRUMENTATION=y
|
||||||
|
|
||||||
|
The SMP configuration will run with:
|
||||||
|
|
||||||
|
CONFIG_SMP_NCPUS=1
|
||||||
|
|
||||||
|
In this case there is, of course, no muli-CPU processing, but this does
|
||||||
|
verify the correctness of some the basic SMP logic.
|
||||||
|
|
||||||
The NSH configuration can also be forced to run SMP, but suffers from
|
The NSH configuration can also be forced to run SMP, but suffers from
|
||||||
the same quirky behavior. I can be made reliable if you modify
|
the same quirky behavior. I can be made reliable if you modify
|
||||||
arch/sim/src/up_idle.c so that the IDLE loop only runs for CPU0.
|
arch/sim/src/up_idle.c so that the IDLE loop only runs for CPU0.
|
||||||
|
|||||||
Reference in New Issue
Block a user