Oopenvela-robotapps: Convert examples to rpmsg_get_{tx,rx}_buffer_size()
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
apps: add responder part of the no copy example Add the ping responder that uses the nocpy API to process the message outside of the receive callback. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> | 4 个月前 | |
apps: move nocopy ping test to example Move the test to exemple folder to prepare an exemple that involves the TX and RX nocopy API. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> | 4 个月前 | |
Terminology: Replace potentially offensive terms in documentation In line with the terminology changes proposed by the OpenAMP Technical Steering committee. Suppress "master and "slave" terms in comments and documentations. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> | 4 个月前 | |
apps: Convert examples to rpmsg_get_{tx,rx}_buffer_size() The contents of app() in these examples is given a rpmsg_device. We should not have to know about the backing transport layer. We assume it is virtio and call into the virtio layer to get the buffer size. This information is now available from the rpmsg layer. Use those functions to make the app() agnostic to the backing layer. Signed-off-by: Andrew Davis <afd@ti.com> | 4 个月前 |