This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 4071f46 boards/boardctl:common boardctl to read reset cause. new 5b6b748 rptun: set rptun thread default stack size to 4K new 7aba7c3 rptun: add rptun_force_panic support new 3ab7ade rptun: add rptun_reset support new c9404e2 rptun: use HPWORK instead of thread new 7471d09 rptun: add rptun_panic for both master & salve new be49f6b rptun: add rpmsg_wait/post support for recursive dispatch new 5599f4e rptun: divide shram to TX & RX new f0ba2f0 rptun: add rptun dump support new 1c7e59e rptun: pm_stay when send msg & pm_relax when all tx buffer returned new a19aef4 rptun: enable rx interrupts for virtq new 759898c rptun: add ping rpmsg support new bae9a97 openamp: add openamp patches new 86a496d rptun: forward panic/reset to lowerhalf The 13 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/rptun/Kconfig | 35 +- drivers/rptun/Make.defs | 7 +- drivers/rptun/rptun.c | 479 ++++++++++++++++----- .../cxd56_i2c_bitbang.h => drivers/rptun/rptun.h | 33 +- drivers/rptun/rptun_dump.c | 123 ++++++ drivers/rptun/rptun_ping.c | 192 +++++++++ include/nuttx/rptun/openamp.h | 4 + include/nuttx/rptun/rptun.h | 56 ++- openamp/0006-openamp-fix-scenario-case.patch | 41 +- ...openamp-divide-shram-to-TX-shram-RX-shram.patch | 130 ++++++ ...o-don-t-need-check-status-when-get_tx_pay.patch | 34 ++ openamp/open-amp.defs | 2 + 12 files changed, 990 insertions(+), 146 deletions(-) copy arch/arm/src/cxd56xx/cxd56_i2c_bitbang.h => drivers/rptun/rptun.h (69%) create mode 100644 drivers/rptun/rptun_dump.c create mode 100644 drivers/rptun/rptun_ping.c create mode 100644 openamp/0007-openamp-divide-shram-to-TX-shram-RX-shram.patch create mode 100644 openamp/0008-rpmsg_virtio-don-t-need-check-status-when-get_tx_pay.patch