-
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
Aug 18, 2024
1 parent
f8acf71
commit 7da18df
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule libmetal
updated
52 files
Submodule lopper
updated
12 files
+12 −0 | lopper/__init__.py | |
+170 −1 | lopper/assists/gen_domain_dts.py | |
+158 −15 | lopper/assists/isospec.py | |
+3 −3 | lopper/assists/openamp_xlnx.py | |
+2 −0 | lopper/assists/xlnx_overlay_dt.py | |
+151 −0 | lopper/assists/yaml_bindings/xlnx,audio-formatter.yaml | |
+126 −0 | lopper/assists/yaml_bindings/xlnx,i2s.yaml | |
+145 −0 | lopper/assists/yaml_bindings/xlnx,sdi-tx.yaml | |
+126 −0 | lopper/assists/yaml_bindings/xlnx,sdirxss.yaml | |
+115 −0 | lopper/assists/yaml_bindings/xlnx,spdif.yaml | |
+10 −7 | lopper/tree.py | |
+21 −0 | lopper_sanity.py |