This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 49f94e5e957 lpcxpresso-lpc54628/netnsh: enable CONFIG_NET_SOCKOPTS to
adapt icmpv6 changes
new 492abaa0525 drivers/rpmsg: unitfy the rpmsg signals from transport to
struct rpmsg_s
new f671ec648e4 drivers/rpmsg: add signals router for rpmsg router
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:
drivers/rpmsg/rpmsg.c | 52 ++++++++++++++++++++++++++++--------
drivers/rpmsg/rpmsg_port.c | 14 ----------
drivers/rpmsg/rpmsg_port.h | 6 -----
drivers/rpmsg/rpmsg_port_spi.c | 4 +--
drivers/rpmsg/rpmsg_port_spi_slave.c | 4 +--
drivers/rpmsg/rpmsg_port_uart.c | 6 +++--
drivers/rpmsg/rpmsg_router.h | 6 +++--
drivers/rpmsg/rpmsg_router_edge.c | 29 ++++++++++++++++----
drivers/rpmsg/rpmsg_router_hub.c | 38 ++++++++++++++++++++++++++
include/nuttx/rpmsg/rpmsg.h | 5 +++-
10 files changed, 119 insertions(+), 45 deletions(-)