raiden00pl opened a new pull request, #3426:
URL: https://github.com/apache/nuttx-apps/pull/3426
## Summary
add the ability to control the nxscope example stream interval from the CLI
which is useful for performance testing
## Impact
a new function useful
## Testing
tested on qemu-intel64:
```
NuttShell (NSH) NuttX-12.12.0
nsh> nxscope -h
ERROR: unsupported argument
Usage: nxscope [-i <stream_interval_us>]
[-m <main_interval_us>]
nsh> nxscope -i 10 -m 100
stream interval = 10
main interval = 100
nxscope_samples_thr
nxscope_charlog_thr
nxscope_crichan_thr
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]