Home
last modified time | relevance | path

Searched refs:serial (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/Zephyr-Core-2.7.6/drivers/serial/
DKconfig9 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
71 This enables the API for apps to control the serial line,
88 source "drivers/serial/Kconfig.b91"
90 source "drivers/serial/Kconfig.ns16550"
92 source "drivers/serial/Kconfig.mcux"
[all …]
DKconfig.ns165504 bool "NS16550 serial driver"
8 This option enables the NS16550 serial driver.
9 This driver can be used for the serial hardware
18 This enables the API for apps to control the serial line,
DKconfig.test4 DT_COMPAT_VND_SERIAL := vnd,serial
6 # Hidden option to enable the vnd,serial dummy driver used in testing.
DKconfig.miv7 bool "Mi-V serial driver"
12 This option enables the Mi-V serial driver.
DKconfig.stellaris4 bool "Stellaris serial driver"
9 This option enables the Stellaris serial driver.
10 This specific driver can be used for the serial hardware
DKconfig.litex7 bool "LiteUART serial driver"
13 This option enables LiteUART serial driver.
DKconfig.numicro9 bool "NUVOTON MCU serial driver"
16 Say y to use serial port on Nuvoton MCU.
DKconfig.npcx7 bool "Nuvoton NPCX embedded controller (EC) serial driver"
14 Say y if you wish to use serial port on NPCX MCU.
/Zephyr-Core-2.7.6/dts/arm/nuvoton/
Dm48x.dtsi27 compatible = "serial-flash";
40 uart0: serial@40070000 {
47 uart1: serial@40071000 {
54 uart2: serial@40072000 {
61 uart3: serial@40073000 {
68 uart4: serial@40074000 {
75 uart5: serial@40075000 {
82 uart6: serial@40076000 {
89 uart7: serial@40077000 {
/Zephyr-Core-2.7.6/dts/arm/st/f4/
Dstm32f413.dtsi11 uart4: serial@40004c00 {
20 uart5: serial@40005000 {
29 uart7: serial@40007800 {
38 uart8: serial@40007c00 {
47 uart9: serial@40011800 {
56 uart10: serial@40011c00 {
/Zephyr-Core-2.7.6/samples/subsys/usb/cdc_acm_composite/
DREADME.rst13 Two serial ports are created when the device is plugged to the PC.
14 Received data from one serial port is sent to another serial port
34 The app prints on serial output, used for the console:
40 Open a serial port emulator, for example, minicom,
48 The app should respond on serial output with:
62 The characters entered in one serial port will be sent to another
63 serial port.
/Zephyr-Core-2.7.6/tests/subsys/modbus/src/
Dtest_modbus_server.c180 .serial = {
194 server_param.serial.baud = MB_TEST_BAUDRATE_LOW; in test_server_setup_low_odd()
195 server_param.serial.parity = UART_CFG_PARITY_ODD; in test_server_setup_low_odd()
213 server_param.serial.baud = MB_TEST_BAUDRATE_LOW; in test_server_setup_low_none()
214 server_param.serial.parity = UART_CFG_PARITY_NONE; in test_server_setup_low_none()
232 server_param.serial.baud = MB_TEST_BAUDRATE_HIGH; in test_server_setup_high_even()
233 server_param.serial.parity = UART_CFG_PARITY_EVEN; in test_server_setup_high_even()
251 server_param.serial.baud = MB_TEST_BAUDRATE_HIGH; in test_server_setup_ascii()
252 server_param.serial.parity = UART_CFG_PARITY_EVEN; in test_server_setup_ascii()
Dtest_modbus_client.c208 .serial = {
222 client_param.serial.baud = MB_TEST_BAUDRATE_LOW; in test_client_setup_low_none()
223 client_param.serial.parity = UART_CFG_PARITY_NONE; in test_client_setup_low_none()
237 client_param.serial.baud = MB_TEST_BAUDRATE_LOW; in test_client_setup_low_odd()
238 client_param.serial.parity = UART_CFG_PARITY_ODD; in test_client_setup_low_odd()
252 client_param.serial.baud = MB_TEST_BAUDRATE_HIGH; in test_client_setup_high_even()
253 client_param.serial.parity = UART_CFG_PARITY_EVEN; in test_client_setup_high_even()
267 client_param.serial.baud = MB_TEST_BAUDRATE_HIGH; in test_client_setup_ascii()
268 client_param.serial.parity = UART_CFG_PARITY_EVEN; in test_client_setup_ascii()
/Zephyr-Core-2.7.6/scripts/tracing/
Dtrace_capture_uart.py11 import serial
33 ser = serial.Serial(serial_port, serial_baudrate)
35 except serial.SerialException as e:
/Zephyr-Core-2.7.6/tests/bluetooth/tester/
DREADME6 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.
48 Use serial client, e.g. PUTTY to communicate over the serial port
/Zephyr-Core-2.7.6/dts/arm/st/f0/
Dstm32f030Xc.dtsi39 usart3: serial@40004800 {
48 usart4: serial@40004c00 {
57 usart5: serial@40005000 {
66 usart6: serial@40011400 {
/Zephyr-Core-2.7.6/scripts/west_commands/runners/
Dopenocd.py30 tui=None, config=None, serial=None, use_elf=None, argument
69 self.serial = ['-c set _ZEPHYR_BOARD_SERIAL ' + serial] if serial else []
124 tui=args.tui, config=args.config, serial=args.serial,
219 cmd = (self.openocd_cmd + self.serial + self.cfg_cmd +
245 cmd = (self.openocd_cmd + self.serial + self.cfg_cmd +
269 server_cmd = (self.openocd_cmd + self.serial + self.cfg_cmd +
/Zephyr-Core-2.7.6/samples/subsys/usb/cdc_acm/
DREADME.rst11 Received data from the serial port is echoed back to the same port
28 To see the console output of the app, open a serial port emulator and
53 The app prints on serial output (UART1), used for the console:
59 Open a serial port emulator, for example minicom
66 The app should respond on serial output with:
80 The characters entered in serial port emulator will be echoed back.
/Zephyr-Core-2.7.6/tests/subsys/modbus/boards/
Dfrdm_k64f.overlay11 compatible = "zephyr,modbus-serial";
24 compatible = "zephyr,modbus-serial";
/Zephyr-Core-2.7.6/boards/arm/efm32pg_stk3401a/doc/
Dindex.rst58 | UART | on-chip | serial port-polling; |
59 | | | serial port-interrupt |
130 The EFM32PG-STK3401A includes an `J-Link`_ serial and debug adaptor built into the
134 USB serial port.
135 - A serial flash device, which implements the USB flash disk file storage.
136 - A physical UART connection which is relayed over interface USB serial port.
156 Open a serial terminal (minicom, putty, etc.) with the following settings:
163 Reset the board and you'll see the following message on the corresponding serial port
/Zephyr-Core-2.7.6/dts/arm/ti/
Dmsp432p4xx.dtsi20 flash0: serial-flash@0 {
21 compatible = "serial-flash";
/Zephyr-Core-2.7.6/dts/arm/st/g0/
Dstm32g071.dtsi12 usart3: serial@40004800 {
21 usart4: serial@40004c00 {
/Zephyr-Core-2.7.6/boards/arm/twr_kv58f220m/doc/
Dindex.rst10 MCU-based platforms. The onboard OpenSDAv2 serial and debug adapter,
11 running an open source bootloader, offers options for serial
61 | UART | on-chip | serial port-polling; |
62 | | | serial port-interrupt |
137 USB-to-serial adapter for the serial console.
141 Use the following settings with your serial terminal of choice (minicom, putty,
159 Open a serial terminal, reset the board (press the SW1 button), and you should
177 Open a serial terminal, step through the application in your debugger, and you
/Zephyr-Core-2.7.6/boards/arm/efm32gg_stk3701a/doc/
Dindex.rst69 | UART | on-chip | serial port-polling; |
70 | | | serial port-interrupt |
142 The EFM32GG-STK3701A includes an `J-Link`_ serial and debug adaptor built into the
146 USB serial port.
147 - A serial flash device, which implements the USB flash disk file storage.
148 - A physical UART connection which is relayed over interface USB serial port.
165 Open a serial terminal (minicom, putty, etc.) with the following settings:
172 Reset the board and you'll see the following message on the corresponding serial port
/Zephyr-Core-2.7.6/dts/arm/nxp/
Dnxp_lpc11u6x.dtsi143 uart0: serial@40008000 {
152 uart1: serial@4006c000 {
161 uart2: serial@40070000 {
170 uart3: serial@40074000 {
179 uart4: serial@4004c000 {

12345678910>>...22