Home
last modified time | relevance | path

Searched full:py (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/Zephyr-latest/scripts/
Dwest-commands.yml1 # Keep the help strings in sync with the values in the .py files!
3 - file: scripts/west_commands/completion.py
8 - file: scripts/west_commands/boards.py
13 - file: scripts/west_commands/shields.py
18 - file: scripts/west_commands/build.py
23 - file: scripts/west_commands/twister_cmd.py
28 - file: scripts/west_commands/sign.py
33 - file: scripts/west_commands/flash.py
38 - file: scripts/west_commands/debug.py
52 - file: scripts/west_commands/export.py
[all …]
/Zephyr-latest/
D.ruff-excludes.toml7 "./arch/x86/gen_gdt.py" = [
11 "./arch/x86/gen_idt.py" = [
16 "./arch/x86/gen_mmu.py" = [
22 "./arch/x86/zefi/zefi.py" = [
28 "./arch/xtensa/core/gen_vectors.py" = [
33 "./arch/xtensa/core/gen_zsr.py" = [
36 "./arch/xtensa/core/xtensa_intgen.py" = [
43 "./boards/microchip/mec172xevb_assy6906/support/mec172x_remote_flasher.py" = [
46 "./doc/_scripts/redirects.py" = [
49 "./modules/mbedtls/create_psa_files.py" = [
[all …]
/Zephyr-latest/scripts/ci/
Dtwister_ignore.txt39 scripts/ci/test_plan.py
41 scripts/ci/check_compliance.py
42 scripts/ci/errno.py
43 scripts/ci/upload_test_results_es.py
44 scripts/ci/what_changed.py
45 scripts/ci/version_mgr.py
52 scripts/make_bugs_pickle.py
53 scripts/set_assignees.py
54 scripts/gitlint/zephyr_commit_rules.py
55 scripts/west_commands/runners/canopen_program.py
/Zephyr-latest/doc/build/cmake/
Dindex.rst90 :zephyr_file:`gen_defines.py <scripts/dts/gen_defines.py>` to generate a
98 :file:`gen_defines.py` also writes the final devicetree to
126 defined in :zephyr_file:`kconfigfunctions.py
127 <scripts/kconfig/kconfigfunctions.py>`.
151 *offsets.h* (by *gen_offset_header.py*) facilitates this.
154 The *gen_syscall.py* and *parse_syscalls.py* scripts work
185 The *gen_app_partitions.py* script scans all the
235 The *gen_app_partitions.py* script scans the unfixed size binary and
248 The *gen_device_deps.py* script scans the unfixed size binary to determine
260 The *gen_isr_tables.py* script scans the fixed size binary and creates
[all …]
/Zephyr-latest/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py103 ['pytest/test_shell_help.py'],
104 ['samples/hello/pytest/test_shell_help.py']
107 ['pytest/test_shell_help.py', 'pytest/test_shell_version.py', 'test_dir'],
108 ['samples/hello/pytest/test_shell_help.py',
109 'samples/hello/pytest/test_shell_version.py',
113 ['../shell/pytest/test_shell.py'],
114 ['samples/shell/pytest/test_shell.py']
117 ['/tmp/test_temp.py'],
118 ['/tmp/test_temp.py']
121 ['~/tmp/test_temp.py'],
[all …]
/Zephyr-latest/scripts/west_commands/tests/
Dtest_nxp_s32dbg.py28 …T_ARM_GDB_CMD = Path('S32DS') / 'tools' / 'gdb-arm' / 'arm32-eabi' / 'bin' / 'arm-none-eabi-gdb-py'
68 f'py _PROBE_IP = {repr(TEST_DEVICE)}',
69 f'py _JTAG_SPEED = {repr(TEST_SPEED)}',
70 f'py _GDB_SERVER_PORT = {repr(TEST_SERVER_PORT)}',
71 f"py _RESET_TYPE = {repr(TEST_RESET_TYPE)}",
72 f'py _RESET_DELAY = {repr(TEST_RESET_DELAY)}',
73 f'py _REMOTE_TIMEOUT = {repr(TEST_REMOTE_TIMEOUT)}',
74 f'py _CORE_NAME = {repr(f"{TEST_SOC_NAME}_{TEST_CORE_NAME}")}',
75 f'py _SOC_NAME = {repr(TEST_SOC_NAME)}',
76 'py _IS_LOGGING_ENABLED = False',
[all …]
/Zephyr-latest/scripts/tests/twister/
DREADME.md53 - conftest.py: Contains common fixtures for use in testing the twister tool.
54 - test_twister.py : Contains basic testcases for environment variables, verifying testcase & platfo…
55 - test_testsuite_class.py : Contains testcases for Testsuite class (except reporting functionality)…
56 - test_testinstance.py : Contains testcases for Testinstance and Testcase class.
57 - test_reporting_testsuite.py : Contains testcases for reporting functionality of Testsuite class o…
/Zephyr-latest/boards/intel/adsp/doc/
Dintel_adsp_generic.rst163 :zephyr_file:`soc/intel/intel_adsp/tools/remote-fw-service.py` will receive
165 :zephyr_file:`soc/intel/intel_adsp/tools/cavstool.py` (referred to as the
167 :file:`remote-fw-service.py`.
171 scp -r $ZEPHYR_BASE/soc/intel/intel_adsp/tools/cavstool.py username@remotehostname
172 scp -r $ZEPHYR_BASE/soc/intel/intel_adsp/tools/remote-fw-service.py username@remotehostname
174 sudo ./remote-fw-service.py
176 :file:`remote-fw-service.py` uses ports 9999 and 10000 on the remote host to
177 communicate. It forwards logs collected by :file:`cavstool.py` on port 9999
180 it sends requests using the :zephyr_file:`soc/intel/intel_adsp/tools/cavstool_client.py`
194 …device-serial-pty="$ZEPHYR_BASE/soc/intel/intel_adsp/tools/cavstool_client.py,-s,remotehostname,-l…
[all …]
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md4 index map examples for use by [upload_test_results_es.py](../upload_test_results_es.py)
36 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/samples/modules/tflite-micro/magic_wand/train/
DREADME.md65 $ python data_prepare.py
67 $ python data_split.py
69 $ python train.py --model CNN --person false
78 $ python data_prepare.py
80 $ python data_split_person.py
82 $ python train.py --model CNN --person true
180 - `data_load.py`
181 - `data_prepare.py`
182 - `data_split.py`
188 - `data_prepare.py`
[all …]
/Zephyr-latest/subsys/fb/
DREADME_fonts.txt8 ${ZEPHYR_BASE}/scripts/build/gen_cfb_font_header.py \
12 ${ZEPHYR_BASE}/scripts/build/gen_cfb_font_header.py \
16 ${ZEPHYR_BASE}/scripts/build/gen_cfb_font_header.py \
/Zephyr-latest/scripts/pylib/pytest-twister-harness/
D.gitignore3 *.py[cod]
4 *$py.class
37 *.py,cover
/Zephyr-latest/scripts/west_commands/
DREADME.txt15 py -3 run_tests.py
19 ./run_tests.py
/Zephyr-latest/tests/misc/check_init_priorities/
DCMakeLists.txt9 COMMENT "Running check_init_priorities.py"
14 COMMAND ${PYTHON_EXECUTABLE} ${ZEPHYR_BASE}/scripts/build/check_init_priorities.py
19 COMMAND ${PYTHON_EXECUTABLE} ${APPLICATION_SOURCE_DIR}/validate_check_init_priorities_output.py
/Zephyr-latest/doc/develop/west/
Dwest-apis.rst31 :py:class:`WestCommand` class defined here. Some exception types are also
41 .. py:attribute:: name
45 .. py:attribute:: help
49 .. py:attribute:: description
53 .. py:attribute:: accepts_unknown_args
57 .. py:attribute:: requires_workspace
63 .. py:attribute:: parser
69 .. py:attribute:: manifest
71 A property which returns the :py:class:`west.manifest.Manifest`
79 .. py:attribute:: has_manifest
[all …]
/Zephyr-latest/.github/workflows/
Derrno.yml7 - 'scripts/ci/errno.py'
31 - name: Run errno.py
34 ./scripts/ci/errno.py
/Zephyr-latest/boards/common/
Dnios2.board.cmake7 # TODO: merge this script into nios2.py
8 "--quartus-flash=${ZEPHYR_BASE}/scripts/support/quartus-flash.py"
/Zephyr-latest/doc/build/dts/
Ddesign.rst63 - Zephyr's devicetree source parser, :ref:`dtlib.py <dt-scripts>`, is
65 :file:`dtlib.py` can parse ``dtc`` output, and ``dtc`` can parse
66 :file:`dtlib.py` output.
68 - Zephyr's "extended dtlib" library, :file:`edtlib.py`, shall not include
72 Only the high-level :file:`gen_defines.py` script, which is built on top of
73 :file:`edtlib.py`, contains Zephyr-specific knowledge and features.
Dintro-input-output.rst92 :zephyr_file:`dtlib.py <scripts/dts/python-devicetree/src/devicetree/dtlib.py>`
95 :zephyr_file:`edtlib.py <scripts/dts/python-devicetree/src/devicetree/edtlib.py>`
100 :zephyr_file:`gen_defines.py <scripts/dts/python-devicetree/src/devicetree/edtlib.py>`
129 input to :file:`gen_defines.py` and used to create :file:`zephyr.dts` and
137 The final merged devicetree. This file is output by :file:`gen_defines.py`.
/Zephyr-latest/scripts/dts/
DREADME.txt1 This directory used to contain the edtlib.py and dtlib.py libraries
2 and tests, alongside the gen_defines.py script that uses them for
/Zephyr-latest/samples/net/sockets/http_client/
Ddocker-test.sh13 start_docker "/usr/local/bin/http-server.py" || return $?
35 start_docker "/usr/local/bin/https-server.py 192.0.2.2" \
36 "/usr/local/bin/https-server.py 2001:db8::2" || return $?
DREADME.rst54 The default certificates used by Socket HTTP Client and ``https-server.py``
63 and run the ``http-server.py`` (from net-tools) on a Linux host.
71 $ ./http-server.py
83 Note that ``http-server.py`` must be running in the Linux host terminal window
88 ``https-server.py`` program in net-tools project.
/Zephyr-latest/boards/adafruit/qt_py_rp2040/doc/
Dindex.rst6 The Adafruit QT Py RP2040 is a small, low-cost, versatile board from
107 Since it doesn't expose the SWD pins, you must flash the Adafruit QT Py RP2040 with
109 :file:`build/zephyr/zephyr.uf2` file. If the QT Py RP2040 is powered on with the ``BOOTSEL``
111 UF2 file should be drag-and-dropped to the device, which will flash the QT Py RP2040.
118 .. _Primary Guide\: Adafruit QT Py RP2040:
119 https://learn.adafruit.com/adafruit-qt-py-2040
/Zephyr-latest/cmake/
Dcfb.cmake15 ${ZEPHYR_BASE}/scripts/build/gen_cfb_font_header.py
22 ${ARGN} # Extra arguments are passed to gen_cfb_font_header.py
36 # gen_cfb_font_header.py
53 # gen_cfb_font_header.py
/Zephyr-latest/tests/subsys/logging/dictionary/
Dtestcase.yaml21 - "pytest/test_logging_dictionary.py"
30 - "pytest/test_logging_dictionary.py"

12345678910>>...18