Oopenvela-robotapps: Convert examples to rpmsg_get_{tx,rx}_buffer_size()
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
apps: copy echo_test to examples/echo Move the echo_test to examples will add a messaging test to implement a more complete messaging verification. Signed-off-by: Wendy Liang <jliang@xilinx.com> | 7 年前 | |
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> | 3 个月前 | |
apps: add missing license information Add BSD license when missing. Copyright has also been added for files when possible. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> | 3 个月前 | |
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> | 3 个月前 |