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 a09521ed5 system/nxdiag: Remove unnecessary `--depth` parameter
new e3110d3ea examples/nxscope: add static to private functions
new 72635a88c system: add sensor streaming tool based on nxscope
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/nxscope_main.c | 4 +-
.../sensorscope}/CMakeLists.txt | 18 +-
system/sensorscope/Kconfig | 72 +++
.../osperf => system/sensorscope}/Make.defs | 6 +-
{examples/nxscope => system/sensorscope}/Makefile | 16 +-
system/sensorscope/sensorscope_main.c | 555 +++++++++++++++++++++
6 files changed, 647 insertions(+), 24 deletions(-)
copy {examples/calib_udelay => system/sensorscope}/CMakeLists.txt (82%)
create mode 100644 system/sensorscope/Kconfig
copy {benchmarks/osperf => system/sensorscope}/Make.defs (88%)
copy {examples/nxscope => system/sensorscope}/Makefile (77%)
create mode 100644 system/sensorscope/sensorscope_main.c