Searched full:files (Results 1 – 25 of 883) sorted by relevance
12345678910>>...36
/Zephyr-latest/scripts/ci/ |
D | tags.yaml | 1 # This file contains information on what files are associated with which 9 # files: 10 # List of paths and/or glob patterns giving the files in the tag, 13 # If a path or glob pattern ends in a '/', it matches all files within 19 # files-regex: 24 # Can be combined with a 'files' key. 26 # Note: Prefer plain 'files' patterns where possible. get_maintainer.py 30 # files-exclude: 31 # Like 'files', but any matching files will be excluded from the tag. 33 # files-regex-exclude: [all …]
|
/Zephyr-latest/ |
D | MAINTAINERS.yml | 35 # files: 36 # List of paths and/or glob patterns giving the files in the area, 39 # If a path or glob pattern ends in a '/', it matches all files within 45 # files-regex: 50 # Can be combined with a 'files' key. 52 # Note: Prefer plain 'files' patterns where possible. get_maintainer.py 56 # files-exclude: 57 # Like 'files', but any matching files will be excluded from the area. 59 # files-regex-exclude: 60 # Like 'files-regex', but any matching files will be excluded from the [all …]
|
D | .gitattributes | 1 # used to remove files from deployment using `git archive` 2 # git files 7 # Tell git to not diff certain files 10 # Tell linguist that generated test pattern files should not be included in the
|
/Zephyr-latest/.github/workflows/ |
D | bsim-tests.yaml | 93 - name: Check common triggering files 94 uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1 95 id: check-common-files 97 files: | 112 - name: Check if Bluethooth files changed 113 uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1 114 id: check-bluetooth-files 116 files: | 121 - name: Check if Networking files changed 122 uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1 [all …]
|
/Zephyr-latest/tests/application_development/code_relocation/ |
D | CMakeLists.txt | 18 zephyr_code_relocate(FILES src/test_file1.c ${SRAM2_PHDR} LOCATION SRAM2) 20 zephyr_code_relocate(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/test_file2.c ${RAM_PHDR} LOCATION RAM FI… 29 # Test support for a simple generator expression to relocate two files 33 zephyr_code_relocate(FILES ${genex_expr} LOCATION SRAM2) 35 zephyr_code_relocate(FILES src/test_file3.c LOCATION SRAM2_LITERAL) 36 zephyr_code_relocate(FILES src/test_file3.c LOCATION SRAM2_TEXT) 37 zephyr_code_relocate(FILES src/test_file3.c LOCATION RAM_DATA) 38 zephyr_code_relocate(FILES src/test_file3.c LOCATION SRAM2_BSS) 42 zephyr_code_relocate(FILES ${ZEPHYR_BASE}/kernel/sem.c ${RAM_PHDR} LOCATION RAM NOKEEP) 45 zephyr_code_relocate(FILES ${ZEPHYR_BASE}/lib/libc/minimal/source/string/string.c
|
/Zephyr-latest/doc/build/dts/ |
D | intro-input-output.rst | 1 .. _devicetree-in-out-files: 3 Input and output files 6 This section describes the input and output files shown in the figure in 12 Devicetree input (green) and output (yellow) files 14 .. _dt-input-files: 16 Input files 19 There are four types of devicetree input files: 26 The devicetree files inside the :file:`zephyr` directory look like this: 39 :file:`BOARD.dts` includes one or more ``.dtsi`` files. These ``.dtsi`` files 41 ``.dtsi`` files. They can also describe other common hardware features shared by [all …]
|
/Zephyr-latest/doc/kernel/ |
D | code-relocation.rst | 9 required files and place them in the required memory region. The memory region 15 of ``__attribute__((section("name")))`` for a bunch of files together. 22 through a file where each line specifies a list of files to be placed in the 39 ``code_relocation.c`` files. The ``linker_relocate.ld`` file creates 41 selected files. 63 all the files that need relocation. 65 ``zephyr_code_relocate(FILES src/*.c LOCATION SRAM2)`` 67 Where the first argument is the file/files and the second 84 zephyr_code_relocate(FILES src/file1.c LOCATION SRAM2) 85 zephyr_code_relocate(FILES src/file2.c LOCATION SRAM) [all …]
|
/Zephyr-latest/samples/boards/intel/adsp/code_relocation/ |
D | CMakeLists.txt | 10 zephyr_code_relocate(FILES src/reloc.c LOCATION SRAM2_LITERAL) 11 zephyr_code_relocate(FILES src/reloc.c LOCATION SRAM2_TEXT) 12 zephyr_code_relocate(FILES src/reloc.c LOCATION SRAM3_DATA) 13 zephyr_code_relocate(FILES src/reloc.c LOCATION SRAM3_RODATA) 14 zephyr_code_relocate(FILES src/reloc.c LOCATION SRAM4_BSS)
|
/Zephyr-latest/doc/ |
D | LICENSING.rst | 8 The Zephyr kernel tree imports or reuses packages, scripts and other files that 18 * *Impact:* These files are used in Continuous Integration (CI) and never linked into the firmware. 19 * *Files:* 30 …* *Impact:* These files are used by `Coccinelle`_, a tool for transforming C-code, and never linked 32 * *Files:* 54 * *Files:* 64 * *Files:* 68 Thread-Metric RTOS Test Suite Source Files 73 * *Impact:* These files are only linked into the Thread-Metric RTOS Test Suite test firmware. 74 * *Files:* [all …]
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.fs | 28 bool "Old log files overwrite" 31 When enabled backend overwrites oldest log files. 46 User defined name of log files saved in the file system. 53 Directory to which log files will be written. 63 int "Max number of files containing logs" 66 Limit of number of files with logs. It is also limited by
|
/Zephyr-latest/scripts/schemas/ |
D | build-schema.yml | 39 files: 43 user-files: 47 extra-user-files: 73 files: 77 user-files: 81 extra-user-files:
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | CMakeLists.txt | 5 # Common USB-C Stack files 15 # Sink USB-C Stack files 22 # Source USB-C Stack files
|
/Zephyr-latest/scripts/ |
D | get_maintainer.py | 7 Lists maintainers for files or commits. Similar in function to 92 help="List files in areas") 97 help="Name of area to list files in. If not specified, all " 98 "non-orphaned files are listed (all files that do not appear in " 115 help="List orphaned files (files that do not appear in any area)") 120 help="Limit to files under PATH") 198 # area._match_fn(path) tests if the path matches files and/or 199 # files-regex 201 _get_match_fn(area_dict.get("files"), 202 area_dict.get("files-regex")) [all …]
|
/Zephyr-latest/submanifests/ |
D | README.txt | 1 This directory can contain additional west manifest files. Any files 10 …roject.org/latest/guides/west/manifest.html#example-2-2-downstream-with-directory-of-manifest-files
|
/Zephyr-latest/scripts/build/ |
D | parse_syscalls.py | 13 C or header files, and building up a database of system calls and their 68 # Get the list of header files which contains syscalls to be emitted. 90 # Look for source files under various directories. 92 # other header files. We must generate the associated syscall 93 # header files (e.g. for function stubs). 95 for root, dirs, files in os.walk(base_path, topdown=True): 97 files.sort() 98 for fn in files: 116 # Parse files to extract syscall functions 164 help="Include directories recursively scanned for .h files " [all …]
|
/Zephyr-latest/scripts/west_commands/ |
D | gtags.py | 6 A west extension for creating tags files (GTAGS) for GNU Global. 24 Indexes source code files in the west workspace using GNU Global's 34 By default, this west command only indexes files that are 66 gtags_files = os.path.join(d, "gtags.files") 76 # Note that "gtags -f -" and passing files via stdin 88 project.git(["ls-files", "**"], capture_stdout=True).stdout.decode("utf-8").splitlines() 93 # Filter out directories from the git ls-files output.
|
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/ |
D | CMakeLists.txt | 11 zephyr_code_relocate(FILES power.c LOCATION ITCM_TEXT) 14 zephyr_code_relocate(FILES lpm_rt1064.c LOCATION ITCM_TEXT) 21 zephyr_code_relocate(FILES flexspi.c LOCATION ${CONFIG_FLASH_MCUX_FLEXSPI_XIP_MEM}_TEXT)
|
/Zephyr-latest/samples/application_development/code_relocation_nocopy/ |
D | CMakeLists.txt | 12 zephyr_code_relocate(FILES src/ext_code.c LOCATION EXTFLASH_TEXT NOCOPY) 15 zephyr_code_relocate(FILES src/ext_code.c LOCATION RAM_DATA) 18 zephyr_code_relocate(FILES src/sram_code.c LOCATION RAM)
|
/Zephyr-latest/samples/subsys/fs/fs_sample/ |
D | Kconfig | 11 bool "When no files are found on mounted partition create some" 14 In case when no files could be listed, because there are none, 19 easily add files with use of other device.
|
/Zephyr-latest/modules/trusted-firmware-m/nordic/nrf9120/ |
D | CMakeLists.txt | 13 install(FILES ${CMAKE_CURRENT_LIST_DIR}/ns/cpuarch_ns.cmake 17 install(FILES ${Trusted\ Firmware\ M_SOURCE_DIR}/platform/ext/target/nordic_nrf/common/nrf912… 20 install(FILES config.cmake
|
/Zephyr-latest/modules/trusted-firmware-m/nordic/nrf9160/ |
D | CMakeLists.txt | 13 install(FILES ${CMAKE_CURRENT_LIST_DIR}/ns/cpuarch_ns.cmake 17 install(FILES ${Trusted\ Firmware\ M_SOURCE_DIR}/platform/ext/target/nordic_nrf/common/nrf916… 20 install(FILES config.cmake
|
/Zephyr-latest/cmake/modules/ |
D | dts.cmake | 15 # - To Zephyr and application source code files, as a C macro API 25 # - To CMake files, after this module has finished running, using 28 # - To Kconfig files, both using some Kconfig symbols we generate 36 # files in scripts/dts to make all this work. We also optionally will 60 # - DTS_INCLUDE_FILES is set to a ;-list of all devicetree files 62 # system will be regenerated if any of those files change) 64 # will be ready for use in other CMake list files that run 68 # - BINARY_DIR_INCLUDE_GENERATED: where to put generated include files 70 # implementation files (like bindings, vendor prefixes, etc.) are 74 # may be found for devicetree files [all …]
|
/Zephyr-latest/doc/build/snippets/ |
D | writing.rst | 10 Snippets are defined using YAML files named :file:`snippet.yml`. 79 :file:`snippet.yml` files underneath a subdirectory named :file:`snippets/`, 83 system will look for :file:`snippet.yml` files underneath the following 89 The :file:`snippet.yml` files can be nested anywhere underneath these 103 And then any :file:`snippet.yml` files in ``baz/snippets`` will 133 This principle applies to both Kconfig fragments (``.conf`` files) and 134 devicetree overlays (``.overlay`` files). 152 .. _snippets-conf-files: 154 ``.conf`` files 168 Sysbuild ``.conf`` files [all …]
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 31 The main zephyr repository contains Zephyr's source code, configuration files, 36 The files in the **application directory** link Zephyr and any modules with the 37 application. This directory contains all application-specific files, such as 38 application-specific configuration files and source code. 40 Here are the files in a simple Zephyr application: 55 application files, and links the application directory with Zephyr's CMake 57 such as board-specific configuration files, the ability to run and 66 more devicetree overlays, and other default files are also searched for. 77 Kconfig fragments, and other default files are also searched for. 87 * **main.c**: A source code file. Applications typically contain source files [all …]
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | scanner.py | 22 # Package's license, based on the licenses of its Files? 25 # when assembling a Package's Files' data, should we auto-conclude 33 # should we calculate SHA256 hashes for each Package's Files? 37 # should we calculate MD5 hashes for each Package's Files? 106 Calculate the SPDX Package Verification Code for all files in the package. 113 for f in pkg.files.values(): 147 for f in pkg.files.values(): 184 Scan for licenses and calculate hashes for all Files and Packages 192 log.inf(f"scanning files in package {pkg.cfg.name} in document {doc.cfg.name}") 195 for f in pkg.files.values():
|
12345678910>>...36