/Zephyr-Core-2.7.6/drivers/serial/ |
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 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 …]
|
D | Kconfig.ns16550 | 4 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,
|
D | Kconfig.test | 4 DT_COMPAT_VND_SERIAL := vnd,serial 6 # Hidden option to enable the vnd,serial dummy driver used in testing.
|
D | Kconfig.miv | 7 bool "Mi-V serial driver" 12 This option enables the Mi-V serial driver.
|
D | Kconfig.stellaris | 4 bool "Stellaris serial driver" 9 This option enables the Stellaris serial driver. 10 This specific driver can be used for the serial hardware
|
D | Kconfig.litex | 7 bool "LiteUART serial driver" 13 This option enables LiteUART serial driver.
|
D | Kconfig.numicro | 9 bool "NUVOTON MCU serial driver" 16 Say y to use serial port on Nuvoton MCU.
|
D | Kconfig.npcx | 7 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/ |
D | m48x.dtsi | 27 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/ |
D | stm32f413.dtsi | 11 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/ |
D | README.rst | 13 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/ |
D | test_modbus_server.c | 180 .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()
|
D | test_modbus_client.c | 208 .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/ |
D | trace_capture_uart.py | 11 import serial 33 ser = serial.Serial(serial_port, serial_baudrate) 35 except serial.SerialException as e:
|
/Zephyr-Core-2.7.6/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. 48 Use serial client, e.g. PUTTY to communicate over the serial port
|
/Zephyr-Core-2.7.6/dts/arm/st/f0/ |
D | stm32f030Xc.dtsi | 39 usart3: serial@40004800 { 48 usart4: serial@40004c00 { 57 usart5: serial@40005000 { 66 usart6: serial@40011400 {
|
/Zephyr-Core-2.7.6/scripts/west_commands/runners/ |
D | openocd.py | 30 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/ |
D | README.rst | 11 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/ |
D | frdm_k64f.overlay | 11 compatible = "zephyr,modbus-serial"; 24 compatible = "zephyr,modbus-serial";
|
/Zephyr-Core-2.7.6/boards/arm/efm32pg_stk3401a/doc/ |
D | index.rst | 58 | 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/ |
D | msp432p4xx.dtsi | 20 flash0: serial-flash@0 { 21 compatible = "serial-flash";
|
/Zephyr-Core-2.7.6/dts/arm/st/g0/ |
D | stm32g071.dtsi | 12 usart3: serial@40004800 { 21 usart4: serial@40004c00 {
|
/Zephyr-Core-2.7.6/boards/arm/twr_kv58f220m/doc/ |
D | index.rst | 10 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/ |
D | index.rst | 69 | 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/ |
D | nxp_lpc11u6x.dtsi | 143 uart0: serial@40008000 { 152 uart1: serial@4006c000 { 161 uart2: serial@40070000 { 170 uart3: serial@40074000 { 179 uart4: serial@4004c000 {
|