Home
last modified time | relevance | path

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

/hal_espressif-latest/west/
Dtools.py51 ports = list(sorted(p.device for p in serial.tools.list_ports.comports()))
53 esp = esptool.get_default_connected_device(serial_list=ports, port=None, connect_attempts=4,
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-options.rst142 Filtering serial ports
146 ``--port-filter <FilterType>=<FilterValue>`` allows limiting ports that will be tried. This can be …
147 with many serial ports. There are a few different types that can be combined. A port must match all…
152 * ``--port-filter vid=0x303A`` matches ports with the Espressif USB VID.
153 * ``--port-filter vid=0x303A --port-filter vid=0x0403`` matches Espressif and FTDI ports by VID.
156 * ``--port-filter name=ttyUSB`` matches ports where the port name contains the specified text.
Dbasic-options.rst25 …`` value is specified, ``esptool.py`` will enumerate all connected serial ports and try each one u…
34 this environment uses a native Windows Python which accepts COM ports as-is.)
36 In Linux, the current user may not have access to serial ports and a "Permission Denied" or "Port d…
Dindex.rst22 Remote Serial Ports <remote-serial-ports>
/hal_espressif-latest/tools/esptool_py/esptool/
D__init__.py1091 ports = []
1105 ports.append(port.device)
1106 return sorted(ports)
Dloader.py580 ports = list_ports.comports()
581 for p in ports:
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md91 - ignore resetting on unsupported ports
240 - close unused ports while get_default_connected_device
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip.c441 bridgeif_portmask_t ports = (bridgeif_portmask_t)ports_mask; in esp_netif_bridge_fdb_add() local
443 ports |= 1 << BRIDGEIF_MAX_PORTS; in esp_netif_bridge_fdb_add()
446 … if (ERR_OK != bridgeif_fdb_add(esp_netif_br->lwip_netif, (const struct eth_addr *)addr, ports)) { in esp_netif_bridge_fdb_add()
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst149 In Linux serial ports by default will assert RTS when nothing is attached to them. This can hold th…
/hal_espressif-latest/tools/esptool_py/docs/en/
Dtroubleshooting.rst118 …On boards with two USB ports (usually marked as USB and UART), you can use the USB port for flashi…