-
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
Dec 3, 2023
1 parent
e845b87
commit 90d4e0d
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule awesome
updated
12 files
+36 −31 | README.md | |
+13 −9 | docs/customization.md | |
+59 −16 | docs/extensions.md | |
+12 −9 | docs/tricks.md | |
+21 −1 | doxygen-awesome-tabs.js | |
+197 −58 | doxygen-awesome.css | |
+0 −44 | doxygen-custom/custom.css | |
+117 −0 | img/theme-variants-base.drawio.svg | |
+102 −0 | img/theme-variants-sidebar-only.drawio.svg | |
+0 −250 | img/theme-variants.drawio.svg | |
+53 −40 | include/MyLibrary/example.hpp | |
+1 −1 | package.json |
Submodule lopper
updated
2 files
+125 −76 | lopper/assists/openamp_xlnx.py | |
+10 −0 | lopper/assists/openamp_xlnx_common.py |
Submodule open-amp
updated
4 files
+7 −0 | lib/include/openamp/rpmsg.h | |
+21 −1 | lib/rpmsg/rpmsg.c | |
+25 −0 | lib/rpmsg/rpmsg_internal.h | |
+16 −0 | lib/rpmsg/rpmsg_virtio.c |