RPMsg inter-partition messaging
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(pid1,openamp,rpmsg): remove SpaceOS product references from library READMEs

These are general-purpose OCaml libraries; their READMEs should describe
what the library does, not which product uses it.

+2 -3
+2 -3
README.md
··· 6 6 partitions on asymmetric multiprocessing platforms. This library wraps the 7 7 `/dev/rpmsg_ctrl*` and `/dev/rpmsg*` character devices, encoding the 8 8 `rpmsg_endpoint_info` struct via Wire codecs instead of manual C struct packing. 9 - It is used for communication between SpaceOS (Linux) and co-processor 10 - partitions via virtio vrings on Jailhouse, Xen, and Zynq UltraScale+ 11 - platforms. 9 + It is used for communication between the Linux host and co-processor partitions 10 + via virtio vrings on Jailhouse, Xen, and Zynq UltraScale+ platforms. 12 11 13 12 Endpoint IO is built on Eio flows, so it integrates directly with the Eio 14 13 event loop.