This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new a594bbda7 logging/nxscope: add a mention of available client tools for NxScope a594bbda7 is described below commit a594bbda7ce10fd24d82c49bc51515791b3a1ebf Author: raiden00pl <raide...@railab.me> AuthorDate: Wed Feb 22 21:10:15 2023 +0100 logging/nxscope: add a mention of available client tools for NxScope --- logging/nxscope/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/logging/nxscope/README.md b/logging/nxscope/README.md index 9804d5970..87e0674b9 100644 --- a/logging/nxscope/README.md +++ b/logging/nxscope/README.md @@ -30,3 +30,9 @@ Supported interfaces: A default serial protocol is implemented in `apps/logging/nxscope/nxscope_pser.c` It just packs NxScope data into simple frames with a CRC-16 checksum. + +## External tools + +- [Nxslib](https://github.com/railab/nxslib) - a Python (3.10+) client library for NxScope devices, +- [Nxscli](https://github.com/railab/nxscli) - a Python (3.10+) command-line interface for NxScope, +supporting data capture and visualization