cederom commented on PR #18861:
URL: https://github.com/apache/nuttx/pull/18861#issuecomment-4422198888
In this approach looks like all cores will execute NuttX in parallel?
```C
for (uint8_t cpu = 0; cpu < CONFIG_SMP_NCPUS; cpu++)
{
putreg64((uint64_t)_start, BCM_SPINTBL_CPU(cpu));
}
```
Shouldn't CPU0 launch the OS/RTOS and other CPUs stay idle and wait for
tasking? :-)
reading more.. will update here with more details :-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]