Home
last modified time | relevance | path

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

12

/hal_espressif-3.4.0/tools/ci/python_packages/ttfw_idf/
DIDFDUT.py464 def _sort_usb_ports(ports): argument
472 for port in ports:
483 ports = cls._sort_usb_ports([x.device for x in list_ports.comports()])
492 return [x for x in ports if not cls.INVALID_PORT_PATTERN.search(x)]
501 if port_hint in ports:
502 ports.remove(port_hint)
503 return [port_hint] + ports
509 if port_hint in ports:
510 ports.remove(port_hint)
511 return [port_hint] + ports
[all …]
/hal_espressif-3.4.0/components/freertos/
DHistory.txt40 + Fix an issue in the ARMv8-M ports that caused BASEPRI to be masked
75 + Kernel ports that support memory protection units (MPUs): The ARMv7-M and
76 ARMv8-M MPU ports now support a privilege access only heap. The ARMv7-M
77 MPU ports now support devices that have 16 MPU regions, have the ability
80 the Flash memory. The ARMv8-M MPU ports now support tickless idle mode.
115 New and updated kernel ports:
131 ports.
132 + Updated the behaviour of the ARMv7-M MPU (Memory Protection Unit) ports to
133 match that of the ARMv8-M ports whereby privilege escalations can only
136 + Update existing MPU ports to correctly disable the MPU before it is
[all …]
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/esptool/
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-3.4.0/west/
Dtools.py49 ports = list(sorted(p.device for p in serial.tools.list_ports.comports()))
51 esp = esptool.get_default_connected_device(serial_list=ports, port=None, connect_attempts=4,
/hal_espressif-3.4.0/examples/network/network_tests/
DREADME.md49 Standard Intel net suite executed by TTCN3 engine uses udp ports for input/ouput of network packets…
50 from/to those udp ports to stdin/stdout, where after propagating over USB/UART to the ESP32 board a…
/hal_espressif-3.4.0/tools/idf_py_actions/
Dserial_ext.py33 ports = list(sorted(p.device for p in serial.tools.list_ports.comports()))
35 … esp = esptool.get_default_connected_device(serial_list=ports, port=None, connect_attempts=4,
/hal_espressif-3.4.0/docs/en/api-guides/jtag-debugging/
Dconfigure-ft2232h-jtag.rst38 2. Wait until USB ports of |devkit-name| are recognized by Windows and drives are installed. If th…
69 2. Open a terminal, enter ``ls -l /dev/ttyUSB*`` command and check, if board's USB ports are recog…
78 …forge.net/p/openocd/code/ci/master/tree/README>`_, set up the access permissions to both USB ports.
/hal_espressif-3.4.0/components/esptool_py/esptool/esptool/
D__init__.py874 return sorted(ports.device for ports in list_ports.comports())
Dloader.py500 ports = list_ports.comports()
501 for p in ports:
/hal_espressif-3.4.0/examples/protocols/asio/asio_chat/
DREADME.md13 Note that the example uses string representation of IP addresses and ports.
/hal_espressif-3.4.0/examples/protocols/sockets/non_blocking/
DREADME.md13 Note that the example uses string representation of IP addresses and ports and thus
/hal_espressif-3.4.0/examples/mesh/ip_internal_network/
DREADME.md9 This example uses experimental NAT feature to translate addresses/ports from an internal subnet, th…
/hal_espressif-3.4.0/tools/test_apps/
DREADME.md68 …e ESPPORT to prevent the tools from looking and iterating over all serial ports. The latter causes…
/hal_espressif-3.4.0/docs/en/api-reference/system/
Dfreertos.rst18 Vanilla FreeRTOS allows ports and applications to configure the kernel by adding various ``#define …
/hal_espressif-3.4.0/.gitlab/merge_request_templates/
DMixed Template.md63 …fs_uart_set_rts_cts accept one more instance argument, to support configuration to different ports.
/hal_espressif-3.4.0/components/usb/
Dmaintainers.md75 …stracts the DWC_OTG as N number of ports and an arbitrary number of pipes that can be routed throu…
/hal_espressif-3.4.0/examples/system/console_usb/
DREADME.md44 - On Windows, it will be one of COM ports
/hal_espressif-3.4.0/docs/en/get-started-legacy/
Dwindows-setup-scratch.rst25 …calls. We need the "MinGW" environment in order to have a native Python which supports COM ports.)*
Destablish-serial-connection.rst45 Check the list of identified COM ports in the Windows Device Manager. Disconnect ESP32 and connect …
Dindex.rst220 Serial ports have the following patterns in their names:
/hal_espressif-3.4.0/examples/system/efuse/
DREADME.md50 Found 1 serial ports
/hal_espressif-3.4.0/docs/en/get-started/
Destablish-serial-connection.rst24 Check the list of identified COM ports in the Windows Device Manager. Disconnect {IDF_TARGET_NAME} …
/hal_espressif-3.4.0/docs/en/api-reference/protocols/
Dmodbus.rst55 The ESP_Modbus supports Modbus SERIAL and TCP ports and a port must be initialized before calling a…
62 …e the type of port being initialized. Supported enumeration for different ports: :cpp:enumerator:`…
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Di2c.rst19 …{IDF_TARGET_NAME} has two I2C controllers (also referred to as ports) which are responsible for ha…

12