Home
last modified time | relevance | path

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

12345678910

/Zephyr-latest/cmake/modules/
Dpython.cmake24 # find_program(PYTHON_EXECUTABLE_SYSTEM_DEFAULT "python" "python3")
26 # and not finding a valid python3.
27 foreach(candidate "python" "python3")
43 find_package(Python3 ${PYTHON_MINIMUM_REQUIRED} REQUIRED)
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md36 python3 ./scripts/ci/upload_test_results_es.py --create-index \
74 python3 ./scripts/ci/upload_test_results_es.py --create-index \
81 python3 ./scripts/ci/upload_test_results_es.py \
95 python3 ./scripts/ci/upload_test_results_es.py --create-index \
102 python3 ./scripts/ci/upload_test_results_es.py \
119 python3 ./scripts/ci/upload_test_results_es.py --create-index \
127 python3 ./scripts/ci/upload_test_results_es.py \
142 python3 ./scripts/ci/upload_test_results_es.py --create-index \
149 python3 ./scripts/ci/upload_test_results_es.py \
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_linux.rst81 python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
90 python3-pip python3-tkinter xz file python3-devel SDL2-devel
97 os-core-dev python-basic python3-basic python3-tcl
198 what version you have by using ``python3 --version``.
Dindex.rst95 python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
103 python3 --version
136 brew install cmake ninja gperf python3 python-tk ccache qemu dtc libmagic wget openocd
139 execute ``python`` and ``pip`` as well ``python3`` and ``pip3``.
223 sudo apt install python3-venv
229 python3 -m venv ~/zephyrproject/.venv
281 python3 -m venv ~/zephyrproject/.venv
/Zephyr-latest/.github/workflows/
Dfootprint-tracking.yml60 sudo apt-get install -y python3-venv
95 python3 -m venv .venv
104 python3 ./scripts/footprint/pack_as_twister.py -vvv \
118 python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
Dtwister_tests_blackbox.yml63 python3 -m pip install --user virtualenv
64 python3 -m venv env
70python3 -m pip install -U -r scripts/requirements-base.txt -r scripts/requirements-build-test.txt …
Dtwister-publish.yaml44 python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
49 python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
Ddoc-build.yml76 sudo apt-get install -y wget python3-pip git ninja-build graphviz lcov
141python3 -m coverxygen --xml-dir doc/_build/html/doxygen/xml/ --src-dir include/ --output doc-cove…
209 … apt-get install -y python3-pip python3-venv ninja-build doxygen graphviz librsvg2-bin imagemagick
219 python3 -m venv .venv
Dstats_merged_prs.yml24python3 ./scripts/ci/stats/merged_prs.py --pull-request ${{ github.event.pull_request.number }} --…
/Zephyr-latest/scripts/coredump/coredump_parser/
D__init__.py1 #!/usr/bin/env python3
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
D__init__.py1 #!/usr/bin/env python3
/Zephyr-latest/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-latest/soc/intel/intel_adsp/tools/
Dacetool.py1 #!/usr/bin/env python3
/Zephyr-latest/scripts/tests/twister/
Dtest_mixins.py1 #!/usr/bin/env python3
Dtest_errors.py1 #!/usr/bin/env python3
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dconstants.py1 #!/usr/bin/env python3
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
D__init__.py1 #!/usr/bin/env python3
/Zephyr-latest/soc/aspeed/ast10x0/tools/
Dgen_uart_booting_image.py1 #!/usr/bin/env python3
/Zephyr-latest/scripts/ruff/
Dgen_format_exclude.py1 #!/usr/bin/env python3
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/
DCMakeLists.txt16 "'python3 src/creds/convert_keys.py' before building"
/Zephyr-latest/scripts/utils/
Dntc_thermistor_table.py1 #!/usr/bin/env python3
21 python3 ntc_thermistor_table.py \

12345678910