This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch fclose
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
discard 772f68a Remove all fclose with stdin, stdout and stderr
add 46650ff interpreters/wamr: This requires CLOCK_MONOTONIC to build
add 71ce72a Add trace command for task trace
add c5822bc Remove all fclose with stdin, stdout and stderr
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (772f68a)
\
N -- N -- N refs/heads/fclose (c5822bc)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
graphics/nxwm/src/cnxterm.cxx | 3 -
graphics/twm4nx/apps/cnxterm.cxx | 3 -
interpreters/wamr/Kconfig | 1 +
nshlib/nsh_altconsole.c | 4 -
nshlib/nsh_usbconsole.c | 3 +-
{examples/gps => system/trace}/Kconfig | 24 +-
{fsutils/ipcfg => system/trace}/Make.defs | 6 +-
{fsutils/ipcfg => system/trace}/Makefile | 20 +-
system/trace/README.md | 266 +++++++++
system/trace/trace.c | 752 +++++++++++++++++++++++++
examples/mount/mount.h => system/trace/trace.h | 91 +--
system/trace/trace_dump.c | 656 +++++++++++++++++++++
12 files changed, 1759 insertions(+), 70 deletions(-)
copy {examples/gps => system/trace}/Kconfig (50%)
copy {fsutils/ipcfg => system/trace}/Make.defs (89%)
copy {fsutils/ipcfg => system/trace}/Makefile (77%)
create mode 100644 system/trace/README.md
create mode 100644 system/trace/trace.c
copy examples/mount/mount.h => system/trace/trace.h (61%)
create mode 100644 system/trace/trace_dump.c