Home
last modified time | relevance | path

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

1234567891011

/Zephyr-4.2.1/cmake/modules/
Dpython.cmake22 # find_program(PYTHON_EXECUTABLE_SYSTEM_DEFAULT "python" "python3")
24 # and not finding a valid python3.
25 foreach(candidate "python" "python3")
41 find_package(Python3 ${PYTHON_MINIMUM_REQUIRED} REQUIRED)
/Zephyr-4.2.1/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-4.2.1/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``.
/Zephyr-4.2.1/scripts/coredump/coredump_parser/
D__init__.py1 #!/usr/bin/env python3
/Zephyr-4.2.1/scripts/coredump/gdbstubs/arch/
D__init__.py1 #!/usr/bin/env python3
/Zephyr-4.2.1/.github/workflows/
Dfootprint-tracking.yml62 sudo apt-get install -y python3-venv
107 python3 -m venv .venv
115 python3 ./scripts/footprint/pack_as_twister.py -vvv \
128 python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
Dtwister-publish.yaml55 python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
60 python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
/Zephyr-4.2.1/soc/intel/intel_adsp/tools/
Dacetool.py1 #!/usr/bin/env python3
/Zephyr-4.2.1/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-4.2.1/scripts/tests/twister/
Dtest_mixins.py1 #!/usr/bin/env python3
Dtest_errors.py1 #!/usr/bin/env python3
Dtest_log_helper.py1 #!/usr/bin/env python3
/Zephyr-4.2.1/scripts/pylib/twister/twisterlib/
Dconstants.py1 #!/usr/bin/env python3
/Zephyr-4.2.1/scripts/logging/dictionary/dictionary_parser/
D__init__.py1 #!/usr/bin/env python3
/Zephyr-4.2.1/soc/aspeed/ast10x0/tools/
Dgen_uart_booting_image.py1 #!/usr/bin/env python3
/Zephyr-4.2.1/scripts/ruff/
Dgen_format_exclude.py1 #!/usr/bin/env python3
/Zephyr-4.2.1/samples/net/cloud/aws_iot_mqtt/
DCMakeLists.txt16 "'python3 src/creds/convert_keys.py' before building"
/Zephyr-4.2.1/tests/net/socket/udp/
Dgenerate-c-string.py1 #!/usr/bin/env python3
/Zephyr-4.2.1/scripts/utils/
Dntc_thermistor_table.py1 #!/usr/bin/env python3
21 python3 ntc_thermistor_table.py \
/Zephyr-4.2.1/scripts/dts/
Dedtlib_logger.py1 #!/usr/bin/env python3
/Zephyr-4.2.1/boards/ti/am243x_evm/doc/
Dindex.rst80 (like python3 and openssl) are installed.
106 python3 -m venv .venv
168python3 $MCUPSDK/source/security/security_common/tools/boot/signing/appimage_x509_cert_gen.py --bi…
192python3 uart_bootloader.py -p /dev/ttyUSB0 --bootloader=sbl_uart.release.hs_fs.tiimage --file=zeph…
211 You then need to run ``python3 uart_uniflash.py -p /dev/ttyUSB0

1234567891011