| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
rpmsg/rpmsg_procfs: add procfs rpmsginfo NuttShell (NSH) NuttX-12.3.0 server> cat proc/rpmsginfo Local CPU Remote CPU server proxy server> Signed-off-by: wangshaoxin <wangshaoxin@xiaomi.com> | 11 个月前 | |
rpmsg/rpmsg_procfs: add procfs rpmsginfo NuttShell (NSH) NuttX-12.3.0 server> cat proc/rpmsginfo Local CPU Remote CPU server proxy server> Signed-off-by: wangshaoxin <wangshaoxin@xiaomi.com> | 11 个月前 | |
rpmsg/rpmsg_procfs: add procfs rpmsginfo NuttShell (NSH) NuttX-12.3.0 server> cat proc/rpmsginfo Local CPU Remote CPU server proxy server> Signed-off-by: wangshaoxin <wangshaoxin@xiaomi.com> | 11 个月前 | |
rpmsg/rpmsg_procfs: add procfs rpmsginfo NuttShell (NSH) NuttX-12.3.0 server> cat proc/rpmsginfo Local CPU Remote CPU server proxy server> Signed-off-by: wangshaoxin <wangshaoxin@xiaomi.com> | 11 个月前 | |
drivers/rpmsg/rpmsg_note.c:record receive message in note. Signed-off-by: yangao1 <yangao1@xiaomi.com> | 11 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
rpmsg_port.c: set signal_running when rpmsg devices registered Signed-off-by: liaoao <liaoao@xiaomi.com> | 11 个月前 | |
rpmsg_port:add rpmsg_port_get_signals api Signed-off-by: liaoao <liaoao@xiaomi.com> | 11 个月前 | |
mm: Fix some typos Signed-off-by: xuxingliang <xuxingliang@xiaomi.com> | 11 个月前 | |
mm: Fix some typos Signed-off-by: xuxingliang <xuxingliang@xiaomi.com> | 11 个月前 | |
rpmsg_port_spi.c: setfreq to 0 to shutdown the spi device Signed-off-by: liaoao <liaoao@xiaomi.com> | 11 个月前 | |
rpmsg_port_spi/slave: add suspend/resume notify Signed-off-by: liaoao <liaoao@xiaomi.com> | 11 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
rpmsg/rpmsg_procfs: add procfs rpmsginfo NuttShell (NSH) NuttX-12.3.0 server> cat proc/rpmsginfo Local CPU Remote CPU server proxy server> Signed-off-by: wangshaoxin <wangshaoxin@xiaomi.com> | 11 个月前 | |
rpmsg/rpmsg_procfs: add procfs rpmsginfo NuttShell (NSH) NuttX-12.3.0 server> cat proc/rpmsginfo Local CPU Remote CPU server proxy server> Signed-off-by: wangshaoxin <wangshaoxin@xiaomi.com> | 11 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
rpmsg: fix rpmsg_router_hub_unbind crash when reconnect 0x106b9ad2 in metal_list_del (node=<optimized out>) at /home/yintao/specific product/nuttx/include/metal/list.h:85 rpmsg_unregister_endpoint (ept=0x1857ba30) at open-amp/lib/rpmsg/rpmsg.c:296 rpmsg_destroy_ept (ept=0x1857ba30) at open-amp/lib/rpmsg/rpmsg.c:389 0x102b871a in rpmsg_router_hub_unbind (ept=0x1857b330) at rpmsg/rpmsg_router_hub.c:139 0x102b7fec in rpmsg_device_destory (rpmsg=rpmsg@entry=0x1859e4e8) at rpmsg/rpmsg.c:486 0x102b9928 in rpmsg_port_unregister (port=port@entry=0x1859e4e8) at rpmsg/rpmsg_port.c:749 0x102b9bca in rpmsg_port_spi_process_packet (rxhdr=0x185ba718, rpspi=<optimized out>) at rpmsg/rpmsg_port_spi.c:408 rpmsg_port_spi_thread (argc=<optimized out>, argv=<optimized out>) at rpmsg/rpmsg_port_spi.c:452 0x102aa96e in nxtask_start () at task/task_start.c:111 Signed-off-by: yintao <yintao@xiaomi.com> | 11 个月前 | |
rpmsg:slove rpmsg_test error Signed-off-by: mazhuang <mazhuang@xiaomi.com> | 11 个月前 | |
rpmsg:add rpmsg_test to test rpmsg hold/release rx buffer rpmsg_test is a rpmsg api test service inside the kernel, and user can use ioctl to start this test. Signed-off-by: mazhuang <mazhuang@xiaomi.com> Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com> Signed-off-by: wangshaoxin <wangshaoxin@xiaomi.com> | 11 个月前 | |
drivers/rpmsg/rpmsg.c: acquire rdev->lock when access the rdev->endpoints Because the ept may has been destroied when the ept->ns_unbind_cb are calling. Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com> | 11 个月前 | |
rptun/rpmsg_virtio: remove cmd initialize don't need initialize in sim Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com> | 11 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 |