This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


    from 800f1f4ba apps/examples/adc/adc.h: fix nxstyle
     new bf40833d2 nsh/nsh_parse.c: Add support for single ('') and double ("") 
quotes
     new f9dfb5100 nsh/nshlib: Add alias support for nsh
     new ad18a5028 nsh/nsh_parse.c: Fix variable expansion inside double quotes
     new e20d2688a nsh/alias: Do not expand argument lists, only the command

The 4 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:
 nshlib/Kconfig       |  18 +++
 nshlib/Makefile      |   4 +
 nshlib/nsh.h         |  31 ++++
 nshlib/nsh_alias.c   | 440 ++++++++++++++++++++++++++++++++++++++++++++++++++
 nshlib/nsh_command.c |   7 +
 nshlib/nsh_console.h |  10 ++
 nshlib/nsh_parse.c   | 443 ++++++++++++++++++++++++++++++++-------------------
 7 files changed, 788 insertions(+), 165 deletions(-)
 create mode 100644 nshlib/nsh_alias.c

Reply via email to