This website requires JavaScript.
Explore
Help
Register
Sign In
tequilaOS
/
platform_external_dtc
Watch
2
Star
0
Fork
You've already forked platform_external_dtc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
9c26cc838f
platform_external_dtc
/
pylibfdt
/
.gitignore
4 lines
30 B
Text
Raw
Normal View
History
Unescape
Escape
Add an initial Python library for libfdt Add Python bindings for a bare-bones set of libfdt functions. These allow navigating the tree and reading node names and properties. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2017-03-17 23:14:30 +01:00
libfdt.py
Use Python3 by default Python2 is deprecated upstream, lets try to move forwards. Along with it generalize the .gitignore file so we ignore the .pyc files in the new location that Python3 uses. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2019-03-29 05:13:10 +01:00
*.pyc
Add an initial Python library for libfdt Add Python bindings for a bare-bones set of libfdt functions. These allow navigating the tree and reading node names and properties. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2017-03-17 23:14:30 +01:00
libfdt_wrap.c
Reference in a new issue
Copy permalink