Searched refs:include_paths (Results 1 – 7 of 7) sorted by relevance
/tools/ |
A D | dtc.py | 32 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 D | compile_commands.py | 154 include_paths = [p[2:] for p in command.split() if p.startswith('-I')] 156 for inc_path in include_paths:
|
/tools/ng/ |
A D | project.py | 27 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 D | core.py | 165 include_paths: List[str] = field(default_factory=list) variable in ProjectInfo
|
A D | environment.py | 87 group.include_paths = kwargs.get('CPPPATH', [])
|
/tools/ci/ |
A D | manual_bsp_build_all.py | 180 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 D | eclipse.py | 234 include_paths = option.findall('listOptionValue') 235 for item in include_paths:
|
Completed in 19 milliseconds