Home
last modified time | relevance | path

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

123456789

/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/tools/
DREADME.md2 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/
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/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
Drequirements-extras.txt15 # 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/
Dindex.rst92 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/
DREADME.md34 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/
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-2.7.6/subsys/fb/
DREADME_fonts.txt8 ${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/
DREADME.txt15 py -3 run_tests.py
19 ./run_tests.py
/Zephyr-Core-2.7.6/doc/guides/west/
Dwest-apis.rst39 :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 …]
Dextensions.rst81 .. 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/
Ddesign.rst59 - 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/
DREADME.rst54 ``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.
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 $?
/Zephyr-Core-2.7.6/cmake/
Dcfb.cmake15 ${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
Dkobj.cmake20 ${ZEPHYR_BASE}/scripts/gen_kobject_list.py
27 ${ZEPHYR_BASE}/scripts/gen_kobject_list.py
/Zephyr-Core-2.7.6/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-2.7.6/boards/common/
Dnios2.board.cmake7 # TODO: merge this script into nios2.py
8 "--quartus-flash=${ZEPHYR_BASE}/scripts/support/quartus-flash.py"
/Zephyr-Core-2.7.6/.github/workflows/
Derrno.yml17 - name: Run errno.py
20 ./scripts/ci/errno.py
/Zephyr-Core-2.7.6/samples/net/sockets/websocket_client/
DREADME.rst60 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/
Dgen_helpers.py5 Helper functions used by gen_kconfig_rest.py and gen_devicetree_rest.py.
/Zephyr-Core-2.7.6/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 from the elf
143 ${ZEPHYR_BASE}/arch/x86/gen_gdt.py
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/doc/
Dindex.rst84 $ 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/
Dindex.rst82 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/
Dtest_sample.py8 # 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/
Ddocker-test.sh15 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