Most SMP discussions are pre-Apache. Try old Google group:
https://groups.google.com/g/nuttx/search?q=smp
Maybe even the archived Yahoo group: https://nuttx.yahoogroups.narkive.com/
Or maybe the old pre-Apache Wiki
https://cwiki.apache.org/confluence/display/NUTTX/SMP
https://cwiki.apache.org/confluence/display/NUTTX/SMP+Critical+Sections
Masayuki Ishakawa has made some very nice SMP presentations in the past:
https://events.nuttx.apache.org/
configure.sh will not create a configuration. It will only instantiate
an existing configuration. Creation of a new configuration is a manual
process. There are a lot of SMP configurations under /boards that you
can use as a model. I don't see any with a USB console, but there are
other non-SMP configurations you can examine that do use a USB console.
On 8/9/2024 2:36 PM, William Martin wrote:
Greetings,
No luck getting an index of articles from the mailing list bot, so my
request is: can some kind soul tell me where to find out how to use
the smp built-in for NuttX, and how do I make an option, such as
'smpusb' for the configure.sh tool to create an smp version with usb
terminal instead of serial port.
Thanks very much,
Bill Martin
ps: I'm not a Linux wizard, rather a retired hardware engineer...