Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/scripts/
Dzephyr_module.py162 def validate_setting(setting, module_path, filename=None): argument
165 checkfile = Path(module_path) / setting / filename
167 checkfile = Path(module_path) / setting
174 module_path = PurePath(module)
179 for module_yml in [module_path / MODULE_YML_PATH,
180 module_path / MODULE_YML_PATH.with_suffix('.yaml')]:
192 meta['name'] = meta.get('name', module_path.name)
196 if Path(module_path.joinpath('zephyr/CMakeLists.txt')).is_file() and \
197 Path(module_path.joinpath('zephyr/Kconfig')).is_file():
198 return {'name': module_path.name,
[all …]
/Zephyr-Core-3.5.0/cmake/modules/
Dzephyr_module.cmake139 string(REGEX REPLACE "\".*\":\"(.*)\":\".*\"" "\\1" module_path ${module})
144 set(ZEPHYR_${MODULE_NAME_UPPER}_MODULE_DIR ${module_path})
159 string(REGEX REPLACE "\".*\":\"(.*)\":\".*\"" "\\1" module_path ${module})
164 set(SYSBUILD_${MODULE_NAME_UPPER}_MODULE_DIR ${module_path})