This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
RD_Software
/
ark1668ed-bsp
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
f611f5f993
브랜치
태그
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]