Searched refs:folder (Results 1 – 7 of 7) sorted by relevance
/scripts/ |
A D | list_hardware.py | 38 def __init__(self, folder='', soc_yaml=None): argument 55 family = Family(f['name'], [folder], [], []) 69 [folder], None, f['name'])) 75 series = Series(s['name'], [folder], '', []) 78 [folder], s['name'], '')) 91 [folder], '', '')) 180 folder: list[str] 187 self.folder.extend(soc.folder) 193 folder: list[str] 201 folder: list[str] [all …]
|
/scripts/pylib/display-twister-harness/camera_shield/ |
A D | README.rst | 81 - Run generate fingerprints program outside the camera_shield folder 105 export DISPLAY_TEST_DIR=<path to "fingerprints" parent-folder> 121 1. When generating the fingerprints, they will be stored in folder "name" as defined in "metadata" … 123 3. You can put multiple fingerprints in one folder, it will increase compare time,
|
/scripts/ci/ |
A D | check_compliance.py | 638 soc_folders = {folder for soc in v2_systems.get_socs() for folder in soc.folder} 640 for folder in soc_folders: 644 for folder in soc_folders: 645 fp.write('osource "' + (Path(folder) / 'Kconfig.sysbuild').as_posix() + '"\n') 648 for folder in soc_folders: 649 fp.write('source "' + (Path(folder) / 'Kconfig.soc').as_posix() + '"\n') 652 for folder in soc_folders: 653 fp.write('source "' + (Path(folder) / 'Kconfig').as_posix() + '"\n') 813 def module_disallowed_check(self, module_path, type, folder, meta, regex): argument 816 git_folder = ":" + folder [all …]
|
/scripts/west_commands/completion/ |
A D | west-completion.zsh | 66 '(-z --zephyr-base)'{-z,--zephyr-base}'[zephyr base folder]:zephyr base folder:_directories' 145 '--name-cache[name-based cache]:name cache folder:_directories' 146 '--path-cache[path-based cache]:path cache folder:_directories'
|
A D | west-completion.fish | 100 # this option can be placed before subcommand and require a folder 101 # if we don't do that the folder will be catched as a subcommand and 291 # if the manifest folder is not a git repo, use the hash of the manifest file 343 …zephyr-base" -o z -l zephyr-base -xa "(__zephyr_west_complete_directories)" -d "zephyr base folder"
|
/scripts/west_commands/zspdx/ |
A D | cmakefileapi.py | 267 self.folder = ""
|
A D | cmakefileapijson.py | 159 target.folder = js.get("folder", "")
|
Completed in 14 milliseconds