Home
last modified time | relevance | path

Searched refs:module_path (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/
Dzephyr_module.py189 def validate_setting(setting, module_path, filename=None): argument
192 checkfile = Path(module_path) / setting / filename
194 checkfile = Path(module_path) / setting
201 module_path = PurePath(module)
206 for module_yml in [module_path / MODULE_YML_PATH,
207 module_path / MODULE_YML_PATH.with_suffix('.yaml')]:
219 meta['name'] = meta.get('name', module_path.name)
223 if Path(module_path.joinpath('zephyr/CMakeLists.txt')).is_file() and \
224 Path(module_path.joinpath('zephyr/Kconfig')).is_file():
225 return {'name': module_path.name,
[all …]
/Zephyr-latest/cmake/modules/
Dzephyr_module.cmake135 string(REGEX REPLACE "\".*\":\"(.*)\":\".*\"" "\\1" module_path ${module})
141 set(ZEPHYR_${MODULE_NAME_UPPER}_MODULE_DIR ${module_path})
156 string(REGEX REPLACE "\".*\":\"(.*)\":\".*\"" "\\1" module_path ${module})
161 set(SYSBUILD_${MODULE_NAME_UPPER}_MODULE_DIR ${module_path})
/Zephyr-latest/scripts/west_commands/zspdx/
Dwalker.py276 module_path = module.get("path", None)
288 cfgPackageZephyrModule.relativeBaseDir = module_path