/Zephyr-Core-3.7.0/scripts/build/ |
D | subfolder_list.py | 55 for root, dirs, _ in os.walk(directory, topdown=True): 56 dirs.sort() 57 for subdir in dirs: 72 def gen_out_file(out_file, dirs): argument 78 dirs_nl = "\n".join(dirs) + "\n" 111 dirs = get_subfolder_list(args.directory, args.create_links) 112 gen_out_file(args.out_file, dirs)
|
D | parse_syscalls.py | 95 for root, dirs, files in os.walk(base_path, topdown=True): 96 dirs.sort()
|
/Zephyr-Core-3.7.0/scripts/tests/build/ |
D | test_subfolder_list.py | 80 dirs = [] 82 dirs.append(f"{DIR_NAME_PREFIX}{sfx}") 84 iut.gen_out_file(OUT_FILE, dirs) 85 assert_out_file_has(dirs) 89 iut.gen_out_file(OUT_FILE, dirs) 97 iut.gen_out_file(OUT_FILE, dirs) 100 assert_out_file_has(dirs)
|
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/ |
D | package.py | 24 dirs = [] 31 dirs.append(os.path.join(self.options.outdir, normalized, t['name'])) 33 dirs.extend( 39 self.make_tarfile(self.options.package_artifacts, dirs)
|
D | coverage.py | 91 dirs = [] 95 dirs.append(subdir) 101 for d1, d2 in zip(dirs[:-1], dirs[1:]):
|
/Zephyr-Core-3.7.0/tests/subsys/fs/littlefs/src/ |
D | test_lfs_basic.c | 191 struct fs_dir_t dirs[CONFIG_FS_LITTLEFS_NUM_DIRS]; in num_dirs() local 195 memset(dirs, 0, sizeof(dirs)); in num_dirs() 198 while (di < ARRAY_SIZE(dirs)) { in num_dirs() 199 struct fs_dir_t *const dir = &dirs[di]; in num_dirs() 217 struct fs_dir_t *const dir = &dirs[di]; in num_dirs()
|
/Zephyr-Core-3.7.0/scripts/west_commands/ |
D | build_helpers.py | 76 dirs = [f for f in curr.iterdir() if f.is_dir()] 77 if len(dirs) != 1: 79 curr = dirs[0]
|
/Zephyr-Core-3.7.0/cmake/modules/ |
D | user_cache.cmake | 44 set(dirs HOME) variable 46 set(dirs LOCALAPPDATA) variable 52 set(dirs variable 58 foreach(env_var ${dirs})
|
D | hwm_v2.cmake | 27 function(kconfig_gen bin_dir file dirs) 30 foreach(dir ${dirs})
|
D | dts.cmake | 282 --bindings-dirs ${DTS_ROOT_BINDINGS} 312 --bindings-dirs ${DTS_ROOT_BINDINGS}
|
/Zephyr-Core-3.7.0/scripts/net/ |
D | run-sample-tests.sh | 378 dirs="$dirs $1" 401 if [ -z "$dirs" ]; then
|
/Zephyr-Core-3.7.0/scripts/ |
D | list_boards.py | 241 dirs = [] 246 dirs = [board_yml.parent for board_yml in board_files if board_yml.is_file()] 247 return dirs
|
/Zephyr-Core-3.7.0/soc/espressif/esp32c3/ |
D | CMakeLists.txt | 64 --rtl-dirs ${CMAKE_BINARY_DIR}/zephyr
|
/Zephyr-Core-3.7.0/soc/espressif/esp32c6/ |
D | CMakeLists.txt | 64 --rtl-dirs ${CMAKE_BINARY_DIR}/zephyr
|
/Zephyr-Core-3.7.0/soc/espressif/esp32s2/ |
D | CMakeLists.txt | 65 --rtl-dirs ${CMAKE_BINARY_DIR}/zephyr
|
/Zephyr-Core-3.7.0/soc/espressif/esp32/ |
D | CMakeLists.txt | 87 --rtl-dirs ${CMAKE_BINARY_DIR}/zephyr
|
/Zephyr-Core-3.7.0/soc/espressif/esp32s3/ |
D | CMakeLists.txt | 88 --rtl-dirs ${CMAKE_BINARY_DIR}/zephyr
|
/Zephyr-Core-3.7.0/cmake/compiler/clang/ |
D | compiler_flags.cmake | 67 -Wmissing-include-dirs
|
/Zephyr-Core-3.7.0/cmake/compiler/ |
D | compiler_flags_template.cmake | 51 # dirs in nostdinc_include to use.
|
/Zephyr-Core-3.7.0/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 54 -Wmissing-include-dirs
|
/Zephyr-Core-3.7.0/doc/develop/west/ |
D | build-flash-debug.rst | 118 .. _west-building-dirs: 458 ``build.dir-fmt`` configuration option (see :ref:`west-building-dirs`), ``west 584 ``build.dir-fmt`` configuration option (see :ref:`west-building-dirs`), ``west
|
/Zephyr-Core-3.7.0/doc/develop/flash_debug/ |
D | host-tools.rst | 331 - Copy bin and share dirs to ``C:\Program Files\OpenOCD\``
|
/Zephyr-Core-3.7.0/ |
D | CMakeLists.txt | 752 ${parse_syscalls_include_args} # Read files from these dirs also
|