Open pfeatherstone opened 7 months ago
It looks like you have implemented your own message queue. Why not use rpmsg_queue_create() as per the documentation here ? Or is this not implemented in your fork of rpmsg-lite ?
Yes, its not implemented.
It is defined here though https://github.com/analogdevicesinc/rpmsg-lite/blob/master/lib/rpmsg_lite/rpmsg_queue.c
It looks like you have implemented your own message queue. Why not use rpmsg_queue_create() as per the documentation here ? Or is this not implemented in your fork of rpmsg-lite ?