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 27b5021e0 nshlib/cmd_dd: Retry if read() was interrupted
new 3da204c23 Pack parameters of nsh_execute() as struct nsh_exec_param_s
new c052bd837 nsh: Add pipeline support for nsh commandline
new b3e1077f8 nsh: Using `sizeof()` to get string length of char array
The 3 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:
builtin/exec_builtin.c | 90 ++++++++-----
include/builtin/builtin.h | 12 +-
include/nshlib/nshlib.h | 19 +++
nshlib/Kconfig | 7 +
nshlib/nsh.h | 7 +-
nshlib/nsh_builtin.c | 12 +-
nshlib/nsh_fileapps.c | 100 ++++++++++-----
nshlib/nsh_parse.c | 296 ++++++++++++++++++++++++++++++++-----------
testing/cmocka/cmocka_main.c | 2 +-
9 files changed, 388 insertions(+), 157 deletions(-)