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 254df1721a1 sched/hrtimer: Fix functional correctness issue.
     new 8eb4e46c8cc sim rpserver/rpproxy: enable CONFIG_RPMSG_PING config
     new 45f6d86f37f drivers/rpmsg: add rpmsg_test to test rpmsg hold/release 
rx buffer

The 2 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:
 boards/sim/sim/sim/configs/rpproxy/defconfig  |   2 +
 boards/sim/sim/sim/configs/rpserver/defconfig |   2 +
 drivers/rpmsg/CMakeLists.txt                  |   4 +
 drivers/rpmsg/Kconfig                         |   4 +
 drivers/rpmsg/Make.defs                       |   4 +
 drivers/rpmsg/rpmsg.c                         |  13 ++
 drivers/rpmsg/rpmsg_test.c                    | 281 ++++++++++++++++++++++++++
 drivers/rpmsg/{rpmsg_ping.h => rpmsg_test.h}  |  22 +-
 include/nuttx/rpmsg/rpmsg.h                   |   4 +
 9 files changed, 324 insertions(+), 12 deletions(-)
 create mode 100644 drivers/rpmsg/rpmsg_test.c
 copy drivers/rpmsg/{rpmsg_ping.h => rpmsg_test.h} (75%)

Reply via email to