Home
last modified time | relevance | path

Searched refs:serial (Results 351 – 375 of 912) sorted by relevance

1...<<11121314151617181920>>...37

/Zephyr-4.1.0/boards/raspberrypi/rpi_4b/doc/
Dindex.rst41 the serial console (GPIO 14/15):
/Zephyr-4.1.0/boards/brcm/bcm958402m2/doc/
Da72.rst29 | UART | on-chip | NS16550 compatible serial port |
/Zephyr-4.1.0/dts/arm/st/h7rs/
Dstm32h7rs.dtsi329 usart1: serial@42001000 {
337 usart2: serial@40004400 {
345 usart3: serial@40004800 {
353 uart4: serial@40004c00 {
361 uart5: serial@40005000 {
369 uart7: serial@40007800 {
377 uart8: serial@40007c00 {
386 lpuart1: serial@58000c00 {
/Zephyr-4.1.0/scripts/pylib/twister/twisterlib/
Dhandlers.py37 import serial
461 with contextlib.suppress(TypeError, serial.SerialException):
498 if d.platform != device or (d.serial is None and d.serial_pty is None):
641 ser = serial.Serial(
644 parity=serial.PARITY_NONE,
645 stopbits=serial.STOPBITS_ONE,
646 bytesize=serial.EIGHTBITS,
650 except serial.SerialException as e:
720 serial_device, ser_pty_process = self._get_serial_device(serial_pty, hardware.serial)
754 except serial.SerialException:
[all …]
/Zephyr-4.1.0/doc/develop/test/
Dtwister.rst1145 scripts/twister --device-testing --device-serial /dev/ttyACM0 \
1146 --device-serial-baud 115200 -p frdm_k64f -T tests/kernel
1152 python .\scripts\twister --device-testing --device-serial COM1 \
1153 --device-serial-baud 115200 -p frdm_k64f -T tests/kernel
1155 The ``--device-serial`` option denotes the serial device the board is connected to.
1159 The ``--device-serial-baud`` option is only needed if your device does not run at
1162 To support devices without a physical serial port, use the ``--device-serial-pty``
1172 scripts/twister --device-testing --device-serial-pty "script.py" \
1197 details such as the serial device, baud and their IDs if available.
1228 serial: /dev/cu.usbmodem146114202
[all …]
/Zephyr-4.1.0/boards/silabs/dev_kits/xg24_ek2703a/doc/
Dindex.rst92 Open a serial terminal (minicom, putty, etc.) with the following settings:
99 Reset the board and you'll see the following message on the corresponding serial port
/Zephyr-4.1.0/boards/gd/gd32f450i_eval/doc/
Dindex.rst51 The GD32F450I-EVAL board has one serial communication port. The default port
57 Before programming your board make sure to configure boot and serial jumpers
/Zephyr-4.1.0/boards/sc/scobc_module1/doc/
Dindex.rst33 | UART | on-chip | serial port-polling; |
34 | | | serial port-interrupt |
/Zephyr-4.1.0/boards/gd/gd32f470i_eval/doc/
Dindex.rst50 The GD32F470I-EVAL board has one serial communication port. The default port
56 Before programming your board make sure to configure boot and serial jumpers
/Zephyr-4.1.0/boards/gd/gd32f450z_eval/doc/
Dindex.rst49 The GD32F450Z-EVAL board has one serial communication port. The default port
55 Before programming your board make sure to configure boot and serial jumpers
/Zephyr-4.1.0/tests/cmake/hwm/board_extend/oot_root/boards/native/native_sim_extend/
Dnative_sim_native_one.dts139 /* Dummy current-speed entry to comply with serial
148 /* Dummy current-speed entry to comply with serial
/Zephyr-4.1.0/include/zephyr/drivers/
Dw1.h428 .family = 0, .serial = { 0 }, .crc = 0, \
443 uint8_t serial[6]; member
/Zephyr-4.1.0/dts/arm/renesas/rz/
Drzt2m.dtsi113 uart0: serial@80001000 {
125 uart3: serial@80001c00 {
/Zephyr-4.1.0/boards/silabs/dev_kits/sltb004a/doc/
Dindex.rst106 purpose application serial data transfer with this interface.
118 The SLTB004A includes an `J-Link`_ serial and debug adaptor built into the
141 Open a serial terminal (minicom, putty, etc.) with the following settings:
/Zephyr-4.1.0/doc/build/dts/
Dbindings-intro.rst135 :file:`my-app/dts/bindings/serial/my-company,my-serial-port.yaml` would be
136 found, but :file:`my-app/my-company,my-serial-port.yaml` would be ignored.
/Zephyr-4.1.0/boards/st/stm32f072b_disco/doc/
Dindex.rst143 Run a serial host program to connect with your board. A TTL(3.3V) serial
150 Replace <tty_device> with the port where the serial adapter can be found.
/Zephyr-4.1.0/boards/fanke/fk7b0m1_vbt6/doc/
Dindex.rst50 - SWD and serial port accessibility through a pin header
70 | UART | on-chip | serial port |
155 Run a serial host program to connect with your board:
/Zephyr-4.1.0/samples/drivers/uart/echo_bot/
DREADME.rst10 This sample demonstrates how to use the UART serial driver with a simple
/Zephyr-4.1.0/samples/subsys/modbus/rtu_server/src/
Dmain.c106 .serial = {
/Zephyr-4.1.0/samples/subsys/mgmt/osdp/
DREADME.rst12 Devices (PD) to a Control Panel (CP) over a two-wire RS-485 multi-drop serial
/Zephyr-4.1.0/samples/subsys/usb/console/
DREADME.rst31 The board will be detected as a CDC_ACM serial device. To see the console output
/Zephyr-4.1.0/samples/drivers/led/lp3943/
DREADME.rst36 When you connect to the board's serial console, you should see the
/Zephyr-4.1.0/boards/shields/mikroe_eth_click/doc/
Dindex.rst11 8K Bytes of Buffer RAM and SPI serial interface.
/Zephyr-4.1.0/boards/shields/seeed_w5500/doc/
Dindex.rst13 - SPI serial interface,
/Zephyr-4.1.0/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dfixtures.py94 yield MCUmgr.create_for_serial(dut.device_config.serial)

1...<<11121314151617181920>>...37