Searched full:directories (Results 1 – 25 of 116) sorted by relevance
12345
/Zephyr-latest/boards/shields/ |
D | CMakeLists.txt | 3 # Shield directories may contain multiple shields. Filter out duplicate 4 # directories to avoid including the same CMakeLists.txt file multiple times 12 # Out-of-tree shield directories will not be a subdirectory,
|
/Zephyr-latest/scripts/build/ |
D | subfolder_list.py | 7 the list of all sub-directories found. If the output file already exists, the 8 file will only be updated in case sub-directories have been added or removed 31 directories found') 73 """Generate file with the list of directories
|
D | parse_syscalls.py | 8 Script to scan Zephyr include directories and emit system call and subsystem metadata 12 auto-generating this code by doing a text scan of directories containing 90 # Look for source files under various directories. 164 help="Include directories recursively scanned for .h files " 169 help="Scan directories recursively for .h files containing "
|
/Zephyr-latest/cmake/modules/ |
D | pre_dt.cmake | 38 # directory, shield directories, and ZEPHYR_BASE. 47 # Convert the directories in DTS_ROOT to absolute paths without 50 # DTS directories can come from multiple places. Some places, like a
|
D | shields.cmake | 17 # - SHIELD_DIRS : A CMake list of directories which contain shield definitions 51 # Match the Kconfig.shield files in the shield directories to make sure we are 59 # we construct a list of shield names by extracting the directories
|
D | FindScaTools.cmake | 5 # 'SCA_ROOT' is a prioritized list of directories where SCA tools may
|
D | soc.cmake | 32 "List of SoC directories for SoC (${SOC_NAME})" FORCE
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 13 The memory footprint input data files (rom.json, ram.json) are expected in directories 16 with the corresponding sub-directories. 19 expanded by bash to all sub-directories with the 'footprints' data `v3.6.0-rc3` 24 The output `twister_footprint.json` files will be placed into the same directories 92 help="Directories with the memory footprint data to convert. " 98 "It is also applied to filter input directories and check their names.") 181 logging.info(f"scanning {len(args.input_paths)} directories ...")
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | cmakefileapijson.py | 97 dirs_arr = cfg_dict.get("directories", []) 110 cfg.directories.append(cfgdir) 342 for cfgDir in cfg.directories: 355 cfgDir.parent = cfg.directories[cfgDir.parentIndex] 364 cfgDir.children.append(cfg.directories[childIndex]) 382 cfgPrj.directories = [] 384 cfgPrj.directories.append(cfg.directories[dirIndex]) 396 cfgTarget.directory = cfg.directories[cfgTarget.directoryIndex]
|
D | cmakefileapi.py | 26 self.directories = [] 36 # A member of the configuration.directories array 75 self.directories = []
|
D | spdxids.py | 41 - filenameOnly: filename only (directories omitted) seeking ID.
|
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 73 echo "Following directories under $ZEPHYR_BASE can be used by this script:" 286 $BASENAME [-Z <zephyr base directory>] [-N <net-tools base directory>] [<list of test directories>] 304 find out the directories that can be used for this testing 305 <list of test directories> 306 run the tests in these directories instead of current directory 308 The automatically detected directories are:
|
D | README.txt | 37 2. By giving the test directories as parameters to the runner script. 70 Directories
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test-multidir.dts | 9 * directories.
|
/Zephyr-latest/tests/subsys/fs/ext2/src/ |
D | testfs_dirops.c | 23 /* Create some directories */ in ZTEST() 35 /* Check if directories will open as files */ in ZTEST() 39 /* Check directories with stat */ in ZTEST()
|
/Zephyr-latest/drivers/lora/ |
D | CMakeLists.txt | 3 # LoRa drivers depend on the include directories exposed by the loramac-node
|
/Zephyr-latest/scripts/ci/ |
D | tags.yaml | 14 # the given directory or directories. Otherwise, an exact match is 17 # Paths to directories should always have a trailing '/'.
|
/Zephyr-latest/subsys/lorawan/ |
D | CMakeLists.txt | 3 # lorawan.c depends on the include directories exposed by the loramac-node
|
/Zephyr-latest/scripts/tests/build/ |
D | test_subfolder_list.py | 20 """Create directories""" 32 """Assert that out file has names of directories"""
|
/Zephyr-latest/scripts/ |
D | list_boards.py | 95 directories: Union[Path, List[Path]] 110 if isinstance(self.directories, Path): 111 return self.directories 112 return self.directories[0] 280 directories=[board_yml.parent], 305 board.directories.append(e['dir']) 425 [str(x.as_posix()) for x in b.directories]),
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/ |
D | CMakeLists.txt | 13 # Add includes directories
|
/Zephyr-latest/tests/net/lib/coap_client/ |
D | CMakeLists.txt | 15 # Add includes directories
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/ |
D | CMakeLists.txt | 15 # Add includes directories
|
/Zephyr-latest/doc/build/snippets/ |
D | writing.rst | 68 #. In directories configured by the :makevar:`SNIPPET_ROOT` CMake variable. 73 Additional directories can be added manually at CMake time. 75 The variable is a whitespace- or semicolon-separated list of directories
|
/Zephyr-latest/samples/subsys/llext/edk/ |
D | README.rst | 40 One could build the extensions in different directories, not related to the 85 directories:
|
12345