From commits-return-7643-archive-asf-public=cust-asf.ponee.io@nuttx.apache.org Sun Apr 19 14:07:16 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id D29B7180630 for ; Sun, 19 Apr 2020 16:07:15 +0200 (CEST) Received: (qmail 70973 invoked by uid 500); 19 Apr 2020 14:07:15 -0000 Mailing-List: contact commits-help@nuttx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nuttx.apache.org Delivered-To: mailing list commits@nuttx.apache.org Received: (qmail 70962 invoked by uid 99); 19 Apr 2020 14:07:15 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Apr 2020 14:07:15 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 062188B6BA; Sun, 19 Apr 2020 14:07:14 +0000 (UTC) Date: Sun, 19 Apr 2020 14:07:14 +0000 To: "commits@nuttx.apache.org" Subject: [incubator-nuttx-apps] branch master updated (b813944 -> 650b58d) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158730523451.6919.6599548928106364010@gitbox.apache.org> From: gnutt@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-nuttx-apps X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b813944a7a236d540311324214a63ccc9b97231a X-Git-Newrev: 650b58d6b2a82753aaa19b693c2c8080dda8830a X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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