You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/02/07 13:27:31 UTC

[incubator-nuttx] branch master updated (3b311ab -> b35bf20)

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.git.


    from 3b311ab  tools/testbuild.sh: use function to call make and fail handle in common
     add b216d91  drivers/net/telnet.c:  Split common_ioctl to telnet_ioctl and factory_ioctl
     add 3c425a8  drivers/net/telnet.c  Remove the unnecessary '\0' terminator from telnet driver
     add 350d25c  driverts/net/telnet.c:  Refine Ctrl+C handling in telnet driver
     add 70786fa  drivers/net/telnet.c:  telnet driver should return -EAGAIN if O_NONBLOCK
     add ed2a002  drivers/net/telnet.c:  	Remove g_telnet_common global variable
     add 6be0b2f  drivers/net/telnet.c:  Trigger SGA and ECHO proactively in the character mode
     add 652c763  drivers/net/telnet.c:  Unify the coding style in telnet driver
     add b35bf20  drivers/net/telnet.c:  Run file changed in last PR through nxstyle.

No new revisions were added by this update.

Summary of changes:
 drivers/net/telnet.c | 416 +++++++++++++++++++++------------------------------
 1 file changed, 174 insertions(+), 242 deletions(-)