| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
apps: add rpmsg_sample test This test corresponds to the behaviour of the linux rpmsg sample driver. master send 100 messages to the slave, expecting echo. At least the echo part running on slave can be implemented to respond to the linux driver. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Signed-off-by: Wendy Liang <jliang@xilinx.com> | 7 年前 | |
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> | 3 个月前 | |
Terminology: Replace potentially offensive terms in the code. In line with the terminology changes proposed by the OpenAMP Technical Steering committe. Change VIRTIO_SLAVE_ONLY to VIRTIO_DEVICE_ONLY. On linux, the two ends of the virtio communication path are referred to as the "driver" (Linux), and the "device", in this case running on the remote processor. Terminology: Replace VIRTIO_MASTER_ONLY with VIRTIO_DRIVER_ONLY. Terminology: Replace VIRTIO_DEV_SLAVE with VIRTIO_DEV_DEVICE Terminology: Replace VIRTIO_DEV_MASTER with VIRTIO_DEV_DRIVER. Apps: Fix variable names Per guidance from the Technical Steering Committee, replace "master" and "slave" with more appropriate terms. lib: Replace RPMSG_MASTER with RPMSG_HOST cmake: Change option names from "master", "slave" to "driver", "device". Apps: Cleanup terminology README: Update variable names to match the code. Terminology: Add deprecation warnings to configuration variables. Warn the user if they use the older, possibly offensively named configuration variables. Terminology: Clean up deprecation warnings. CMake: Default deprecated configuration variables to off. Make the deprecated WITH_VIRTIO_MASTER and WITH_VIRTIO_SLAVE configuration variables default to OFF. This means that only deliberate use of those variables will trigger the deprecation warning. Terminology: Replace compiler-specific warnings with #warning. In warning about deprecated constant names, change from compiler-specific compile time warnings to the standard #warning. fixup! Terminology: Replace potentially offensive terms in the code. Fix the compilation error in zephyr by declaring a deprecated function Deprecated message generated: zephyr/samples/subsys/ipc/openamp_rsc_table/src/main_remote.c: In function 'rpmsg_mng_task': zephyr/samples/subsys/ipc/openamp_rsc_table/src/main_remote.c:351:2: warning: 'deprecated_virtio_dev_slave' is deprecated [-Wdeprecated-declarations] 351 | rpdev = platform_create_rpmsg_vdev(0, VIRTIO_DEV_SLAVE, NULL, | ^~~~~ In file included from modules/lib/open-amp/open-amp/lib/include/openamp/rpmsg_virtio.h:18, from modules/lib/open-amp/open-amp/lib/include/openamp/open_amp.h:12, from zephyr/samples/subsys/ipc/openamp_rsc_table/src/main_remote.c:15: modules/lib/open-amp/open-amp/lib/include/openamp/virtio.h:49:32: note: declared here 49 | __deprecated static inline int deprecated_virtio_dev_slave(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ fixup! Terminology: Replace potentially offensive terms in the code. miscellaneous update Signed-off-by: Ed Mooring <ed.mooring@gmail.com> Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> | 3 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 7 年前 | ||
| 3 个月前 | ||
| 3 个月前 |