-
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
Oct 27, 2024
1 parent
a449074
commit 6e57929
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule libmetal
updated
14 files
+2 −2 | cmake/depends.cmake | |
+2 −2 | lib/atomic.h | |
+1 −1 | lib/compiler.h | |
+1 −1 | lib/errno.h | |
+4 −1 | lib/processor/CMakeLists.txt | |
+17 −0 | lib/processor/hosted/cpu.c | |
+1 −6 | lib/processor/hosted/cpu.h | |
+3 −0 | lib/system/freertos/sys.h | |
+4 −0 | lib/system/freertos/template/sys.h | |
+4 −0 | lib/system/freertos/xlnx/sys.h | |
+3 −0 | lib/system/generic/sys.h | |
+3 −0 | lib/system/linux/sys.h | |
+4 −0 | lib/system/nuttx/sys.h | |
+3 −0 | lib/system/zephyr/sys.h |
Submodule lopper
updated
9 files
Submodule open-amp
updated
7 files
+4 −0 | cmake/options.cmake | |
+1 −1 | lib/include/openamp/remoteproc.h | |
+1 −1 | lib/include/openamp/rpmsg.h | |
+1 −1 | lib/remoteproc/remoteproc.c | |
+2 −2 | lib/remoteproc/remoteproc_virtio.c | |
+2 −2 | lib/rpmsg/rpmsg.c | |
+3 −3 | lib/rpmsg/rpmsg_virtio.c |
Submodule openamp-system-reference
updated
2 files
+1 −1 | examples/legacy_apps/tests/msg/rpmsg-nocopy-echo.c | |
+1 −0 | examples/zephyr/rpmsg_multi_services/README.rst |