Searched refs:serial (Results 126 – 150 of 912) sorted by relevance
12345678910>>...37
/Zephyr-latest/boards/nxp/frdm_ke17z512/doc/ |
D | index.rst | 7 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/ |
D | m2l31x.dtsi | 79 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/ |
D | gdbstub.rst | 17 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/ |
D | index.rst | 15 - 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/ |
D | stm32f071.dtsi | 44 usart3: serial@40004800 { 53 usart4: serial@40004c00 {
|
/Zephyr-latest/cmake/emu/ |
D | qemu.cmake | 75 # 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/ |
D | stm32n6570_dk_stm32n657xx_sb_defconfig | 23 # Use serial boot (USB)
|
/Zephyr-latest/boards/st/nucleo_n657x0_q/ |
D | nucleo_n657x0_q_stm32n657xx_sb_defconfig | 23 # Use serial boot (USB)
|
/Zephyr-latest/boards/nordic/nrf52840dongle/doc/ |
D | index.rst | 77 | 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/ |
D | fvp_baser_aemv8r_fvp_aemv8r_aarch64_defconfig | 16 # Enable serial port
|
/Zephyr-latest/samples/subsys/tracing/ |
D | CMakeLists.txt | 6 list(APPEND QEMU_EXTRA_FLAGS -serial file:channel0_0)
|
/Zephyr-latest/dts/arm/st/u0/ |
D | stm32u083.dtsi | 13 lpuart3: serial@40008c00 {
|
/Zephyr-latest/boards/st/stm32h747i_disco/ |
D | stm32h747i_disco_stm32h747xx_m7_defconfig | 16 # Disable following to assign serial ports to m4 core
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.ns16550 | 4 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,
|
D | Kconfig.psoc6 | 8 bool "PSOC 6 MCU SCB serial driver"
|
D | Kconfig.sifive | 7 bool "SiFive Freedom serial driver" 14 This option enables the SiFive Freedom serial driver.
|
/Zephyr-latest/boards/qemu/cortex_m3/doc/ |
D | index.rst | 31 | 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/ |
D | index.rst | 86 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/ |
D | stm32h7b3i_dk_defconfig | 11 # Enable serial
|
/Zephyr-latest/tests/drivers/build_all/auxdisplay/ |
D | uart_devices.overlay | 20 compatible = "vnd,serial";
|
/Zephyr-latest/tests/drivers/build_all/gnss/ |
D | app.overlay | 13 compatible = "vnd,serial";
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_imx95_m7.dtsi | 221 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/ |
D | README.rst | 27 …./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/ |
D | nxp_mimx91.dtsi | 76 lpuart1: serial@44380000 { 86 lpuart2: serial@44390000 {
|
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/ |
D | README.rst | 45 Open a serial terminal (minicom, putty, etc.) and connect the board with the 54 serial port:
|
12345678910>>...37