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
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
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
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
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.
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
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