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

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


    from 63a5ddc  testing/cxxtest: increase STACKSIZE to avoid crash
     new 4bd506b  apps/examples/usrsocktest: Add MSG_PEEK flag support
     new c1bf012  netutils/usrsock_rpmsg: Change to pass the flags to the psock 
interface
     new 4e1a224  wireless/gs2200m/gs2200m_main.c: Add passing MSG flags
     new f29c0da  apps/examples/usrsocktest: Add test scenario of recv
     new eaeceb5  apps/examples/usrsocktest: Fix nxstyle issue

The 5 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:
 examples/usrsocktest/usrsocktest_basic_connect.c   | 106 ++---
 examples/usrsocktest/usrsocktest_basic_daemon.c    | 164 +++----
 .../usrsocktest/usrsocktest_basic_getsockname.c    |  28 +-
 .../usrsocktest/usrsocktest_basic_getsockopt.c     |  28 +-
 examples/usrsocktest/usrsocktest_basic_send.c      |  45 +-
 .../usrsocktest/usrsocktest_basic_setsockopt.c     |  28 +-
 examples/usrsocktest/usrsocktest_block_recv.c      | 202 +++++++--
 examples/usrsocktest/usrsocktest_block_send.c      |  60 +--
 examples/usrsocktest/usrsocktest_chardev.c         |  29 +-
 examples/usrsocktest/usrsocktest_daemon.c          | 497 ++++++++++++++++-----
 examples/usrsocktest/usrsocktest_main.c            |  34 +-
 examples/usrsocktest/usrsocktest_multi_thread.c    |  26 +-
 examples/usrsocktest/usrsocktest_noblock_connect.c | 143 ++++--
 examples/usrsocktest/usrsocktest_noblock_recv.c    |  62 +--
 examples/usrsocktest/usrsocktest_noblock_send.c    |  54 ++-
 examples/usrsocktest/usrsocktest_nodaemon.c        |  19 +-
 .../usrsocktest/usrsocktest_remote_disconnect.c    | 220 +++++----
 .../usrsocktest/usrsocktest_wake_with_signal.c     | 294 +++++++-----
 netutils/usrsock_rpmsg/usrsock_rpmsg_server.c      |   5 +-
 wireless/gs2200m/gs2200m_main.c                    |   1 +
 20 files changed, 1313 insertions(+), 732 deletions(-)

Reply via email to