Home
last modified time | relevance | path

Searched refs:py (Results 1 – 25 of 210) sorted by relevance

123456789

/Zephyr-Core-3.7.0/scripts/ci/
Dtwister_ignore.txt39 scripts/ci/test_plan.py
41 scripts/ci/what_changed.py
42 scripts/ci/version_mgr.py
49 scripts/make_bugs_pickle.py
50 scripts/set_assignees.py
51 scripts/gitlint/zephyr_commit_rules.py
52 scripts/west_commands/runners/canopen_program.py
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/scripts/pylib/pytest-twister-harness/
D.gitignore3 *.py[cod]
4 *$py.class
37 *.py,cover
/Zephyr-Core-3.7.0/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-Core-3.7.0/boards/common/
Dnios2.board.cmake7 # TODO: merge this script into nios2.py
8 "--quartus-flash=${ZEPHYR_BASE}/scripts/support/quartus-flash.py"
/Zephyr-Core-3.7.0/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-Core-3.7.0/scripts/west_commands/
DREADME.txt15 py -3 run_tests.py
19 ./run_tests.py
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/soc/intel/intel_ish/utils/
Dbuild_ish_firmware.cmake14 COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_LIST_DIR}/build_ish_firmware.py
21 COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_LIST_DIR}/build_ish_firmware.py
/Zephyr-Core-3.7.0/samples/net/sockets/http_client/
DREADME.rst55 ``https-server.py`` program found in the
64 and run the ``http-server.py`` (from net-tools) on a Linux host.
72 $ ./http-server.py
84 Note that ``http-server.py`` must be running in the Linux host terminal window
89 ``https-server.py`` program in net-tools project.
/Zephyr-Core-3.7.0/soc/espressif/esp32/
DCMakeLists.txt30 set(ESPTOOL_PY ${ESP_IDF_PATH}/tools/esptool_py/esptool.py)
54 COMMAND ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/esp_bin2c_array.py
82 message("check_callgraph using: ${ESP_IDF_PATH}/tools/ci/check_callgraph.py")
85 ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/ci/check_callgraph.py
/Zephyr-Core-3.7.0/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
Dkobj.cmake20 ${ZEPHYR_BASE}/scripts/build/gen_kobject_list.py
27 ${ZEPHYR_BASE}/scripts/build/gen_kobject_list.py
/Zephyr-Core-3.7.0/soc/espressif/esp32s3/
DCMakeLists.txt30 set(ESPTOOL_PY ${ESP_IDF_PATH}/tools/esptool_py/esptool.py)
54 COMMAND ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/esp_bin2c_array.py
83 message("check_callgraph using: ${ESP_IDF_PATH}/tools/ci/check_callgraph.py")
86 ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/ci/check_callgraph.py
/Zephyr-Core-3.7.0/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.
/Zephyr-Core-3.7.0/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-Core-3.7.0/scripts/west_commands/tests/nrf/
DREADME.rst1 This directory contains test data files for test_nrf.py.
/Zephyr-Core-3.7.0/drivers/display/
Ddisplay_max7219.c178 for (uint16_t py = y; py < end_y; ++py) { in max7219_write() local
179 const uint8_t max7219_idx = py / MAX7219_DIGITS_PER_DEVICE; in max7219_write()
180 const uint8_t digit_idx = py % MAX7219_DIGITS_PER_DEVICE; in max7219_write()
181 uint8_t segment = dev_data->digit_buf[py]; in max7219_write()
/Zephyr-Core-3.7.0/arch/x86/
Dia32.cmake86 set(GENIDT ${ZEPHYR_BASE}/arch/x86/gen_idt.py)
90 # Use gen_idt.py and objcopy to generate irq_int_vector_map.o,
129 # Use gen_gdt.py and objcopy to generate gdt.o from the elf
143 ${ZEPHYR_BASE}/arch/x86/gen_gdt.py
/Zephyr-Core-3.7.0/scripts/
Drequirements-extras.txt18 # used by scripts/build/gen_cfb_font_header.py - helper script for user
28 # used by scripts/release/bug_bash.py for generating top ten bug squashers
/Zephyr-Core-3.7.0/include/zephyr/arch/x86/
Dpagetables.ld6 /* Pagetables. These are produced by arch/x86/gen-mmu.py based on
17 KEEP(*(pagetables)) /* gen_mmu.py */
/Zephyr-Core-3.7.0/soc/espressif/esp32c3/
DCMakeLists.txt25 set(ESPTOOL_PY ${ESP_IDF_PATH}/tools/esptool_py/esptool.py)
59 message("check_callgraph using: ${ESP_IDF_PATH}/tools/ci/check_callgraph.py")
62 ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/ci/check_callgraph.py

123456789