This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
from b813944 example/nettest: tcpclient and tcpserver to .gitignore new 6c4dc44 nshlib: Ensure nsh_initscript always follow usbtrace_enable immediately new ac5632f nshlib: Move BOARDIOC_FINALINIT into nsh_initscript new 9dbdc73 nshlib: Reset NSH_NP_SET_OPTIONS_INIT in nsh_initscript new 7b4d34e system/taskset: Call system to launch application instead of nsh_system new 9ab5e2f nshlib: Add login argument to nsh_session for controling the login process new d307758 nshlib: Rename 'sh' command to 'source' command new 3f93025 nshlib: Enhance nsh to execute the shell script new de8a56d nshlib: Split shell functionality from nsh to sh new 650b58d nshlib: Fix nxstyle warning The 9 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: include/nshlib/nshlib.h | 11 ++++--- nshlib/Kconfig | 4 +-- nshlib/README.txt | 16 +++++----- nshlib/nsh.h | 6 ++-- nshlib/nsh_altconsole.c | 22 ++++++-------- nshlib/nsh_command.c | 18 +++++++---- nshlib/nsh_consolemain.c | 28 +++++------------ nshlib/nsh_fscmds.c | 34 ++++++++++++++------- nshlib/nsh_script.c | 18 +++++++++-- nshlib/nsh_session.c | 41 ++++++++++++++----------- nshlib/nsh_stdsession.c | 35 ++++++++++++--------- nshlib/nsh_system.c | 47 ++++++++++++++++++---------- nshlib/nsh_telnetd.c | 34 +++++++++++---------- nshlib/nsh_usbconsole.c | 31 ++++++++----------- system/nsh/Makefile | 4 +-- system/nsh/nsh_main.c | 79 ++++++++++-------------------------------------- system/nsh/sh_main.c | 53 ++++++++++++++++++++++++++++++++ system/popen/Kconfig | 2 +- system/popen/popen.c | 56 +++++++++++++++++----------------- system/system/Kconfig | 2 +- system/system/system.c | 18 ++++++----- system/taskset/Kconfig | 2 +- system/taskset/taskset.c | 33 +++++++------------- 23 files changed, 316 insertions(+), 278 deletions(-) create mode 100644 system/nsh/sh_main.c