This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


    from ea7241a1a system/ramspeed:Fix the error of CI compilation caused by 
not initializing irqstate_t flags in some cases
     new cd499f9d3 add the NxScope library - a real-time data logging tool
     new eb8ad7af2 add NxScope example

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/nxscope/Kconfig                           |   60 +
 {builtin => examples/nxscope}/Make.defs            |    6 +-
 .../minibasic => examples/nxscope}/Makefile        |   18 +-
 examples/nxscope/nxscope_main.c                    |  551 +++++++
 include/logging/nxscope/nxscope.h                  |  488 +++++++
 include/logging/nxscope/nxscope_chan.h             |  419 ++++++
 .../logging/nxscope/nxscope_intf.h                 |  130 +-
 .../logging/nxscope/nxscope_proto.h                |   92 +-
 {audioutils => logging}/.gitignore                 |    0
 {crypto => logging}/Make.defs                      |    4 +-
 {boot => logging}/Makefile                         |    4 +-
 logging/nxscope/Kconfig                            |   56 +
 {builtin => logging/nxscope}/Make.defs             |    6 +-
 {examples/apa102 => logging/nxscope}/Makefile      |   21 +-
 logging/nxscope/README.md                          |   32 +
 logging/nxscope/nxscope.c                          | 1168 +++++++++++++++
 logging/nxscope/nxscope_chan.c                     | 1503 ++++++++++++++++++++
 .../chardev.c => logging/nxscope/nxscope_idummy.c  |  190 ++-
 .../nxscope/nxscope_internals.c                    |   60 +-
 .../cle.h => logging/nxscope/nxscope_internals.h   |   64 +-
 logging/nxscope/nxscope_iser.c                     |  248 ++++
 logging/nxscope/nxscope_pser.c                     |  293 ++++
 22 files changed, 5160 insertions(+), 253 deletions(-)
 create mode 100644 examples/nxscope/Kconfig
 copy {builtin => examples/nxscope}/Make.defs (89%)
 copy {interpreters/minibasic => examples/nxscope}/Makefile (76%)
 create mode 100644 examples/nxscope/nxscope_main.c
 create mode 100644 include/logging/nxscope/nxscope.h
 create mode 100644 include/logging/nxscope/nxscope_chan.h
 copy system/trace/trace.h => include/logging/nxscope/nxscope_intf.h (54%)
 copy examples/watcher/task_mn.h => include/logging/nxscope/nxscope_proto.h 
(53%)
 copy {audioutils => logging}/.gitignore (100%)
 copy {crypto => logging}/Make.defs (92%)
 copy {boot => logging}/Makefile (94%)
 create mode 100644 logging/nxscope/Kconfig
 copy {builtin => logging/nxscope}/Make.defs (89%)
 copy {examples/apa102 => logging/nxscope}/Makefile (76%)
 create mode 100644 logging/nxscope/README.md
 create mode 100644 logging/nxscope/nxscope.c
 create mode 100644 logging/nxscope/nxscope_chan.c
 copy examples/module/drivers/chardev/chardev.c => 
logging/nxscope/nxscope_idummy.c (50%)
 copy canutils/canlib/canlib_setbaud.c => logging/nxscope/nxscope_internals.c 
(64%)
 copy include/system/cle.h => logging/nxscope/nxscope_internals.h (61%)
 create mode 100644 logging/nxscope/nxscope_iser.c
 create mode 100644 logging/nxscope/nxscope_pser.c

Reply via email to