Searched refs:serial (Results 26 – 50 of 912) sorted by relevance
12345678910>>...37
/Zephyr-latest/samples/subsys/usb/cdc_acm/ |
D | README.rst | 5 Use USB CDC-ACM driver to implement a serial port echo. 12 Received data from the serial port is echoed back to the same port 29 To see the console output of the app, open a serial port emulator and 54 The app prints on serial output (UART1), used for the console: 60 Open a serial port emulator, for example minicom 67 The app should respond on serial output with: 81 The characters entered in serial port emulator will be echoed back.
|
/Zephyr-latest/tests/bluetooth/tester/ |
D | README | 6 automated testing. It requires two serial ports to operate. 7 The first serial is used by Bluetooth Testing Protocol (BTP) to drive Bluetooth 9 over the same serial. 51 Use serial client, e.g. PUTTY to communicate over the serial port
|
/Zephyr-latest/dts/arm/st/f0/ |
D | stm32f030Xc.dtsi | 29 usart3: serial@40004800 { 38 usart4: serial@40004c00 { 47 usart5: serial@40005000 { 56 usart6: serial@40011400 {
|
D | stm32f091.dtsi | 19 usart5: serial@40005000 { 28 usart6: serial@40011400 { 37 usart7: serial@40011800 { 46 usart8: serial@40011c00 {
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.stellaris | 4 bool "Stellaris serial driver" 10 This option enables the Stellaris serial driver. 11 This specific driver can be used for the serial hardware
|
D | Kconfig.numicro | 9 bool "NUVOTON MCU serial driver" 18 Say y to use serial port on Nuvoton MCU.
|
D | Kconfig.numaker | 7 bool "Nuvoton NUMAKER MCU serial driver" 17 Say y if you wish to use serial port on Nuvoton Numaker MCU.
|
D | Kconfig | 9 Enable options for serial drivers. 18 This is an option to be enabled by individual serial driver 19 to signal that there is a serial driver. This is being used 20 by other drivers which are dependent on serial. 25 This is an option to be enabled by individual serial driver 31 This is an option to be enabled by individual serial driver 47 This is an option to be enabled by individual serial driver 97 This enables the API for apps to control the serial line, 233 source "drivers/serial/Kconfig.si32" 235 source "drivers/serial/Kconfig.wch_usart" [all …]
|
D | Kconfig.max32 | 7 bool "MAX32 MCU serial driver" 18 Say y if you wish to use serial port on MAX32 MCU.
|
/Zephyr-latest/dts/arm/ti/ |
D | msp432p4xx.dtsi | 20 flash0: serial-flash@0 { 21 compatible = "serial-flash";
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | hardware_adapter.py | 16 import serial 34 self._serial_connection: serial.Serial | None = None 142 serial_name = self._open_serial_pty() or self.device_config.serial 145 self._serial_connection = serial.Serial( 148 parity=serial.PARITY_NONE, 149 stopbits=serial.STOPBITS_ONE, 150 bytesize=serial.EIGHTBITS, 153 except serial.SerialException as exc: 219 except (serial.SerialException, TypeError, IOError):
|
/Zephyr-latest/subsys/debug/gdbstub/ |
D | Kconfig | 5 bool "GDB remote serial protocol support [EXPERIMENTAL]" 19 bool "Use serial backend" 22 Use serial as backend for GDB
|
/Zephyr-latest/dts/arm/renesas/rcar/gen3/ |
D | r8a77951.dtsi | 28 scif1: serial@e6e68000 { 33 scif2: serial@e6e88000 {
|
/Zephyr-latest/boards/adi/max32662evkit/doc/ |
D | index.rst | 91 | UART | on-chip | serial | 151 | | | | 1-2 | | | Connects the USB-to-serial bridge to UART0A_CTS (P… 153 | | | | Open | | | Disconnects the USB-to-serial bridge from UART0A_C… 158 | | | | 1-2 | | | Connects the USB-to-serial bridge to UART0A_RX (P0… 160 | | | | Open | | | Disconnects the USB-to-serial bridge from UART0A_R… 165 | | | | 1-2 | | | Connects the USB-to-serial bridge to UART0A_TX (P0… 167 | | | | Open | | | Disconnects the USB-to-serial bridge from UART0A_T… 172 | | | | 1-2 | | | Connects the USB-to-serial bridge to UART0A_RTS (P… 174 | | | | Open | | | Disconnects the USB-to-serial bridge from UART0A_R… 208 development. The DAP is a standard Arm CoreSight® serial wire debug port, uses a two-pin serial
|
/Zephyr-latest/samples/sensor/ds18b20/boards/ |
D | nrf52840dk_nrf52840.overlay | 8 * Example configuration of a DS18b20 device on an Arduino serial bus, using 9 * the zephyr-serial 1-Wire driver.
|
/Zephyr-latest/scripts/logging/dictionary/ |
D | log_parser_uart.py | 21 import serial 54 with serial.Serial(args.serialPort, args.baudrate) as ser:
|
/Zephyr-latest/samples/subsys/zbus/remote_mock/ |
D | remote_mock.py | 8 import serial 43 ser = serial.Serial(args.port)
|
/Zephyr-latest/boards/adi/max32680evkit/doc/ |
D | index.rst | 103 | UART | on-chip | serial | 279 | | | | 2-1 | | | Disconnects the USB - serial bridge from UART1_RX … 281 | | | | 2-3 | | | Connects the USB - serial bridge to LPUART_RX (P2.… 286 | | | | 2-1 | | | Disonnects the USB - serial bridge from UART1_TX (… 288 | | | | 2-3 | | | Connects the USB - serial bridge to LPUART_TX (P2.… 293 | | | HART_IN | | | Open | | | Disconnects TX of USB - serial bridge from HART_IN… 295 | | | HART_IN | | | 1-2 | | | Connects TX of USB - serial bridge to HART_IN (P0.… 297 | | | HART_OUT | | | Open | | | Disconnects RX of USB - serial bridge from HART_OU… 299 | | | HART_OUT | | | 2-3 | | | Connects RX of USB - serial bridge to HART_OUT (P0… 301 | | | HART_RTS | | | Open | | | Disconnects RTS of USB - serial bridge from HART_R… [all …]
|
/Zephyr-latest/boards/nxp/twr_kv58f220m/doc/ |
D | index.rst | 7 MCU-based platforms. The onboard OpenSDAv2 serial and debug adapter, 8 running an open source bootloader, offers options for serial 51 | UART | on-chip | serial port-polling; | 52 | | | serial port-interrupt | 127 USB-to-serial adapter for the serial console. 131 Use the following settings with your serial terminal of choice (minicom, putty, 149 Open a serial terminal, reset the board (press the SW1 button), and you should 167 Open a serial terminal, step through the application in your debugger, and you
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_lpc11u6x.dtsi | 137 uart0: serial@40008000 { 145 uart1: serial@4006c000 { 153 uart2: serial@40070000 { 161 uart3: serial@40074000 { 169 uart4: serial@4004c000 {
|
/Zephyr-latest/samples/drivers/w1/scanner/ |
D | w1_serial.overlay | 5 compatible = "zephyr,w1-serial";
|
/Zephyr-latest/subsys/usb/device_next/app/ |
D | Kconfig.cdc_acm_serial | 5 # device stack and CDC ACM instance to be used as the default serial backend 13 This is intended for use with cdc-acm-snippet or as a default serial 27 default "CDC ACM serial backend"
|
/Zephyr-latest/boards/silabs/starter_kits/slstk3401a/doc/ |
D | index.rst | 91 The SLSTK3401A includes an `J-Link`_ serial and debug adaptor built into the 95 USB serial port. 96 - A serial flash device, which implements the USB flash disk file storage. 97 - A physical UART connection which is relayed over interface USB serial port. 117 Open a serial terminal (minicom, putty, etc.) with the following settings: 124 Reset the board and you'll see the following message on the corresponding serial port
|
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/ |
D | README.rst | 42 Open a serial terminal (minicom, putty, etc.) and connect the board with the 51 serial port, one is master another is remote: 93 Open a serial terminal (for example Minicom or PuTTY) and connect to the board 94 with the following settings on both serial ports: 103 remote) will appear on the corresponding serial ports: 140 The serial output should now look like this:
|
/Zephyr-latest/dts/arm/st/g0/ |
D | stm32g070.dtsi | 14 usart3: serial@40004800 { 23 usart4: serial@40004c00 {
|
12345678910>>...37