Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/
Dzephyr_module.py198 def validate_setting(setting, module_path, filename=None): argument
201 checkfile = Path(module_path) / setting / filename
203 checkfile = Path(module_path) / setting
210 module_path = PurePath(module)
215 for module_yml in [module_path / MODULE_YML_PATH,
216 module_path / MODULE_YML_PATH.with_suffix('.yaml')]:
228 meta['name'] = meta.get('name', module_path.name)
232 if Path(module_path.joinpath('zephyr/CMakeLists.txt')).is_file() and \
233 Path(module_path.joinpath('zephyr/Kconfig')).is_file():
234 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