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


    from 6ce6af9004b libcxx: supports CXX_MINI_LOCALIZATION
     new 1f48d4d9404 drivers/net/rpmsgdrv.c: adaptation netdev_upperhalf
     new 4ce3dac1466 net: move the tool interface functions to the public 
directory
     new f914bb8f03f drivers/net/rpmsgdrv.c: add response flag to distinguish 
message direction
     new 34b350e66ef drivers/net/rpmsgdrv.c: add bidirectional data netdev 
support, clien side
     new be3ad13260d drivers/net/rpmsgdrv.c: add bidirectional data netdev 
support, server side
     new ba4361ccd89 drivers/net/rpmsgdrv.c: rename priv to drv and priv_ to 
priv
     new be74eec727c rpmsgdrv.c: add spinlock to protect rxqueue

The 7 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:
 drivers/drivers_initialize.c |   7 +
 drivers/net/Kconfig          |   6 +
 drivers/net/rpmsgdrv.c       | 992 ++++++++++++++++++++++---------------------
 include/nuttx/net/net.h      |  35 ++
 include/nuttx/net/rpmsg.h    |   6 +-
 include/nuttx/net/rpmsgdrv.h | 100 ++++-
 net/netdev/netdev.h          |  35 --
 7 files changed, 648 insertions(+), 533 deletions(-)

Reply via email to