-
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 11, 2024
1 parent
7e6541a
commit f8acf71
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lopper
updated
7 files
+5 −1 | lopper/__init__.py | |
+6 −1 | lopper/__main__.py | |
+22 −8 | lopper/assists/baremetal_xparameters_xlnx.py | |
+8 −0 | lopper/assists/petalinuxconfig_xlnx.py | |
+5 −3 | lopper/base.py | |
+5 −1 | lopper/fdt.py | |
+188 −106 | lopper/tree.py |