Home
last modified time | relevance | path

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

/hal_espressif-latest/west/
Dtools.py45 def get_esp_serial_port(module_path): argument
48 esptool_path = os.path.join(module_path, 'tools', 'esptool_py')
154 module_path = (
162 if not module_path.exists():
166 self.monitor(module_path, args)
168 def monitor(self, module_path, args): argument
179 esp_port = get_esp_serial_port(module_path)
181 monitor_path = Path(module_path, "tools/idf_monitor/idf_monitor.py")