Home
last modified time | relevance | path

Searched full:python3 (Results 1 – 25 of 172) sorted by relevance

1234567

/Zephyr-Core-3.4.0/cmake/modules/
Dpython.cmake16 …re using foreach here, instead of find_program(PYTHON_EXECUTABLE_SYSTEM_DEFAULT "python" "python3")
17 …using find_program directly could result in a python2.7 as python, and not finding a valid python3.
18 foreach(PYTHON_PREFER ${PYTHON_PREFER} ${WEST_PYTHON} "python" "python3")
46 find_package(Python3 ${PYTHON_MINIMUM_REQUIRED} REQUIRED ${PYTHON_EXACT})
/Zephyr-Core-3.4.0/doc/develop/getting_started/
Dinstallation_linux.rst81python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file libpython3.8-dev…
90 python3-pip python3-tkinter xz file glibc-devel.i686 libstdc++-devel.i686 python38 \
98 os-core-dev python-basic python3-basic python3-tcl
199 what version you have by using ``python3 --version``.
Dindex.rst98 python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
104 python3 --version
125 brew install cmake ninja gperf python3 ccache qemu dtc wget libmagic
214 sudo apt install python3-venv
220 python3 -m venv ~/zephyrproject/.venv
310 python3 -m venv ~/zephyrproject/.venv
/Zephyr-Core-3.4.0/scripts/coredump/coredump_parser/
D__init__.py1 #!/usr/bin/env python3
/Zephyr-Core-3.4.0/scripts/coredump/gdbstubs/arch/
D__init__.py1 #!/usr/bin/env python3
/Zephyr-Core-3.4.0/scripts/generate_usb_vif/constants/
Ddt_constants.py1 #!/usr/bin/env python3
Dpdo_constants.py1 #!/usr/bin/env python3
Dvif_element_constants.py1 #!/usr/bin/env python3
Dother_constants.py1 #!/usr/bin/env python3
Dxml_constants.py1 #!/usr/bin/env python3
/Zephyr-Core-3.4.0/scripts/logging/dictionary/dictionary_parser/
Dlog_parser.py1 #!/usr/bin/env python3
D__init__.py1 #!/usr/bin/env python3
Dutils.py1 #!/usr/bin/env python3
/Zephyr-Core-3.4.0/.github/workflows/
Dfootprint-tracking.yml51 sudo apt-get install -y python3-venv
82 python3 -m venv .venv
Ddoc-build.yml133 apt-get install -y python3-pip python3-venv ninja-build doxygen graphviz librsvg2-bin
143 python3 -m venv .venv
Dassigner.yml33 python3 scripts/set_assignees.py \
Ddaily_test_version.yml37 python3 scripts/ci/version_mgr.py --update .
/Zephyr-Core-3.4.0/soc/arm/aspeed/ast10x0/tools/
Dgen_uart_booting_image.py1 #!/usr/bin/env python3
/Zephyr-Core-3.4.0/tests/net/socket/udp/
Dgenerate-c-string.py1 #!/usr/bin/env python3
/Zephyr-Core-3.4.0/samples/net/cloud/aws_iot_mqtt/
DCMakeLists.txt16 "'python3 src/creds/convert_keys.py' before building"
/Zephyr-Core-3.4.0/scripts/utils/
Dntc_thermistor_table.py1 #!/usr/bin/env python3
21 python3 ntc_thermistor_table.py \
/Zephyr-Core-3.4.0/scripts/coredump/gdbstubs/
D__init__.py1 #!/usr/bin/env python3
/Zephyr-Core-3.4.0/samples/modules/thrift/hello/client/
Dhello_client.py1 #!/usr/bin/env python3
/Zephyr-Core-3.4.0/samples/subsys/zbus/uart_bridge/
Ddecoder.py1 #!/usr/bin/env python3
/Zephyr-Core-3.4.0/scripts/pylib/twister/twisterlib/
Dpackage.py1 #!/usr/bin/env python3

1234567