Home
last modified time | relevance | path

Searched refs:serial (Results 51 – 75 of 912) sorted by relevance

12345678910>>...37

/Zephyr-latest/doc/hardware/peripherals/
Despi.rst9 The eSPI (enhanced serial peripheral interface) is a serial bus that is
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/
DREADME.rst5 Wake up on serial activity on STM32.
10 This sample is a minimum application to demonstrate serial wakeup functionality
13 .. _stm32-pm-serial-wakeup-sample-requirements:
22 2. The serial port used by the shell should be configured, using device tree, to
28 - If LSE is selected as clock source and shell serial port is a LPUART current speed
/Zephyr-latest/scripts/west_commands/runners/
Dblackmagicprobe.py17 import serial.tools.list_ports
44 for port in serial.tools.list_ports.comports():
58 for port in serial.tools.list_ports.comports():
75 for port in serial.tools.list_ports.comports():
Dintel_cyclonev.py26 tui=None, config=None, serial=None, use_elf=True, argument
89 self.serial = ['-c set _ZEPHYR_BOARD_SERIAL ' + serial] if serial else []
165 tui=args.tui, config=args.config, serial=args.serial,
240 server_cmd = (self.openocd_cmd + self.serial + self.cfg_cmd + #added mevalver
296 server_cmd = (self.openocd_cmd + self.serial + self.cfg_cmd +
/Zephyr-latest/samples/net/wpan_serial/
DREADME.rst1 .. zephyr:code-sample:: wpan-serial
2 :name: 802.15.4 "serial-radio"
11 controller as a "serial-radio" device for Contiki-based border routers.
25 ModemManager is disabled, otherwise, it can interfere with serial
/Zephyr-latest/tests/bluetooth/hci_uart_async/
Dapp.overlay7 compatible = "vnd,serial";
/Zephyr-latest/boards/nuvoton/npcm400_evb/doc/
Dindex.rst39 UART0 is configured for serial logs. The default serial setup is 115200 8N1.
63 Open a serial terminal, and you should see the following message in the terminal:
/Zephyr-latest/boards/nxp/twr_ke18f/doc/
Dindex.rst7 MCU-based platforms. The onboard OpenSDAv2 serial and debug adapter,
8 running an open source bootloader, offers options for serial
54 | UART | on-chip | serial port-polling; |
55 | | | serial port-interrupt |
172 microcontroller as a usb-to-serial adapter for the serial console.
176 Use the following settings with your serial terminal of choice (minicom, putty,
194 Open a serial terminal, reset the board (press the SW1 button), and you should
212 Open a serial terminal, step through the application in your debugger, and you
245 …-time-software/kinetis-developer-resources/ides-for-kinetis-mcus/opensda-serial-and-debug-adapter:…
/Zephyr-latest/drivers/serial/
DKconfig.stm327 bool "STM32 MCU serial driver"
24 Say y if you wish to use serial port on STM32 MCU.
/Zephyr-latest/dts/arm/st/g0/
Dstm32g071.dtsi15 usart3: serial@40004800 {
24 usart4: serial@40004c00 {
/Zephyr-latest/dts/arm/renesas/rcar/gen4/
Drcar_gen4_cr52.dtsi54 scif0: serial@e6e60000 {
61 scif3: serial@e6c50000 {
/Zephyr-latest/tests/subsys/modbus/boards/
Dreel_board.overlay11 compatible = "zephyr,modbus-serial";
/Zephyr-latest/boards/silabs/starter_kits/slstk3701a/doc/
Dindex.rst102 The SLSTK3701A includes an `J-Link`_ serial and debug adaptor built into the
106 USB serial port.
107 - A serial flash device, which implements the USB flash disk file storage.
108 - A physical UART connection which is relayed over interface USB serial port.
125 Open a serial terminal (minicom, putty, etc.) with the following settings:
132 Reset the board and you'll see the following message on the corresponding serial port
/Zephyr-latest/boards/renesas/da14695_dk_usb/doc/
Dindex.rst45 | UART | on-chip | serial |
67 by applications. The UART is connected to on-board serial converter and accessible
74 * UART RX, connected to J-Link serial = P0.08
75 * UART TX, connected to J-Link serial = P0.09
104 which provides both debugging interface and serial port.
/Zephyr-latest/boards/nxp/imx8ulp_evk/
Dimx8ulp_evk_mimx8ud7_adsp_defconfig11 # serial-related configurations
/Zephyr-latest/samples/subsys/modbus/tcp_gateway/boards/
Dfrdm_k64f.overlay12 compatible = "zephyr,modbus-serial";
/Zephyr-latest/boards/qemu/kvm_arm64/doc/
Dindex.rst28 | PL011 UART | on-chip | serial port |
45 This board configuration uses a single serial communication channel with the
/Zephyr-latest/samples/subsys/modbus/tcp_gateway/
DCMakeLists.txt6 project(modbus-serial-backend)
/Zephyr-latest/boards/beagle/beagleconnect_freedom/doc/
Dindex.rst20 The board also features a TI MSP430F5503 microcontroller used as a USB-to-serial bridge and
58 | DIO9 | SDO / PICO | SPI serial data output |
60 | DIO10 | SCK | SPI serial clock |
62 | DIO11 | SDI / POCI | SPI serial data input |
/Zephyr-latest/boards/starfive/visionfive2/doc/
Dindex.rst39 The following steps use minicom for serial communication, feel free to use
40 any other serial terminal that supports xmodem based file transfers.
49 to connect your serial-to-usb converter. Now power on the board and using
50 minicom access board's serial and press the reset switch on the board until you see CCCCCC... prompt
/Zephyr-latest/boards/raspberrypi/rpi_5/
Drpi_5_defconfig7 # Enable serial console.
/Zephyr-latest/boards/st/stm32n6570_dk/
Dstm32n6570_dk_stm32n657xx_sb.dts12 compatible = "st,stm32n6570-dk-serial-boot";
/Zephyr-latest/samples/subsys/modbus/rtu_server/
Dcdc-acm.overlay13 compatible = "zephyr,modbus-serial";
Dapp.overlay11 compatible = "zephyr,modbus-serial";
/Zephyr-latest/samples/subsys/modbus/rtu_client/
Dapp.overlay11 compatible = "zephyr,modbus-serial";

12345678910>>...37