-
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 6, 2024
1 parent
f271540
commit 98f91f8
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule awesome
updated
6 files
+237 −207 | Doxyfile | |
+38 −5 | README.md | |
+1 −1 | doxygen-awesome.css | |
+1 −1 | include/MyLibrary/example.hpp | |
+0 −14 | package-lock.json | |
+1 −1 | package.json |
Submodule lopper
updated
13 files
+3 −1 | lopper.py | |
+15 −2 | lopper/__init__.py | |
+10 −2 | lopper/__main__.py | |
+8 −0 | lopper/assists/baremetal_xparameters_xlnx.py | |
+5 −0 | lopper/assists/baremetalconfig_xlnx.py | |
+3 −4 | lopper/assists/gen_domain_dts.py | |
+9 −1 | lopper/assists/openamp_xlnx.py | |
+11 −10 | lopper/assists/yaml_bindings/xlnx,v-hdmi-phy1.yaml | |
+18 −0 | lopper/assists/yaml_bindings/xlnx,vphy.yaml | |
+28 −0 | lopper/base.py | |
+3 −3 | lopper/log.py | |
+331 −264 | lopper/tree.py | |
+38 −18 | lopper_sanity.py |
Submodule openamp-system-reference
updated
8 files