Home
last modified time | relevance | path

Searched refs:terminal (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/
Dapp.overlay24 compatible = "zephyr,uac2-input-terminal";
26 terminal-type = <USB_TERMINAL_STREAMING>;
32 compatible = "zephyr,uac2-output-terminal";
35 terminal-type = <BIDIRECTIONAL_TERMINAL_HEADSET>;
36 assoc-terminal = <&mic_input>;
40 compatible = "zephyr,uac2-input-terminal";
42 terminal-type = <BIDIRECTIONAL_TERMINAL_HEADSET>;
44 * provide correct associated terminal ID because the
47 * assoc-terminal = <&headphones_output>;
53 compatible = "zephyr,uac2-output-terminal";
[all …]
/Zephyr-latest/tests/subsys/usb/uac2/
Dapp.overlay25 compatible = "zephyr,uac2-input-terminal";
27 terminal-type = <USB_TERMINAL_STREAMING>;
43 compatible = "zephyr,uac2-output-terminal";
46 terminal-type = <BIDIRECTIONAL_TERMINAL_HEADSET>;
47 assoc-terminal = <&mic_input>;
51 compatible = "zephyr,uac2-input-terminal";
53 terminal-type = <BIDIRECTIONAL_TERMINAL_HEADSET>;
55 * provide correct associated terminal ID because the
58 * assoc-terminal = <&headphones_output>;
73 compatible = "zephyr,uac2-output-terminal";
[all …]
/Zephyr-latest/include/zephyr/usb/class/
Dusbd_uac2.h68 void (*terminal_update_cb)(const struct device *dev, uint8_t terminal,
85 void *(*get_recv_buf)(const struct device *dev, uint8_t terminal,
100 void (*data_recv_cb)(const struct device *dev, uint8_t terminal,
114 void (*buf_release_cb)(const struct device *dev, uint8_t terminal,
134 uint32_t (*feedback_cb)(const struct device *dev, uint8_t terminal,
197 int usbd_uac2_send(const struct device *dev, uint8_t terminal,
/Zephyr-latest/scripts/west_commands/runners/
Dminichlink.py22 terminal: bool,
30 self.terminal = terminal
61 terminal=args.terminal,
86 if self.reset or self.terminal:
89 if self.terminal:
92 if self.terminal:
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/
Dapp.overlay31 /* USB Audio terminal from USB host to USB device */
33 compatible = "zephyr,uac2-input-terminal";
35 terminal-type = <USB_TERMINAL_STREAMING>;
40 /* The broadcaster_output terminal defines what we are sending over Bluetooth */
42 compatible = "zephyr,uac2-output-terminal";
45 terminal-type = <OUTPUT_TERMINAL_UNDEFINED>;
50 linked-terminal = <&out_terminal>;
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/
Dapp.overlay24 compatible = "zephyr,uac2-input-terminal";
26 terminal-type = <USB_TERMINAL_STREAMING>;
32 compatible = "zephyr,uac2-output-terminal";
35 terminal-type = <OUTPUT_TERMINAL_HEADPHONES>;
40 linked-terminal = <&out_terminal>;
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/src/
Dmain.c54 static void uac2_terminal_update_cb(const struct device *dev, uint8_t terminal, in uac2_terminal_update_cb() argument
63 __ASSERT_NO_MSG(terminal == HEADPHONES_OUT_TERMINAL_ID); in uac2_terminal_update_cb()
76 static void *uac2_get_recv_buf(const struct device *dev, uint8_t terminal, in uac2_get_recv_buf() argument
84 if (terminal == HEADPHONES_OUT_TERMINAL_ID) { in uac2_get_recv_buf()
101 static void uac2_data_recv_cb(const struct device *dev, uint8_t terminal, in uac2_data_recv_cb() argument
123 LOG_DBG("Received %d data to input terminal %d", size, terminal); in uac2_data_recv_cb()
146 static void uac2_buf_release_cb(const struct device *dev, uint8_t terminal, in uac2_buf_release_cb() argument
190 static uint32_t uac2_feedback_cb(const struct device *dev, uint8_t terminal, in uac2_feedback_cb() argument
197 ARG_UNUSED(terminal); in uac2_feedback_cb()
/Zephyr-latest/tests/subsys/usb/device_next/
Dbuild_all.overlay26 compatible = "zephyr,uac2-input-terminal";
28 terminal-type = <USB_TERMINAL_STREAMING>;
34 compatible = "zephyr,uac2-output-terminal";
37 terminal-type = <OUTPUT_TERMINAL_HEADPHONES>;
42 linked-terminal = <&out_terminal>;
/Zephyr-latest/drivers/serial/
DKconfig.native_pty12 to either connect to the terminal from which the executable was run, or into
31 bool "Connect the first PTY UART to its own pseudo terminal"
42 Connect this UART to the stdin & stdout of the calling shell/terminal
46 terminal.
48 shell interactively, as the default terminal configuration is NOT
58 bool "Connect the UART to its own pseudo terminal (deprecated)"
71 bool "Support waiting for pseudo terminal client readiness (deprecated)"
85 string "Default command to attach a PTY UART to a new terminal"
90 run to attach a new terminal to the 1st UART.
97 'gnome-terminal -- screen %s'
[all …]
/Zephyr-latest/doc/connectivity/networking/
Dqemu_802154_setup.rst17 For the steps below, you will need two terminal windows:
19 * Terminal #1 is terminal window with ``echo-server`` Zephyr sample application.
20 * Terminal #2 is terminal window with ``echo-client`` Zephyr sample application.
25 Open a terminal window and type:
36 In terminal #1, type:
65 In terminal #2, type:
Dqemu_eth_setup.rst33 For the steps below, you will need two terminal windows:
35 * Terminal #1 is terminal window with net-tools being the current
37 * Terminal #2 is your usual Zephyr development terminal,
58 In terminal #1, type:
78 In terminal #2, type:
Dnetworking_with_multiple_instances.rst29 For the steps below, you will need five terminal windows:
31 * Terminal #1 and #2 are terminal windows with net-tools being the current
34 * Terminal #4 and #5 are your usual Zephyr development terminal,
97 In terminal #1, type:
103 In terminal #2, type:
113 In terminal #3, type:
130 In terminal #4, if you are using QEMU, type this:
161 In terminal #5, if you are using QEMU, type this:
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/
Dmain.c76 static void uac2_terminal_update_cb(const struct device *dev, uint8_t terminal, in uac2_terminal_update_cb() argument
85 if (terminal == HEADPHONES_OUT_TERMINAL_ID) { in uac2_terminal_update_cb()
87 } else if (terminal == MICROPHONE_IN_TERMINAL_ID) { in uac2_terminal_update_cb()
105 static void *uac2_get_recv_buf(const struct device *dev, uint8_t terminal, in uac2_get_recv_buf() argument
113 if (terminal == HEADPHONES_OUT_TERMINAL_ID) { in uac2_get_recv_buf()
130 static void uac2_data_recv_cb(const struct device *dev, uint8_t terminal, in uac2_data_recv_cb() argument
170 LOG_DBG("Received %d data to input terminal %d", size, terminal); in uac2_data_recv_cb()
198 static void uac2_buf_release_cb(const struct device *dev, uint8_t terminal, in uac2_buf_release_cb() argument
201 if (terminal == MICROPHONE_IN_TERMINAL_ID) { in uac2_buf_release_cb()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_uac2.c200 static int terminal_to_as_interface(const struct device *dev, uint8_t terminal) in terminal_to_as_interface() argument
205 if (terminal == cfg->as_terminals[as_idx]) { in terminal_to_as_interface()
288 int usbd_uac2_send(const struct device *dev, uint8_t terminal, in usbd_uac2_send() argument
297 int as_idx = terminal_to_as_interface(dev, terminal); in usbd_uac2_send()
306 LOG_ERR("No endpoint for terminal %d", terminal); in usbd_uac2_send()
312 ctx->ops->buf_release_cb(dev, terminal, data, ctx->user_data); in usbd_uac2_send()
345 uint8_t ep, uint16_t mps, uint8_t terminal) in schedule_iso_out_read() argument
352 int as_idx = terminal_to_as_interface(dev, terminal); in schedule_iso_out_read()
373 data_buf = ctx->ops->get_recv_buf(dev, terminal, mps, ctx->user_data); in schedule_iso_out_read()
375 LOG_ERR("No data buffer for terminal %d", terminal); in schedule_iso_out_read()
[all …]
/Zephyr-latest/boards/ite/it82xx2_evb/doc/
Dindex.rst133 it will work if you turn on the ITE board. You can use a terminal program
137 terminal program to connect it(Speed: 115200).
149 #. Run your favorite terminal program to listen for output.
150 Under Linux the terminal should be :code:`/dev/ttyUSB0`. Do not close it.
158 #. Open a second terminal window and use the Linux flash tool to flash your board.
167 #. Split first and second terminal windows to view both of them.
168 You should see ``"Hello World! it82xx2_evb"`` in the first terminal window.
175 read messages through minicom in the Ubuntu terminal.
/Zephyr-latest/doc/develop/
Denv_vars.rst16 lifetime of your current terminal window:
34 This is best for experimentation. If you close your terminal window, use
35 another terminal window or tab, restart your computer, etc., this setting
50 don't affect shell instances already started; try opening a new terminal
58 To use ``setx``, type this command, then close the terminal window. Any
72 You can then run ``rapidee`` from your terminal to launch the program and set
76 you make in RapidEE will be available whenever you open a new terminal window.
98 To get this value back into your current terminal environment, **you must
111 To get this value back into your current terminal environment, **you must
136 into your current terminal's environment. To do so, run this command from the
/Zephyr-latest/boards/gd/gd32a503v_eval/doc/
Dindex.rst81 #. Run your favorite terminal program to listen for output. Under Linux the
82 terminal should be :code:`/dev/ttyUSB0`. For example:
104 You should see "Hello World! gd32a503v_eval" in your terminal.
141 #. Run your favorite terminal program to listen for output. Under Linux the
142 terminal should be :code:`/dev/ttyUSB0`. For example:
158 You should see "Hello World! gd32a503v_eval" in your terminal.
/Zephyr-latest/samples/drivers/ipm/ipm_ivshmem/
DREADME.rst61 On another terminal window do:
69 on the other terminal window do the same, that is it ``-d path/to/instance_2``
79 terminal window, using the run target:
92 go to the other terminal window and check with ``ivshmem`` command:
122 Then go back to the other terminal window where user may see the reception
123 of the notification on the terminal:
/Zephyr-latest/boards/ite/it8xxx2_evb/doc/
Dindex.rst136 it will work if you turn on ITE board. You can use a terminal program
140 terminal program to connect it(Speed: 115200).
152 #. Run your favorite terminal program to listen for output.
153 Under Linux the terminal should be :code:`/dev/ttyUSB0`. Do not close it.
161 #. Open a second terminal window and use linux flash tool to flash your board.
170 #. Split first and second terminal windows to view both of them.
171 You should see ``"Hello World! it8xxx2_evb"`` in the first terminal window.
/Zephyr-latest/samples/modules/thrift/hello/
DREADME.rst144 In another terminal, run the ``hello_client`` sample app compiled for the
153 You should observe the following in the original ``hello/server`` terminal:
165 In the client terminal, run ``hello_client.py`` app under the host OS (not
172 You should observe the following in the original ``hello/server`` terminal.
189 In another terminal, run the ``hello_server`` sample app compiled for the
199 Then, in annother terminal, run the corresponding ``hello/client`` sample:
210 You should observe the following in the original ``hello_server`` terminal:
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_mac.rst12 Terminal application (or any other terminal emulator) are subject to the same
24 make changes and check the checkbox corresponding to your terminal emulator of
25 choice. This will apply to any executable being launched from such terminal
/Zephyr-latest/boards/gd/gd32f403z_eval/doc/
Dindex.rst96 #. Run your favorite terminal program to listen for output. Under Linux the
97 terminal should be :code:`/dev/ttyUSB0`. For example:
119 You should see "Hello World! gd32f403z_eval" in your terminal.
157 #. Run your favorite terminal program to listen for output. Under Linux the
158 terminal should be :code:`/dev/ttyUSB0`. For example:
174 You should see "Hello World! gd32f403z_eval" in your terminal.
/Zephyr-latest/boards/gd/gd32e103v_eval/doc/
Dindex.rst96 #. Run your favorite terminal program to listen for output. Under Linux the
97 terminal should be :code:`/dev/ttyUSB0`. For example:
119 You should see "Hello World! gd32e103v_eval" in your terminal.
157 #. Run your favorite terminal program to listen for output. Under Linux the
158 terminal should be :code:`/dev/ttyUSB0`. For example:
174 You should see "Hello World! gd32e103v_eval" in your terminal.
/Zephyr-latest/lib/posix/shell/
DKconfig.uname11 Support for `uname` command in the terminal.
/Zephyr-latest/boards/madmachine/mm_feather/doc/
Dindex.rst154 Use the following settings with your serial terminal of choice (minicom, putty,
174 Open a serial terminal, reset the board (press the "reset" button), and you should
175 see the following message in the terminal:
192 Open a serial terminal, step through the application in your debugger, and you
193 should see the following message in the terminal:

12345678910>>...15