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/incubator-nuttx-apps.git


    from 167c551e8 wamr: Add a new option to enable semaphore support
     new 000d1455b netutils: Make telnetd_daemon() in public
     new 3f70a78dd nshlib: Make nsh_telnetmain() in public
     new a86315050 system: telnetd: Add telnetd app
     new 41fe4f177 system:nsh : Apply CONFIG_NSH_DISABLE_TELNETSTART to 
nsh_main.c

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:
 include/netutils/telnetd.h                         |  31 +++++++
 include/nshlib/nshlib.h                            |  21 +++++
 netutils/telnetd/Kconfig                           |  23 ++++-
 netutils/telnetd/telnetd_daemon.c                  | 100 ++++++++++++++++-----
 nshlib/Kconfig                                     |   6 ++
 nshlib/nsh_telnetd.c                               |  10 +--
 system/nsh/nsh_main.c                              |   3 +-
 system/telnetd/Kconfig                             |  39 ++++++++
 system/{adb => telnetd}/Make.defs                  |   6 +-
 system/{ping => telnetd}/Makefile                  |  14 +--
 .../set_img_main.c => system/telnetd/telnetd.c     |  36 ++++----
 11 files changed, 234 insertions(+), 55 deletions(-)
 create mode 100644 system/telnetd/Kconfig
 copy system/{adb => telnetd}/Make.defs (92%)
 copy system/{ping => telnetd}/Makefile (80%)
 copy examples/mcuboot/swap_test/set_img_main.c => system/telnetd/telnetd.c 
(66%)

Reply via email to