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

Re: Help us to create a distributed board testing farm

2024-08-09 Thread Tomek CEDRO
On Fri, Aug 9, 2024 at 3:00 PM Nathan Hartman wrote: > I like Tomek's idea of testing Tiers, with Tier0 being "critical tests" > that MUST pass, on all architectures and boards. > > I pike Alin's idea of an automatically updated test status report form, > which can be viewed on GitHub. > > I recom

Re: Help us to create a distributed board testing farm

2024-08-09 Thread Alan C. Assis
Yes, I think by default ostest should only print SUCCESS, FAIL or SKIPPED. And in case of failure it could print the error message to quick understanding of the issue. For hardware testing something we can use is a 16-ports USB HUB with individual port power controlled by uhubctl ( https://github.

Re: Help us to create a distributed board testing farm

2024-08-09 Thread Nathan Hartman
I like Tomek's idea of testing Tiers, with Tier0 being "critical tests" that MUST pass, on all architectures and boards. I pike Alin's idea of an automatically updated test status report form, which can be viewed on GitHub. I recommend to list ALL supported boards in the report form, with "Need T

Re: Help us to create a distributed board testing farm

2024-08-09 Thread Tomek CEDRO
On Fri, Aug 9, 2024 at 3:42 AM Nathan Hartman wrote: > On Thu, Aug 8, 2024 at 8:58 PM Gregory Nutt wrote: > > On 8/8/2024 6:48 PM, Nathan Hartman wrote: > > > A dedicated "citest" program is a good idea! > > I think that ostest could meet all of the needs of a "citest" program. > > I just needs m