Home
last modified time | relevance | path

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

12345678910>>...40

/Zephyr-latest/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-latest/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-latest/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-latest/tests/subsys/modbus/src/
Dtest_modbus_server.c178 .serial = {
203 server_param.serial.baud = MB_TEST_BAUDRATE_LOW; in test_server_setup_low_odd()
204 server_param.serial.parity = UART_CFG_PARITY_ODD; in test_server_setup_low_odd()
220 server_param.serial.baud = MB_TEST_BAUDRATE_LOW; in test_server_setup_low_none()
221 server_param.serial.parity = UART_CFG_PARITY_NONE; in test_server_setup_low_none()
237 server_param.serial.baud = MB_TEST_BAUDRATE_HIGH; in test_server_setup_high_even()
238 server_param.serial.parity = UART_CFG_PARITY_EVEN; in test_server_setup_high_even()
254 server_param.serial.baud = MB_TEST_BAUDRATE_HIGH; in test_server_setup_ascii()
255 server_param.serial.parity = UART_CFG_PARITY_EVEN; in test_server_setup_ascii()
Dtest_modbus_client.c216 .serial = {
242 client_param.serial.baud = MB_TEST_BAUDRATE_LOW; in test_client_setup_low_none()
243 client_param.serial.parity = UART_CFG_PARITY_NONE; in test_client_setup_low_none()
244 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_2; in test_client_setup_low_none()
256 client_param.serial.baud = MB_TEST_BAUDRATE_LOW; in test_client_setup_low_odd()
257 client_param.serial.parity = UART_CFG_PARITY_ODD; in test_client_setup_low_odd()
258 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_low_odd()
270 client_param.serial.baud = MB_TEST_BAUDRATE_HIGH; in test_client_setup_high_even()
271 client_param.serial.parity = UART_CFG_PARITY_EVEN; in test_client_setup_high_even()
272 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_high_even()
[all …]
/Zephyr-latest/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-latest/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-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py39 serial=None, argument
55 self.serial = serial
239 serial, argument
258 device.serial_pty = serial
260 device.serial = serial
290 serial = dut.get('serial')
294 connected = dut.get('connected') and ((serial or serial_pty) is not None)
304 serial=serial,
319 from serial.tools import list_ports
364 serial=persistent_map.get(d.device, d.device),
[all …]
/Zephyr-latest/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-latest/samples/subsys/zbus/uart_bridge/
Ddecoder.py7 import serial
40 ser = serial.Serial(args.port)
46 except serial.serialutil.SerialException as e:
/Zephyr-latest/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-latest/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-latest/boards/qemu/malta/
Dboard.cmake10 -serial null
11 -serial null
/Zephyr-latest/drivers/serial/
DKconfig.efinix_sapphire5 bool "EFINIX_SAPPIHIRE serial driver"
10 This option enables Efinix sapphire serial driver.
DKconfig.ene5 bool "ENE KB1200 serial driver"
12 This option enables the KB1200 serial driver.
DKconfig.litex7 bool "LiteX serial driver"
13 This option enables LiteX UART 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.
DKconfig.npcx9 bool "Nuvoton NPCX embedded controller (EC) serial driver"
18 Say y if you wish to use serial port on NPCX MCU.
23 bool "Nuvoton NPCX embedded controller (EC) serial driver DMA support"
/Zephyr-latest/samples/drivers/uart/native_tty/boards/
Dnative_sim.overlay6 serial-port = "/dev/ttyUSB0";
13 serial-port = "/dev/ttyUSB1";
/Zephyr-latest/scripts/tracing/
Dtrace_capture_uart.py11 import serial
33 ser = serial.Serial(serial_port, serial_baudrate)
35 except serial.SerialException as e:
/Zephyr-latest/samples/sensor/ds18b20/boards/
Dserial_overlay.dtsi10 w1_0: w1-zephyr-serial-0 {
11 compatible = "zephyr,w1-serial";
/Zephyr-latest/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)
253 serial = 'dummy'
256 hm.add_device(serial, platform, pre_script, is_pty)
[all …]
/Zephyr-latest/tests/subsys/modbus/boards/
Dfrdm_k64f.overlay11 compatible = "zephyr,modbus-serial";
23 compatible = "zephyr,modbus-serial";
/Zephyr-latest/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>>...40