This website works better with JavaScript
首頁
探索
說明
註冊
登入
RD_Software
/
ark1668ed-bsp
關註
2
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
分支:
master
分支列表
標籤列表
develop
master
ark1668ed-bsp
/
u-boot
/
tools
/
u_boot_pylib
huangliang
4b7a0684d9
first debug version
3 月之前
..
LICENSE
4b7a0684d9
first debug version
3 月之前
README.rst
4b7a0684d9
first debug version
3 月之前
__init__.py
4b7a0684d9
first debug version
3 月之前
__main__.py
4b7a0684d9
first debug version
3 月之前
command.py
4b7a0684d9
first debug version
3 月之前
cros_subprocess.py
4b7a0684d9
first debug version
3 月之前
pyproject.toml
4b7a0684d9
first debug version
3 月之前
terminal.py
4b7a0684d9
first debug version
3 月之前
test_util.py
4b7a0684d9
first debug version
3 月之前
tools.py
4b7a0684d9
first debug version
3 月之前
tout.py
4b7a0684d9
first debug version
3 月之前
u_boot_pylib
4b7a0684d9
first debug version
3 月之前
README.rst
.. SPDX-License-Identifier: GPL-2.0+
# U-Boot Python Library
=====================
This is a Python library used by various U-Boot tools, including patman,
buildman and binman.
The module can be installed with pip::
pip install u_boot_pylib
or via setup.py::
./setup.py install [--user]