Searched refs:py (Results 1 – 25 of 198) sorted by relevance
12345678
/Zephyr-Core-3.5.0/doc/build/cmake/ |
D | index.rst | 90 :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.5.0/tests/misc/check_init_priorities/ |
D | CMakeLists.txt | 9 COMMENT "Running check_init_priorities.py" 12 COMMAND ${PYTHON_EXECUTABLE} ${ZEPHYR_BASE}/scripts/build/check_init_priorities.py 17 COMMAND ${PYTHON_EXECUTABLE} ${APPLICATION_SOURCE_DIR}/validate_check_init_priorities_output.py
|
/Zephyr-Core-3.5.0/scripts/tests/twister/ |
D | README.md | 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 functionality of Testsuite class o…
|
/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/ |
D | .gitignore | 3 *.py[cod] 4 *$py.class 37 *.py,cover
|
/Zephyr-Core-3.5.0/subsys/fb/ |
D | README_fonts.txt | 8 ${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.5.0/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-3.5.0/doc/develop/west/ |
D | west-apis.rst | 31 :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.5.0/boards/arm/beagle_bcf/ |
D | board.cmake | 6 # Download cc2538-bsl.py from https://git.beagleboard.org/beagleconnect/zephyr/cc2538-bsl/-/tags/2.… 9 board_finalize_runner_args(misc-flasher $ENV{ZEPHYR_BASE}/boards/arm/beagle_bcf/cc2538-bsl.py -w)
|
/Zephyr-Core-3.5.0/scripts/west_commands/ |
D | README.txt | 15 py -3 run_tests.py 19 ./run_tests.py
|
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32_net/ |
D | CMakeLists.txt | 11 COMMAND ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/components/esptool_py/esptool/esptool.py 17 COMMAND ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/esp_bin2c_array.py
|
/Zephyr-Core-3.5.0/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-3.5.0/soc/x86/intel_ish/utils/ |
D | build_ish_firmware.cmake | 14 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.5.0/boards/xtensa/intel_adsp_cavs25/doc/ |
D | intel_adsp_generic.rst | 178 :zephyr_file:`soc/xtensa/intel_adsp/tools/remote-fw-service.py` will receive 180 :zephyr_file:`soc/xtensa/intel_adsp/tools/cavstool.py` (referred to as the 182 :file:`remote-fw-service.py`. 186 scp -r $ZEPHYR_BASE/soc/xtensa/intel_adsp/tools/cavstool.py username@remotehostname 187 scp -r $ZEPHYR_BASE/soc/xtensa/intel_adsp/tools/remote-fw-service.py username@remotehostname 189 sudo ./remote-fw-service.py 191 :file:`remote-fw-service.py` uses ports 9999 and 10000 on the remote host to 192 communicate. It forwards logs collected by :file:`cavstool.py` on port 9999 195 it sends requests using the :zephyr_file:`soc/xtensa/intel_adsp/tools/cavstool_client.py` 209 …evice-serial-pty="$ZEPHYR_BASE/soc/xtensa/intel_adsp/tools/cavstool_client.py,-s,remotehostname,-l… [all …]
|
/Zephyr-Core-3.5.0/samples/net/sockets/http_client/ |
D | README.rst | 55 ``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.5.0/cmake/ |
D | kobj.cmake | 20 ${ZEPHYR_BASE}/scripts/build/gen_kobject_list.py 27 ${ZEPHYR_BASE}/scripts/build/gen_kobject_list.py
|
D | cfb.cmake | 15 ${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-Core-3.5.0/doc/build/dts/ |
D | design.rst | 63 - 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.5.0/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-3.5.0/scripts/west_commands/tests/nrf/ |
D | README.rst | 1 This directory contains test data files for test_nrf.py.
|
/Zephyr-Core-3.5.0/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-3.5.0/scripts/ |
D | requirements-extras.txt | 18 # 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
|
D | .gitignore | 2 parsetab.py
|
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/ |
D | pagetables.ld | 6 /* Pagetables. These are produced by arch/x86/gen-mmu.py based on 17 KEEP(*(pagetables)) /* gen_mmu.py */
|
/Zephyr-Core-3.5.0/drivers/display/ |
D | display_max7219.c | 192 for (uint16_t py = y; py < end_y; ++py) { in max7219_write() local 193 const uint8_t max7219_idx = py / MAX7219_DIGITS_PER_DEVICE; in max7219_write() 194 const uint8_t digit_idx = py % MAX7219_DIGITS_PER_DEVICE; in max7219_write() 195 uint8_t segment = dev_data->digit_buf[py]; in max7219_write()
|
/Zephyr-Core-3.5.0/samples/modules/thrift/hello/client/ |
D | Makefile | 40 thrift --gen py $< 44 rm -Rf hello_client hello_client_compact hello_client_ssl $(GEN_DIR) gen-py *.stamp
|
12345678