We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce679b commit 1562640Copy full SHA for 1562640
cores/arduino/stm32/virtio/mbox_ipcc.c
@@ -21,13 +21,13 @@
21
22
/*
23
* Channel direction and usage:
24
- *
+ * virtio_rpmsg_bus.c rpmsg_virtio.c
25
* ======== <-- new msg ---=============--------<------ =======
26
- * || || || CHANNEL 1 || || ||
+ * || || rvq (rx) || CHANNEL 1 || svq (tx_vq) || ||
27
* || A7 || ------->-------=============--- buf free--> || M4 ||
28
* || || || ||
29
* ||master|| <-- buf free---=============--------<------ ||slave||
30
- * || || || CHANNEL 2 || || ||
+ * || || svq (tx) || CHANNEL 2 || rvq (rx_vq) || ||
31
* ======== ------->-------=============----new msg --> =======
32
*/
33
0 commit comments