Home
last modified time | relevance | path

Searched +full:serial +full:- +full:console (Results 1 – 25 of 755) sorted by relevance

12345678910>>...31

/Zephyr-latest/samples/subsys/usb/cdc_acm/
DREADME.rst1 .. zephyr:code-sample:: usb-cdc-acm
2 :name: USB CDC-ACM
3 :relevant-api: usbd_api _usb_device_core_api uart_interface
5 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
30 attach it to the USB to TTL Serial cable. Build and flash the project:
32 .. zephyr-app-commands::
33 :zephyr-app: samples/subsys/usb/cdc_acm
44 .. code-block:: console
[all …]
/Zephyr-latest/samples/subsys/usb/webusb/
Dindex.html4 <title>WebUSB Serial Sample Application</title>
9 var serial = {};
14 serial.getPorts = function() {
16 return devices.map(device => new serial.Port(device));
20 serial.requestPort = function() {
27 device => new serial.Port(device)
31 serial.Port = function(device) {
35 serial.Port.prototype.connect = function() {
60 serial.Port.prototype.disconnect = function() {
64 serial.Port.prototype.send = function(data) {
[all …]
/Zephyr-latest/samples/subsys/usb/webusb-next/
Dindex.html4 <title>WebUSB Serial Sample Application</title>
9 var serial = {};
14 serial.getPorts = function() {
16 return devices.map(device => new serial.Port(device));
20 serial.requestPort = function() {
27 device => new serial.Port(device)
31 serial.Port = function(device) {
35 serial.Port.prototype.connect = function() {
60 serial.Port.prototype.disconnect = function() {
64 serial.Port.prototype.send = function(data) {
[all …]
/Zephyr-latest/snippets/serial-console/
Dsnippet.yml1 name: serial-console
3 EXTRA_CONF_FILE: serial-console.conf
/Zephyr-latest/snippets/nus-console/
DREADME.rst1 .. _snippet-nus-console:
3 NUS Console Snippet (nus-console)
6 .. code-block:: console
8 west build -S nus-console [...]
13 This snippet redirects serial console output to a UART over NUS (Bluetooth LE) instance.
14 The Bluetooth Serial device used shall be configured using :ref:`devicetree`.
21 - :kconfig:option:`CONFIG_BT`
22 - :kconfig:option:`CONFIG_BT_PERIPHERAL`
23 - :kconfig:option:`CONFIG_BT_ZEPHYR_NUS`
24 - :kconfig:option:`CONFIG_SERIAL`
[all …]
/Zephyr-latest/boards/up-bridge-the-gap/up_squared_pro_7000/doc/
Dup_squared_pro_7000.rst11 UP Squared Pro 7000 is the 3rd generation of palm-sized developer board of
13 (Intel N-series Platform).
15 For more information about Intel N-series Platform please refer to
46 .. zephyr-app-commands::
47 :zephyr-app: samples/hello_world
56 Connect Serial Console
59 Current board configuration assumes that serial console is connected to
63 Refer to `UP Serial Console`_ for additional information about serial
70 :start-after: start_include_here
76 :start-after: start_include_here
[all …]
/Zephyr-latest/boards/native/native_sim/
DKconfig.defconfig2 # SPDX-License-Identifier: Apache-2.0
25 if CONSOLE
28 default y if !SERIAL
31 default y if SERIAL
33 endif # CONSOLE
/Zephyr-latest/boards/native/native_posix/
DKconfig.defconfig2 # SPDX-License-Identifier: Apache-2.0
28 if CONSOLE
31 default y if !SERIAL
34 default y if SERIAL
36 endif # CONSOLE
/Zephyr-latest/drivers/console/
DKconfig1 # Console driver configuration options
3 # Copyright (c) 2014-2015 Wind River Systems, Inc.
5 # SPDX-License-Identifier: Apache-2.0
9 menuconfig CONSOLE config
10 bool "Console drivers"
12 if CONSOLE
15 int "Console maximum input line length"
18 This option can be used to modify the maximum length a console input
24 This is an option to be enabled by console drivers to signal
25 that some kind of console exists.
[all …]
/Zephyr-latest/samples/subsys/modbus/tcp_gateway/
DREADME.rst1 .. zephyr:code-sample:: modbus-gateway
2 :name: Modbus TCP-to-serial gateway
3 :relevant-api: modbus bsd_sockets
5 Implement a gateway between an Ethernet TCP-IP network and a Modbus serial line.
11 an Ethernet TCP-IP network and a Modbus serial line.
16 This sample has been tested with FRDM-K64F board,
21 :zephyr:code-sample:`modbus-rtu-server` sample. Client is running on a PC or laptop.
26 In addition to the evaluation boards RS-485 shields may be used.
27 The A+, B- lines of the RS-485 shields should be connected together.
38 .. zephyr-app-commands::
[all …]
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/
DREADME.rst1 .. zephyr:code-sample:: openamp-rsc-table
3 :relevant-api: ipm_interface
18 the co-processor.
26 .. zephyr-app-commands::
27 :zephyr-app: samples/subsys/ipc/openamp_rsc_table
41 Open a serial terminal (minicom, putty, etc.) and connect to the board using default serial port se…
43 Linux console
49 .. code-block:: console
52 …[ 44.625407] rpmsg_client_sample virtio0.rpmsg-client-sample.-1.1024: new channel: 0x401 -> 0x40…
53 …[ 44.631401] rpmsg_client_sample virtio0.rpmsg-client-sample.-1.1024: incoming msg 1 (src: 0x400)
[all …]
/Zephyr-latest/samples/boards/espressif/spiram_test/
DREADME.rst1 .. zephyr:code-sample:: esp32-spiram
20 * ESP32-S2
21 * ESP32-S3
28 .. code-block:: console
30 west build -b esp32s3_devkitm/esp32s3/procpu samples/boards/espressif/spiram_test
39 To check output of this sample, run ``west espressif monitor`` or any other serial
40 console program (e.g., minicom, putty, screen, etc).
41 This example uses ``west espressif monitor``, which automatically detects the serial
44 .. code-block:: console
48 .. code-block:: console
[all …]
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/doc/
Dindex.rst18 Up Squared (Credit: https://up-board.org)
35 ----
39 connected to the on-board FPGA acting as level shifter. Therefore,
69 .. zephyr-app-commands::
70 :zephyr-app: samples/hello_world
83 :start-after: start_include_here
86 Refer to the `UP Squared Serial Console Wiki page
87 <https://wiki.up-community.org/Serial_console>`_ for instructions on how to
88 connect serial console.
93 .. code-block:: console
[all …]
/Zephyr-latest/samples/net/wpan_serial/
DREADME.rst1 .. zephyr:code-sample:: wpan-serial
2 :name: 802.15.4 "serial-radio"
3 :relevant-api: ieee802154 uart_interface
5 Implement a slip-radio device for Contiki-based border routers.
11 controller as a "serial-radio" device for Contiki-based border routers.
18 using overlays, or by using an SoC with a built-in radio, such as a kw41z,
25 ModemManager is disabled, otherwise, it can interfere with serial
28 .. code-block:: console
36 - :file:`prj.conf`
42 .. zephyr-app-commands::
[all …]
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/
DREADME.rst1 .. zephyr:code-sample:: rpmsg-service
3 :relevant-api: rpmsg_service_api
21 .. zephyr-app-commands::
22 :zephyr-app: samples/subsys/ipc/rpmsg_service
29 .. zephyr-app-commands::
30 :zephyr-app: samples/subsys/ipc/rpmsg_service
37 .. zephyr-app-commands::
38 :zephyr-app: samples/subsys/ipc/rpmsg_service
42 Open a serial terminal (minicom, putty, etc.) and connect the board with the
45 - Speed: 115200
[all …]
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/doc/
Dindex.rst3 Silicon Labs xG27-DK2602A is a Dev Kit using the EFR32BG27 SoC. The kit
9 - EFR32BG27 Blue Gecko Wireless SoC with up to 76.8 MHz operating frequency
10 - ARM® Cortex® M33 core with 64 kB RAM and 768 kB Flash
11 - Macronix ultra low power 8-Mbit SPI flash (MX25R8035F)
12 - 2.4 GHz ceramic antenna for wireless transmission
13 - Silicon Labs Si7021 relative humidity and temperature sensor
14 - Vishay VEML6035 low power, high sensitivity ambient light Sensor
15 - Silicon Labs Si7210 hall effect sensor
16 - TDK InvenSense ICM-20689 6-axis inertial sensor
17 - Pair of PDM microphones
[all …]
/Zephyr-latest/boards/qemu/x86/doc/
Dindex.rst24 +--------------+------------+-----------------------+
27 | HPET | on-chip | system clock |
28 +--------------+------------+-----------------------+
29 | APIC | on-chip | interrupt controller |
30 +--------------+------------+-----------------------+
31 | NS16550 | on-chip | serial port |
33 +--------------+------------+-----------------------+
39 -------------------------
43 Serial Port
44 -----------
[all …]
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/
Dsample.yaml11 extra_args: EXTRA_CONF_FILE="overlay-bt.conf"
13 - nrf52dk/nrf52832
14 - nrf52840dk/nrf52840
15 - pinnacle_100_dvk
16 - mg100
18 - nrf52dk/nrf52832
19 - nrf52840dk/nrf52840
23 extra_args: EXTRA_CONF_FILE="overlay-bt.conf"
25 - CONFIG_MCUMGR_TRANSPORT_BT_DYNAMIC_SVC_REGISTRATION=n
27 - nrf52840dk/nrf52840
[all …]
/Zephyr-latest/boards/intel/common/
Dnet_boot.rst6 ------------------
10 .. code-block:: console
12 $ sudo apt-get install dnsmasq
16 .. code-block:: console
20 dhcp-range=10.1.1.20,10.1.1.30,12h
24 .. code-block:: console
27 enable-tftp
28 tftp-root=/srv/tftp
29 dhcp-boot=zephyr.efi
36 .. code-block:: console
[all …]
/Zephyr-latest/doc/develop/flash_debug/
Dnordic_segger.rst5 Nordic nRF5x Segger J-Link
14 * Segger J-Link firmware and desktop tools
16 * Mass Storage device for drag-and-drop image flashing
17 * USB CDC ACM Serial Port bridged to the nRF5x UART peripheral
18 * Segger RTT Console
21 Segger J-Link Software Installation
24 To install the J-Link Software and documentation pack, follow the steps below:
26 #. Download the appropriate package from the `J-Link Software and documentation pack`_ website
28 #. When connecting a J-Link-enabled board such as an nRF5x DK, PDK or dongle, a
29 drive corresponding to a USB Mass Storage device as well as a serial port should come up
[all …]
/Zephyr-latest/samples/bluetooth/hci_uart_async/
DREADME.rst1 .. zephyr:code-sample:: bluetooth_hci_uart_async
3 :relevant-api: hci_raw bluetooth uart_interface
47 debugger interface and a CDC ACM serial port bridge. More information can be
52 .. zephyr-app-commands::
53 :zephyr-app: samples/bluetooth/hci_uart_async
57 .. _bluetooth-hci-uart-async-qemu-posix:
66 .. code-block:: console
68 sudo btattach -B /dev/ttyACM0 -S 1000000 -R
71 Depending on the serial port you are using you will need to modify the
72 ``/dev/ttyACM0`` string to point to the serial device your controller is
[all …]
/Zephyr-latest/drivers/serial/
DKconfig1 # Serial driver configuration options
3 # Copyright (c) 2014-2015 Wind River Systems, Inc.
4 # SPDX-License-Identifier: Apache-2.0
6 menuconfig SERIAL config
7 bool "Serial drivers"
9 Enable options for serial drivers.
11 if SERIAL
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.
[all …]
/Zephyr-latest/samples/sensor/ds18b20/
DREADME.rst1 .. zephyr:code-sample:: ds18b20
2 :name: DS18B20 1-Wire Temperature Sensor
3 :relevant-api: sensor_interface w1_sensor
11 `DS18B20`_ 1-Wire temperature sensor.
31 https://www.analog.com/media/en/technical-documentation/data-sheets/ds18b20.pdf
33 Boards with a built-in DS18B20 or a board-specific overlay
40 .. zephyr-app-commands::
41 :zephyr-app: samples/sensor/ds18b20
45 DS18B20 via Arduino Serial pins
48 Make sure that you have an external circuit to provide an open-drain interface
[all …]
/Zephyr-latest/samples/boards/espressif/xt_wdt/
DREADME.rst1 .. zephyr:code-sample:: esp32-xt-wdt
23 * ESP32-C3
24 * ESP32-S2
25 * ESP32-S3
33 .. code-block:: console
35 west build -p -b esp32s3_devkitm/esp32s3/procpu samples/boards/espressif/xt_wdt
44 To check output of this sample, run ``west espressif monitor`` or any other serial
45 console program (e.g., minicom, putty, screen, etc).
46 This example uses ``west espressif monitor``, which automatically detects the serial
49 .. code-block:: console
[all …]
/Zephyr-latest/samples/drivers/w1/scanner/
DREADME.rst1 .. zephyr:code-sample:: w1-scanner
2 :name: 1-Wire scanner
3 :relevant-api: w1_interface
5 Scan for 1-Wire devices and print their family ID and serial number.
10 This sample demonstrates how to scan for 1-Wire devices. It runs the 1-Wire
11 scan routine once and prints the family id as well as serial number of the
20 .. zephyr-app-commands::
21 :zephyr-app: samples/drivers/w1/scanner
23 :gen-args: -DDTC_OVERLAY_FILE=w1_serial.overlay
30 .. code-block:: console
[all …]

12345678910>>...31