Home
last modified time | relevance | path

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

123456789

/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/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/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/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/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/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/scripts/west_commands/
DREADME.txt15 py -3 run_tests.py
19 ./run_tests.py
/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/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/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/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-latest/samples/net/sockets/http_client/
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/scripts/
Drequirements-extras.txt18 # used by scripts/build/gen_cfb_font_header.py - helper script for user
24 # used by scripts/release/bug_bash.py for generating top ten bug squashers
/Zephyr-latest/cmake/
Dkobj.cmake20 ${ZEPHYR_BASE}/scripts/build/gen_kobject_list.py
27 ${ZEPHYR_BASE}/scripts/build/gen_kobject_list.py
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/soc/espressif/esp32/
DCMakeLists.txt45 set(ESPTOOL_PY ${ESP_IDF_PATH}/tools/esptool_py/esptool.py)
46 message("-- Use the esptool.py: ${ESPTOOL_PY}")
86 message("check_callgraph using: ${ESP_IDF_PATH}/tools/ci/check_callgraph.py")
89 ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/ci/check_callgraph.py
/Zephyr-latest/soc/espressif/esp32s3/
DCMakeLists.txt49 set(ESPTOOL_PY ${ESP_IDF_PATH}/tools/esptool_py/esptool.py)
50 message("-- Use the esptool.py: ${ESPTOOL_PY}")
90 message("check_callgraph using: ${ESP_IDF_PATH}/tools/ci/check_callgraph.py")
93 ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/ci/check_callgraph.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.
/Zephyr-latest/scripts/west_commands/tests/nrf/
DREADME.rst1 This directory contains test data files for test_nrf.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/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-latest/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

123456789