Searched full:py (Results 1 – 25 of 210) sorted by relevance
123456789
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/tools/ |
D | README.md | 2 logtool.py and adsplog.py 10 - logtool.py reads /sys/kernel/debug/sof/etrace which requires the 12 - adsplog.py finds the memory address by scanning 15 - logtool.py supports reading from a special QEMU location. 17 - logtool.py performs a raw dump of the memory and exits immediately. 18 - adsplog.py parses the data, understands the ring buffer and reads 21 - adsplog.py has technical details explained in a comment at the top.
|
/Zephyr-Core-2.7.6/scripts/ |
D | west-commands.yml | 1 # 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/build.py 18 - file: scripts/west_commands/sign.py 23 - file: scripts/west_commands/flash.py 28 - file: scripts/west_commands/debug.py 39 - file: scripts/west_commands/export.py 44 - file: scripts/west_commands/spdx.py
|
D | requirements-extras.txt | 15 # used by scripts/gen_cfb_font_header.py - helper script for user 24 # used by scripts/release/bug_bash.py for generating top ten bug squashers
|
/Zephyr-Core-2.7.6/doc/guides/build/ |
D | index.rst | 92 parsed by :zephyr_file:`gen_defines.py <scripts/dts/gen_defines.py>` to 95 As a debugging aid, :file:`gen_defines.py` writes the final devicetree to 130 defined in :zephyr_file:`kconfigfunctions.py 131 <scripts/kconfig/kconfigfunctions.py>`. 155 *offsets.h* (by *gen_offset_header.py*) facilitates this. 158 The *gen_syscall.py* and *parse_syscalls.py* scripts work 180 The *gen_app_partitions.py* script scans all the 208 The *gen_handles.py* script scans the first-pass binary to determine 216 The *gen_kobject_list.py* scans the *ELF DWARF* 220 *process_gperf.py*, using known properties of our special case. [all …]
|
/Zephyr-Core-2.7.6/scripts/tests/twister/ |
D | README.md | 34 coverage report -m $ZEPHYR_BASE/scripts/pylib/twister/twisterlib.py 53 - 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 fucntionality of Testsuite class o…
|
/Zephyr-Core-2.7.6/samples/modules/tflite-micro/magic_wand/train/ |
D | README.md | 65 $ 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-2.7.6/subsys/fb/ |
D | README_fonts.txt | 8 ${ZEPHYR_BASE}/scripts/gen_cfb_font_header.py \ 12 ${ZEPHYR_BASE}/scripts/gen_cfb_font_header.py \ 16 ${ZEPHYR_BASE}/scripts/gen_cfb_font_header.py \
|
/Zephyr-Core-2.7.6/scripts/west_commands/ |
D | README.txt | 15 py -3 run_tests.py 19 ./run_tests.py
|
/Zephyr-Core-2.7.6/doc/guides/west/ |
D | west-apis.rst | 39 :py:class:`WestCommand` class defined here. Some exception types are also 45 .. py:class:: west.commands.WestCommand 49 .. py:attribute:: name 53 .. py:attribute:: help 57 .. py:attribute:: description 61 .. py:attribute:: accepts_unknown_args 65 .. py:attribute:: requires_workspace 71 .. py:attribute:: parser 77 .. py:attribute:: manifest 79 A property which returns the :py:class:`west.manifest.Manifest` [all …]
|
D | extensions.rst | 81 .. code-block:: py 83 '''my_west_extension.py 143 :file:`my_west_extension.py` at the project root directory: 148 - file: my_west_extension.py 161 This is because west won't import :file:`my_west_extension.py` until the user 182 - file: my_west_extension.py 187 - file: another_file.py 197 - :file:`my_west_extension.py` defines extension ``my-command-name`` 199 - :file:`another_file.py` defines two extensions:
|
/Zephyr-Core-2.7.6/doc/guides/dts/ |
D | design.rst | 59 - Zephyr's devicetree source parser, :ref:`dtlib.py <dt-scripts>`, is 61 :file:`dtlib.py` can parse ``dtc`` output, and ``dtc`` can parse 62 :file:`dtlib.py` output. 64 - Zephyr's "extended dtlib" library, :file:`edtlib.py`, shall not include 68 Only the high-level :file:`gen_defines.py` script, which is built on top of 69 :file:`edtlib.py`, contains Zephyr-specific knowledge and features.
|
/Zephyr-Core-2.7.6/samples/net/sockets/http_client/ |
D | README.rst | 54 ``https-server.py`` program found in the 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.
|
D | docker-test.sh | 13 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 $?
|
/Zephyr-Core-2.7.6/cmake/ |
D | cfb.cmake | 15 ${ZEPHYR_BASE}/scripts/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
|
D | kobj.cmake | 20 ${ZEPHYR_BASE}/scripts/gen_kobject_list.py 27 ${ZEPHYR_BASE}/scripts/gen_kobject_list.py
|
/Zephyr-Core-2.7.6/scripts/dts/ |
D | README.txt | 1 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-2.7.6/boards/common/ |
D | nios2.board.cmake | 7 # TODO: merge this script into nios2.py 8 "--quartus-flash=${ZEPHYR_BASE}/scripts/support/quartus-flash.py"
|
/Zephyr-Core-2.7.6/.github/workflows/ |
D | errno.yml | 17 - name: Run errno.py 20 ./scripts/ci/errno.py
|
/Zephyr-Core-2.7.6/samples/net/sockets/websocket_client/ |
D | README.rst | 60 and run the ``zephyr-websocket-server.py`` (from net-tools) on a Linux host. 70 $ ./zephyr-websocket-server.py 88 Note that ``zephyr-websocket-server.py`` or ``websocketd`` must be running in 92 Current version of ``zephyr-websocket-server.py`` found in
|
/Zephyr-Core-2.7.6/doc/_scripts/ |
D | gen_helpers.py | 5 Helper functions used by gen_kconfig_rest.py and gen_devicetree_rest.py.
|
/Zephyr-Core-2.7.6/arch/x86/ |
D | ia32.cmake | 86 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 from the elf 143 ${ZEPHYR_BASE}/arch/x86/gen_gdt.py
|
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/doc/ |
D | index.rst | 84 $ boards/xtensa/intel_adsp_cavs15/tools/fw_loader.py -f <path to zephyr.ri> 101 $ boards/xtensa/intel_adsp_cavs15/tools/adsplog.py 105 $ boards/xtensa/intel_adsp_cavs15/tools/adsplog.py 115 ``--no-history`` argument to ``adsplog.py``, because by default it 122 … --device-serial-pty $ZEPHYR_BASE/boards/xtensa/intel_adsp_cavs15/tools/adsplog.py,--no-history \
|
/Zephyr-Core-2.7.6/boards/riscv/litex_vexriscv/doc/ |
D | index.rst | 82 wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py 83 chmod +x litex_setup.py 84 ./litex_setup.py init 85 ./litex_setup.py install 91 …cd litex/litex/boards/targets && ./arty.py --toolchain symbiflow --cpu-type vexriscv --sys-clk-fre…
|
/Zephyr-Core-2.7.6/samples/subsys/testsuite/pytest/pytest/ |
D | test_sample.py | 8 # fixture cmdopt defined in conftest.py, it can be requested either in 14 Argument "cmdopt" is a fixture defined in conftest.py, it returns
|
/Zephyr-Core-2.7.6/samples/net/syslog_net/ |
D | docker-test.sh | 15 start_docker "/usr/local/bin/syslog-receiver.py 2001:db8::2" || return $? 28 start_docker "/usr/local/bin/syslog-receiver.py 192.0.2.2" || return $?
|
123456789