Home
last modified time | relevance | path

Searched refs:include_paths (Results 1 – 7 of 7) sorted by relevance

/tools/
A Ddtc.py32 def dts_to_dtb(RTT_ROOT, dts_list, options = "", include_paths = [], ignore_warning = []): argument
41 …ng(dts, None, output = tmp_dts, CPPPATH=[RTT_ROOT + '/components/drivers/include'] + include_paths)
A Dcompile_commands.py154 include_paths = [p[2:] for p in command.split() if p.startswith('-I')]
156 for inc_path in include_paths:
/tools/ng/
A Dproject.py27 include_paths: List[str] = field(default_factory=list) variable in ProjectGroup
111 if self.include_paths:
112 paths = [os.path.abspath(p) for p in self.include_paths]
141 'include_paths': self.include_paths + self.local_include_paths,
A Dcore.py165 include_paths: List[str] = field(default_factory=list) variable in ProjectInfo
A Denvironment.py87 group.include_paths = kwargs.get('CPPPATH', [])
/tools/ci/
A Dmanual_bsp_build_all.py180 def find_sconstruct_paths(project_dir, exclude_paths, include_paths): argument
187 if include_paths:
188 …if any(include_path in root for include_path in include_paths) and all(exclude_path not in root fo…
222 include_paths = []#['nrf5x','qemu-vexpress-a9', 'ESP32_C3','simulator'] variable
224 sconstruct_paths = find_sconstruct_paths(bsp_root, exclude_paths,include_paths)
/tools/targets/
A Declipse.py234 include_paths = option.findall('listOptionValue')
235 for item in include_paths:

Completed in 19 milliseconds