Home
last modified time | relevance | path

Searched refs:serial (Results 126 – 150 of 912) sorted by relevance

12345678910>>...37

/Zephyr-latest/boards/nxp/frdm_ke17z512/doc/
Dindex.rst7 MCU-based platforms. The onboard OpenSDAv2 serial and debug adapter,
8 running an open source bootloader, offers options for serial
131 microcontroller as a usb-to-serial adapter for the serial console.
135 Use the following settings with your serial terminal of choice (minicom, putty,
153 Open a serial terminal, reset the board (press the SW1 button), and you should
171 Open a serial terminal, step through the application in your debugger, and you
/Zephyr-latest/dts/arm/nuvoton/
Dm2l31x.dtsi79 uart0: serial@40070000 {
89 uart1: serial@40071000 {
99 uart2: serial@40072000 {
109 uart3: serial@40073000 {
119 uart4: serial@40074000 {
129 uart5: serial@40075000 {
139 uart6: serial@40076000 {
149 uart7: serial@40077000 {
/Zephyr-latest/doc/services/debugging/
Dgdbstub.rst17 The protocol supports different connection types: serial, UDP/IP and
18 TCP/IP. Zephyr currently supports only serial device communication.
46 The serial backend for GDB stub can be enabled with
49 Since serial backend utilizes UART devices to send and receive GDB commands,
67 #. Build with GDB stub and serial backend enabled.
77 target remote <serial device>
116 :gen-args: '-DCONFIG_QEMU_EXTRA_FLAGS="-serial tcp:localhost:5678,server"'
119 Note how we set :kconfig:option:`CONFIG_QEMU_EXTRA_FLAGS` to direct QEMU serial
141 #. Tell GDB to connect to the Zephyr gdbstub serial backend which is exposed
142 earlier as a server through the TCP port ``-serial`` redirection at QEMU.
/Zephyr-latest/boards/nxp/frdm_k22f/doc/
Dindex.rst15 - OpenSDAv2, the NXP open source hardware embedded serial and debug adapter
16 running an open source bootloader, offers options for serial communication,
36 - Virtual serial port interface
81 | UART | on-chip | serial port-polling; |
82 | | | serial port-interrupt |
232 microcontroller as a usb-to-serial adapter for the serial console.
236 Use the following settings with your serial terminal of choice (minicom, putty,
254 Open a serial terminal, reset the board (press the SW1 button), and you should
272 Open a serial terminal, step through the application in your debugger, and you
/Zephyr-latest/dts/arm/st/f0/
Dstm32f071.dtsi44 usart3: serial@40004800 {
53 usart4: serial@40004c00 {
/Zephyr-latest/cmake/emu/
Dqemu.cmake75 # Connect main serial port to the console chardev.
76 list(APPEND QEMU_FLAGS -serial chardev:con)
100 # Add a BT serial device when building for bluetooth, unless the
107 list(APPEND QEMU_FLAGS -serial unix:/tmp/bt-server-bredr)
114 # tests defined by CONFIG_NET_TEST. For PPP, the serial port file is
137 -serial none
141 -serial pipe:/tmp/hub/ip-stack-node${QEMU_PIPE_ID}
177 -serial pipe:/tmp/ip-stack-${target}
193 -serial ${ppp_path}
203 -serial ${tmp_file}
[all …]
/Zephyr-latest/boards/st/stm32n6570_dk/
Dstm32n6570_dk_stm32n657xx_sb_defconfig23 # Use serial boot (USB)
/Zephyr-latest/boards/st/nucleo_n657x0_q/
Dnucleo_n657x0_q_stm32n657xx_sb_defconfig23 # Use serial boot (USB)
/Zephyr-latest/boards/nordic/nrf52840dongle/doc/
Dindex.rst77 | UART | on-chip | serial |
117 2. Using MCUboot in serial recovery mode
169 nrfutil nrf5sdk-tools dfu usb-serial -pkg blinky.zip -p /dev/ttyACM0
182 applications using MCUboot's serial recovery mode. This process does not
219 nrfutil nrf5sdk-tools dfu usb-serial -pkg mcuboot.zip -p /dev/ttyACM0
221 You can now flash a Zephyr application to the board using MCUboot's serial
226 #. Boot into MCUboot serial recovery mode by plugging the board in with the SW1
232 A serial port will enumerate on your board. On Windows, "MCUBOOT" should
235 :file:`/dev/serial/by-id/usb-ZEPHYR_MCUBOOT_0.01-if00` should be created.
237 If no serial port appears, try plugging it in again, making sure SW1 is
[all …]
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/
Dfvp_baser_aemv8r_fvp_aemv8r_aarch64_defconfig16 # Enable serial port
/Zephyr-latest/samples/subsys/tracing/
DCMakeLists.txt6 list(APPEND QEMU_EXTRA_FLAGS -serial file:channel0_0)
/Zephyr-latest/dts/arm/st/u0/
Dstm32u083.dtsi13 lpuart3: serial@40008c00 {
/Zephyr-latest/boards/st/stm32h747i_disco/
Dstm32h747i_disco_stm32h747xx_m7_defconfig16 # Disable following to assign serial ports to m4 core
/Zephyr-latest/drivers/serial/
DKconfig.ns165504 bool "NS16550 serial driver"
11 This option enables the NS16550 serial driver.
12 This driver can be used for the serial hardware
21 This enables the API for apps to control the serial line,
DKconfig.psoc68 bool "PSOC 6 MCU SCB serial driver"
DKconfig.sifive7 bool "SiFive Freedom serial driver"
14 This option enables the SiFive Freedom serial driver.
/Zephyr-latest/boards/qemu/cortex_m3/doc/
Dindex.rst31 | Stellaris | on-chip | serial port |
49 This board configuration uses a single serial communication channel with the
52 If SLIP networking is enabled (see below), an additional serial port will be
105 The board supports SLIP networking over an emulated serial port
/Zephyr-latest/boards/silabs/dev_kits/sim3u1xx_dk/doc/
Dindex.rst86 Connect the sim3u1xx_dk to your host computer using both USB port and you should see a USB serial
89 Open a serial terminal (minicom, putty, etc.) with the following settings:
96 Reset the board and you'll see the following message on the corresponding serial port
/Zephyr-latest/boards/st/stm32h7b3i_dk/
Dstm32h7b3i_dk_defconfig11 # Enable serial
/Zephyr-latest/tests/drivers/build_all/auxdisplay/
Duart_devices.overlay20 compatible = "vnd,serial";
/Zephyr-latest/tests/drivers/build_all/gnss/
Dapp.overlay13 compatible = "vnd,serial";
/Zephyr-latest/dts/arm/nxp/
Dnxp_imx95_m7.dtsi221 lpuart3: serial@42570000 {
229 lpuart4: serial@42580000 {
237 lpuart5: serial@42590000 {
245 lpuart6: serial@425a0000 {
266 lpuart7: serial@42690000 {
274 lpuart8: serial@426a0000 {
440 lpuart1: serial@44380000 {
448 lpuart2: serial@44390000 {
/Zephyr-latest/scripts/pylib/pytest-twister-harness/
DREADME.rst27 …./scripts/twister -p nrf52840dk/nrf52840 --device-testing --device-serial /dev/ttyACM0 -T samples/…
47 …pytest --twister-harness --device-type=hardware --device-serial=/dev/ttyACM0 --build-dir=build -p …
/Zephyr-latest/dts/arm64/nxp/
Dnxp_mimx91.dtsi76 lpuart1: serial@44380000 {
86 lpuart2: serial@44390000 {
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/
DREADME.rst45 Open a serial terminal (minicom, putty, etc.) and connect the board with the
54 serial port:

12345678910>>...37