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 0d25df76632 sched: fix code style violations in clock conversion
macros (MISRA C-2012)
new 198a8fe1089 drivers/rpmsg: add rpmsg_get_timestamp to retrieve buffer
timestamps
new 425a7607993 drivers/rpmsg: implement timestamp support for rpmsg_port
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 | 13 ++++++++
drivers/rpmsg/rpmsg_port.c | 62 ++++++++++++++++++++++++++++++++++--
drivers/rpmsg/rpmsg_port.h | 8 +++++
drivers/rpmsg/rpmsg_port_spi.c | 2 ++
drivers/rpmsg/rpmsg_port_spi_slave.c | 2 ++
include/nuttx/rpmsg/rpmsg.h | 10 ++++++
6 files changed, 94 insertions(+), 3 deletions(-)