Re: smp on pico rp2040

2024-08-10 Thread Mark Stevens
I had a play with SMP on the RP2040 a while ago, don’t know if this will help but here is what I found: https://blog.mark-stevens.co.uk/2023/06/adding-smp-to-nuttx-on-the-raspberry-pi-picow/ Regard, Mark > On 9 Aug 2024, at 23:18, Alan C. Assis wrote: > > Hi Bill, > > There is not a usbsmp o

Re: smp on pico rp2040

2024-08-09 Thread Alan C. Assis
Hi Bill, There is not a usbsmp or smpusb board profile as Greg said, but you can create one this way: First configure the usbnsh board profile: $ ./tools/configure.sh raspberrypi-pico:usbnsh Compile: (you will need to export to PICO SDK, it is documented in our site https://nuttx.apache.org/docs

Re: smp on pico rp2040

2024-08-09 Thread Gregory Nutt
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

smp on pico rp2040

2024-08-09 Thread William Martin
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 i