Skip to content

Commit 1562640

Browse files
committed
[VirtIO] Enhance IPCC & RPMsg model diagram description
1 parent 1ce679b commit 1562640

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cores/arduino/stm32/virtio/mbox_ipcc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
/*
2323
* Channel direction and usage:
24-
*
24+
* virtio_rpmsg_bus.c rpmsg_virtio.c
2525
* ======== <-- new msg ---=============--------<------ =======
26-
* || || || CHANNEL 1 || || ||
26+
* || || rvq (rx) || CHANNEL 1 || svq (tx_vq) || ||
2727
* || A7 || ------->-------=============--- buf free--> || M4 ||
2828
* || || || ||
2929
* ||master|| <-- buf free---=============--------<------ ||slave||
30-
* || || || CHANNEL 2 || || ||
30+
* || || svq (tx) || CHANNEL 2 || rvq (rx_vq) || ||
3131
* ======== ------->-------=============----new msg --> =======
3232
*/
3333

0 commit comments

Comments
 (0)