Home
last modified time | relevance | path

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

12345678910>>...33

/Zephyr-Core-3.6.0/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
47 This is an option to be enabled by individual serial driver
97 This enables the API for apps to control the serial line,
153 source "drivers/serial/Kconfig.b91"
155 source "drivers/serial/Kconfig.ns16550"
[all …]
DKconfig.efinix_sapphire5 bool "EFINIX_SAPPIHIRE serial driver"
10 This option enables Efinix sapphire serial driver.
DKconfig.litex7 bool "LiteUART serial driver"
13 This option enables LiteUART serial driver.
DKconfig.miv7 bool "Mi-V serial driver"
12 This option enables the Mi-V serial driver.
DKconfig.ql_usbserialport_s3b7 bool "QuickLogic USBserialport_S3B serial driver"
13 This option enables the QuickLogic USBserialport_S3B serial driver.
/Zephyr-Core-3.6.0/scripts/west_commands/tests/
Dtest_blackmagicprobe.py15 import serial.tools.list_ports
128 fake_comport1 = serial.tools.list_ports_common.ListPortInfo(
131 fake_comport2 = serial.tools.list_ports_common.ListPortInfo(
134 fake_comport3 = serial.tools.list_ports_common.ListPortInfo(
156 fake_comport1 = serial.tools.list_ports_common.ListPortInfo(
159 fake_comport2 = serial.tools.list_ports_common.ListPortInfo(
162 fake_comport3 = serial.tools.list_ports_common.ListPortInfo(
165 fake_comport4 = serial.tools.list_ports_common.ListPortInfo(
183 fake_comport1 = serial.tools.list_ports_common.ListPortInfo('COM2')
186 fake_comport2 = serial.tools.list_ports_common.ListPortInfo('COM3')
[all …]
/Zephyr-Core-3.6.0/samples/subsys/usb/cdc_acm_composite/
DREADME.rst5 Implement a composite USB device exposing two serial ports using USB CDC-ACM driver.
14 Two serial ports are created when the device is plugged to the PC.
15 Received data from one serial port is sent to another serial port
35 The app prints on serial output, used for the console:
41 Open a serial port emulator, for example, minicom,
49 The app should respond on serial output with:
63 The characters entered in one serial port will be sent to another
64 serial port.
/Zephyr-Core-3.6.0/dts/arm/nuvoton/
Dm48x.dtsi28 compatible = "serial-flash";
128 uart0: serial@40070000 {
134 uart1: serial@40071000 {
140 uart2: serial@40072000 {
146 uart3: serial@40073000 {
152 uart4: serial@40074000 {
158 uart5: serial@40075000 {
164 uart6: serial@40076000 {
170 uart7: serial@40077000 {
/Zephyr-Core-3.6.0/samples/drivers/w1/scanner/
DREADME.rst5 Scan for 1-Wire devices and print their family ID and serial number.
11 scan routine once and prints the family id as well as serial number of the
32 [00:00:00.392,272] <inf> main: Device found; family: 0x3a, serial: 0x3af9985800000036
33 [00:00:00.524,169] <inf> main: Device found; family: 0x3a, serial: 0x3a6ea2580000003b
34 [00:00:00.656,097] <inf> main: Device found; family: 0x28, serial: 0x2856fb470d000022
/Zephyr-Core-3.6.0/tests/subsys/modbus/src/
Dtest_modbus_server.c180 .serial = {
205 server_param.serial.baud = MB_TEST_BAUDRATE_LOW; in test_server_setup_low_odd()
206 server_param.serial.parity = UART_CFG_PARITY_ODD; in test_server_setup_low_odd()
222 server_param.serial.baud = MB_TEST_BAUDRATE_LOW; in test_server_setup_low_none()
223 server_param.serial.parity = UART_CFG_PARITY_NONE; in test_server_setup_low_none()
239 server_param.serial.baud = MB_TEST_BAUDRATE_HIGH; in test_server_setup_high_even()
240 server_param.serial.parity = UART_CFG_PARITY_EVEN; in test_server_setup_high_even()
256 server_param.serial.baud = MB_TEST_BAUDRATE_HIGH; in test_server_setup_ascii()
257 server_param.serial.parity = UART_CFG_PARITY_EVEN; in test_server_setup_ascii()
Dtest_modbus_client.c208 .serial = {
234 client_param.serial.baud = MB_TEST_BAUDRATE_LOW; in test_client_setup_low_none()
235 client_param.serial.parity = UART_CFG_PARITY_NONE; in test_client_setup_low_none()
236 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_2; in test_client_setup_low_none()
248 client_param.serial.baud = MB_TEST_BAUDRATE_LOW; in test_client_setup_low_odd()
249 client_param.serial.parity = UART_CFG_PARITY_ODD; in test_client_setup_low_odd()
250 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_low_odd()
262 client_param.serial.baud = MB_TEST_BAUDRATE_HIGH; in test_client_setup_high_even()
263 client_param.serial.parity = UART_CFG_PARITY_EVEN; in test_client_setup_high_even()
264 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_high_even()
[all …]
/Zephyr-Core-3.6.0/dts/arm/st/f4/
Dstm32f413.dtsi13 uart4: serial@40004c00 {
22 uart5: serial@40005000 {
31 uart7: serial@40007800 {
40 uart8: serial@40007c00 {
49 uart9: serial@40011800 {
58 uart10: serial@40011c00 {
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/
Dhardwaremap.py40 serial=None, argument
54 self.serial = serial
210 …def add_device(self, serial, platform, pre_script, is_pty, baud=None, flash_timeout=60, flash_with… argument
215 device.serial_pty = serial
217 device.serial = serial
237 serial = dut.get('serial')
241 connected= dut.get('connected') and ((serial or serial_pty) is not None)
250 serial=serial,
263 from serial.tools import list_ports
302 serial=persistent_map.get(d.device, d.device),
[all …]
/Zephyr-Core-3.6.0/samples/sensor/ds18b20/
Darduino_serial.overlay8 * Example configuration of a DS18B20 device on an Arduino serial bus.
15 w1_0: w1-zephyr-serial-0 {
16 compatible = "zephyr,w1-serial";
/Zephyr-Core-3.6.0/dts/arm64/ti/
Dti_am62x_a53.dtsi60 uart0: serial@2800000 {
71 uart1: serial@2810000 {
82 uart2: serial@2820000 {
93 uart3: serial@2830000 {
104 uart4: serial@2840000 {
115 uart5: serial@2850000 {
126 uart6: serial@2860000 {
/Zephyr-Core-3.6.0/scripts/tests/twister_blackbox/
Dtest_hardwaremap.py111 def test_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument
130 for id_serial in serial:
163 def test_few_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument
176 serial_number=serial
181 serial_number=serial + 1
186 serial_number=serial + 2
191 serial_number=serial + 3
244 def test_texas_exeption(self, capfd, out_path, manufacturer, product, serial, location): argument
257 serial_number=serial,
/Zephyr-Core-3.6.0/drivers/w1/
DKconfig.zephyr_serial1 # Configuration options for the Zephyr serial 1-Wire Master driver
13 This option enables the Zephyr serial 1-Wire master driver.
17 serial driver interface.
27 For serial drivers where poll_out does not block until the transfer is
/Zephyr-Core-3.6.0/samples/subsys/zbus/uart_bridge/
Ddecoder.py4 import serial
39 ser = serial.Serial(args.port)
45 except serial.serialutil.SerialException as e:
/Zephyr-Core-3.6.0/boards/mips/qemu_malta/
Dboard.cmake10 -serial null
11 -serial null
/Zephyr-Core-3.6.0/scripts/tracing/
Dtrace_capture_uart.py11 import serial
33 ser = serial.Serial(serial_port, serial_baudrate)
35 except serial.SerialException as e:
/Zephyr-Core-3.6.0/samples/drivers/uart/native_tty/boards/
Dnative_sim.overlay6 serial-port = "/dev/ttyUSB0";
13 serial-port = "/dev/ttyUSB1";
/Zephyr-Core-3.6.0/samples/sensor/ds18b20/boards/
Dserial_overlay.dtsi10 w1_0: w1-zephyr-serial-0 {
11 compatible = "zephyr,w1-serial";
/Zephyr-Core-3.6.0/scripts/tests/twister/
Dtest_hardwaremap.py24 DUT(platform='p1', id=1, serial='s1', product='pr1', connected=True),
25 DUT(platform='p2', id=2, serial='s2', product='pr2', connected=False),
26 DUT(platform='p3', id=3, serial='s3', product='pr3', connected=True),
27 DUT(platform='p4', id=4, serial='s4', product='pr4', connected=False),
28 DUT(platform='p5', id=5, serial='s5', product='pr5', connected=True),
29 DUT(platform='p6', id=6, serial='s6', product='pr6', connected=False),
30 DUT(platform='p7', id=7, serial='s7', product='pr7', connected=True),
31 DUT(platform='p8', id=8, serial='s8', product='pr8', connected=False)
243 serial = 'dummy'
246 hm.add_device(serial, platform, pre_script, is_pty)
[all …]
/Zephyr-Core-3.6.0/tests/subsys/modbus/boards/
Dfrdm_k64f.overlay11 compatible = "zephyr,modbus-serial";
23 compatible = "zephyr,modbus-serial";
/Zephyr-Core-3.6.0/samples/subsys/usb/cdc_acm/
DREADME.rst5 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.

12345678910>>...33