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 21c19b78242 drivers/analog/mcp47x6: fix configuration command
new e238804119d rpmsg/rpmsg_virtio: add rpmsg virtio common pm support
new baba361bb14 Documentation/rpmsg: add RPMsg core concepts document
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:
Documentation/components/drivers/special/index.rst | 1 +
.../components/drivers/special/rpmsg/concepts.rst | 302 +++++++++++++++++++++
.../components/drivers/special/rpmsg/index.rst | 12 +
drivers/rpmsg/Kconfig | 28 ++
drivers/rpmsg/rpmsg_virtio.c | 236 +++++++++++++---
5 files changed, 544 insertions(+), 35 deletions(-)
create mode 100644 Documentation/components/drivers/special/rpmsg/concepts.rst
create mode 100644 Documentation/components/drivers/special/rpmsg/index.rst