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 727adcd499 Docs/esp: esp32h2 and esp32c6 documentation added new ce832c6377 rptun_ping: Strip rptun_ping out of rptun and rename to rpmsg_ping new 201a040f56 defconfig: change CONFIG_RPTUN_PING to CONFIG_RPMSG_PING 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: .../configs/rpmsghci_bt_cpuapp/defconfig | 2 +- .../configs/rpmsghci_nimble_cpuapp/defconfig | 2 +- .../configs/rpmsghci_sdc_cpunet/defconfig | 2 +- .../nrf5340-dk/configs/rptun_cpuapp/defconfig | 2 +- .../nrf5340-dk/configs/rptun_cpunet/defconfig | 2 +- .../nucleo-h745zi/configs/nsh_cm4_rptun/defconfig | 2 +- .../nucleo-h745zi/configs/nsh_cm7_rptun/defconfig | 2 +- drivers/rpmsg/CMakeLists.txt | 4 + drivers/rpmsg/Kconfig | 11 +++ drivers/rpmsg/Make.defs | 4 + drivers/rpmsg/rpmsg.c | 34 +++++++- drivers/{rptun/rptun_ping.c => rpmsg/rpmsg_ping.c} | 95 +++++++++++----------- drivers/{rptun/rptun_ping.h => rpmsg/rpmsg_ping.h} | 23 +++--- drivers/rptun/CMakeLists.txt | 4 - drivers/rptun/Kconfig | 7 -- drivers/rptun/Make.defs | 4 - drivers/rptun/rptun.c | 35 +++----- drivers/rptun/rptun.h | 3 - include/nuttx/fs/ioctl.h | 8 +- include/nuttx/rpmsg/rpmsg.h | 16 ++++ .../{rptun/rptun_ping.h => rpmsg/rpmsg_ping.h} | 14 ++-- include/nuttx/rptun/rptun.h | 14 ++-- 22 files changed, 162 insertions(+), 128 deletions(-) rename drivers/{rptun/rptun_ping.c => rpmsg/rpmsg_ping.c} (67%) rename drivers/{rptun/rptun_ping.h => rpmsg/rpmsg_ping.h} (74%) rename include/nuttx/{rptun/rptun_ping.h => rpmsg/rpmsg_ping.h} (85%)