apache / nuttx-apps

Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS
https://nuttx.apache.org/
Apache License 2.0
268 stars 504 forks source link

testing/getprime: allow running with zero threads #2328

Closed juniskane closed 5 months ago

juniskane commented 5 months ago

Summary

getprime can now run without creating any additional threads. This helps testing pthreads and measuring performance of directly searching primes from main thread versus creating one thread.

Also don't misuse ASSERT() for checking command-line input coming from user.

Impact

Testing

Tested with ox64:nsh board