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 ef1cee2f44f arch/arm/xmc4: Aligned Cmake with Make
new 8ba084329d5 rpmsg/rpmsg_port_uart: add wakeup feauture for
rpmsg_port_uart
new b8ad562fcbb rpmsg/rpmsg_port_uart: add poweroff support
new 3d764939c83 rpmsg/rpmsg_port_uart: set the signals based on the
suspend/reusme state
new 2a8acac1593 rpmsg/rpmsg_port_uart: drop all the packets when reconnect
to peer
The 4 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_port.c | 25 ++++++
drivers/rpmsg/rpmsg_port.h | 14 +++
drivers/rpmsg/rpmsg_port_spi.c | 34 +-------
drivers/rpmsg/rpmsg_port_spi_slave.c | 36 +-------
drivers/rpmsg/rpmsg_port_uart.c | 164 ++++++++++++++++++++++++++---------
5 files changed, 166 insertions(+), 107 deletions(-)