Home
last modified time | relevance | path

Searched full:directories (Results 1 – 25 of 116) sorted by relevance

12345

/Zephyr-latest/boards/shields/
DCMakeLists.txt3 # 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/
Dsubfolder_list.py7 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
Dparse_syscalls.py8 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/
Dpre_dt.cmake38 # 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
Dshields.cmake17 # - 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
DFindScaTools.cmake5 # 'SCA_ROOT' is a prioritized list of directories where SCA tools may
Dsoc.cmake32 "List of SoC directories for SoC (${SOC_NAME})" FORCE
/Zephyr-latest/scripts/footprint/
Dpack_as_twister.py13 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/
Dcmakefileapijson.py97 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]
Dcmakefileapi.py26 self.directories = []
36 # A member of the configuration.directories array
75 self.directories = []
Dspdxids.py41 - filenameOnly: filename only (directories omitted) seeking ID.
/Zephyr-latest/scripts/net/
Drun-sample-tests.sh73 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:
DREADME.txt37 2. By giving the test directories as parameters to the runner script.
70 Directories
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest-multidir.dts9 * directories.
/Zephyr-latest/tests/subsys/fs/ext2/src/
Dtestfs_dirops.c23 /* 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/
DCMakeLists.txt3 # LoRa drivers depend on the include directories exposed by the loramac-node
/Zephyr-latest/scripts/ci/
Dtags.yaml14 # the given directory or directories. Otherwise, an exact match is
17 # Paths to directories should always have a trailing '/'.
/Zephyr-latest/subsys/lorawan/
DCMakeLists.txt3 # lorawan.c depends on the include directories exposed by the loramac-node
/Zephyr-latest/scripts/tests/build/
Dtest_subfolder_list.py20 """Create directories"""
32 """Assert that out file has names of directories"""
/Zephyr-latest/scripts/
Dlist_boards.py95 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/
DCMakeLists.txt13 # Add includes directories
/Zephyr-latest/tests/net/lib/coap_client/
DCMakeLists.txt15 # Add includes directories
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/
DCMakeLists.txt15 # Add includes directories
/Zephyr-latest/doc/build/snippets/
Dwriting.rst68 #. 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/
DREADME.rst40 One could build the extensions in different directories, not related to the
85 directories:

12345