-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GH actions
committed
Apr 14, 2024
1 parent
3423517
commit 73b0031
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule lopper
updated
3 files
+1 −1 | lopper/__init__.py | |
+2 −0 | lopper/assists/baremetallinker_xlnx.py | |
+5 −2 | lopper/assists/openamp_xlnx.py |
Submodule open-amp
updated
13 files
+2 −2 | apps/examples/echo/rpmsg-echo.c | |
+16 −15 | apps/examples/echo/rpmsg-ping.c | |
+10 −9 | apps/examples/nocopy_echo/rpmsg-nocopy-ping.c | |
+15 −13 | apps/tests/msg/rpmsg-flood-ping.c | |
+9 −8 | apps/tests/msg/rpmsg-nocopy-ping.c | |
+15 −14 | apps/tests/msg/rpmsg-ping.c | |
+4 −23 | lib/include/openamp/remoteproc.h | |
+30 −0 | lib/include/openamp/rpmsg.h | |
+23 −0 | lib/remoteproc/remoteproc.c | |
+33 −2 | lib/rpmsg/rpmsg.c | |
+1 −1 | lib/rpmsg/rpmsg_internal.h | |
+8 −4 | lib/rpmsg/rpmsg_virtio.c | |
+4 −5 | lib/virtio/virtqueue.c |