/Zephyr-Core-3.7.0/tests/subsys/usb/uac2/ |
D | app.overlay | 23 compatible = "zephyr,uac2-input-terminal"; 25 terminal-type = <USB_TERMINAL_STREAMING>; 31 compatible = "zephyr,uac2-output-terminal"; 34 terminal-type = <BIDIRECTIONAL_TERMINAL_HEADSET>; 35 assoc-terminal = <&mic_input>; 39 compatible = "zephyr,uac2-input-terminal"; 41 terminal-type = <BIDIRECTIONAL_TERMINAL_HEADSET>; 43 * provide correct associated terminal ID because the 46 * assoc-terminal = <&headphones_output>; 52 compatible = "zephyr,uac2-output-terminal"; [all …]
|
/Zephyr-Core-3.7.0/include/zephyr/usb/class/ |
D | usbd_uac2.h | 64 void (*terminal_update_cb)(const struct device *dev, uint8_t terminal, 80 void *(*get_recv_buf)(const struct device *dev, uint8_t terminal, 94 void (*data_recv_cb)(const struct device *dev, uint8_t terminal, 107 void (*buf_release_cb)(const struct device *dev, uint8_t terminal, 124 uint32_t (*feedback_cb)(const struct device *dev, uint8_t terminal, 151 int usbd_uac2_send(const struct device *dev, uint8_t terminal,
|
/Zephyr-Core-3.7.0/samples/subsys/usb/uac2_explicit_feedback/ |
D | app.overlay | 23 compatible = "zephyr,uac2-input-terminal"; 25 terminal-type = <USB_TERMINAL_STREAMING>; 31 compatible = "zephyr,uac2-output-terminal"; 34 terminal-type = <OUTPUT_TERMINAL_HEADPHONES>; 39 linked-terminal = <&out_terminal>;
|
/Zephyr-Core-3.7.0/samples/subsys/usb/uac2_explicit_feedback/src/ |
D | main.c | 54 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-Core-3.7.0/tests/subsys/usb/device_next/ |
D | build_all.overlay | 25 compatible = "zephyr,uac2-input-terminal"; 27 terminal-type = <USB_TERMINAL_STREAMING>; 33 compatible = "zephyr,uac2-output-terminal"; 36 terminal-type = <OUTPUT_TERMINAL_HEADPHONES>; 41 linked-terminal = <&out_terminal>;
|
/Zephyr-Core-3.7.0/drivers/serial/ |
D | Kconfig.native_posix | 11 to either connect to the terminal from which the executable was run, or into 21 bool "Connect the UART to its own pseudo terminal" 31 Connect this UART to the stdin & stdout of the calling shell/terminal 35 terminal. 37 shell interactively, as the default terminal configuration is NOT 43 bool "Support waiting for pseudo terminal client readiness" 60 string "Default command to attach the UART to a new terminal" 65 run to attach a new terminal to the 1st UART. 72 'gnome-terminal -- screen %s'
|
/Zephyr-Core-3.7.0/doc/connectivity/networking/ |
D | qemu_802154_setup.rst | 17 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:
|
D | qemu_eth_setup.rst | 32 For the steps below, you will need two terminal windows: 34 * Terminal #1 is terminal window with net-tools being the current 36 * Terminal #2 is your usual Zephyr development terminal, 57 In terminal #1, type: 77 In terminal #2, type:
|
D | networking_with_multiple_instances.rst | 28 For the steps below, you will need five terminal windows: 30 * Terminal #1 and #2 are terminal windows with net-tools being the current 33 * Terminal #4 and #5 are your usual Zephyr development terminal, 96 In terminal #1, type: 102 In terminal #2, type: 112 In terminal #3, type: 129 In terminal #4, if you are using QEMU, type this: 160 In terminal #5, if you are using QEMU, type this:
|
D | native_sim_setup.rst | 35 For the steps below, you will need three terminal windows: 37 * Terminal #1 is terminal window with net-tools being the current 39 * Terminal #2 is your usual Zephyr development terminal, 50 In terminal #1, type: 69 In terminal #2, type:
|
/Zephyr-Core-3.7.0/subsys/usb/device_next/class/ |
D | usbd_uac2.c | 178 static int terminal_to_as_interface(const struct device *dev, uint8_t terminal) in terminal_to_as_interface() argument 183 if (terminal == cfg->as_terminals[as_idx]) { in terminal_to_as_interface() 227 int usbd_uac2_send(const struct device *dev, uint8_t terminal, in usbd_uac2_send() argument 235 int as_idx = terminal_to_as_interface(dev, terminal); in usbd_uac2_send() 244 LOG_ERR("No endpoint for terminal %d", terminal); in usbd_uac2_send() 250 ctx->ops->buf_release_cb(dev, terminal, data, ctx->user_data); in usbd_uac2_send() 266 ctx->ops->buf_release_cb(dev, terminal, data, ctx->user_data); in usbd_uac2_send() 275 ctx->ops->buf_release_cb(dev, terminal, data, ctx->user_data); in usbd_uac2_send() 282 uint8_t ep, uint16_t mps, uint8_t terminal) in schedule_iso_out_read() argument 289 int as_idx = terminal_to_as_interface(dev, terminal); in schedule_iso_out_read() [all …]
|
/Zephyr-Core-3.7.0/doc/develop/ |
D | env_vars.rst | 16 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-Core-3.7.0/samples/drivers/ipm/ipm_ivshmem/ |
D | README.rst | 61 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-Core-3.7.0/samples/modules/thrift/hello/ |
D | README.rst | 141 In another terminal, run the ``hello_client`` sample app compiled for the 150 You should observe the following in the original ``hello/server`` terminal: 162 In the client terminal, run ``hello_client.py`` app under the host OS (not 169 You should observe the following in the original ``hello/server`` terminal. 186 In another terminal, run the ``hello_server`` sample app compiled for the 196 Then, in annother terminal, run the corresponding ``hello/client`` sample: 207 You should observe the following in the original ``hello_server`` terminal:
|
/Zephyr-Core-3.7.0/boards/ite/it82xx2_evb/doc/ |
D | index.rst | 191 it will work if you turn on the ITE board. You can use a terminal program 195 terminal program to connect it(Speed: 115200). 207 #. Run your favorite terminal program to listen for output. 208 Under Linux the terminal should be :code:`/dev/ttyUSB0`. Do not close it. 216 #. Open a second terminal window and use the Linux flash tool to flash your board. 225 #. Split first and second terminal windows to view both of them. 226 You should see ``"Hello World! it82xx2_evb"`` in the first terminal window. 233 read messages through minicom in the Ubuntu terminal.
|
/Zephyr-Core-3.7.0/doc/develop/getting_started/ |
D | installation_mac.rst | 12 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-Core-3.7.0/boards/gd/gd32e103v_eval/doc/ |
D | index.rst | 122 #. Run your favorite terminal program to listen for output. Under Linux the 123 terminal should be :code:`/dev/ttyUSB0`. For example: 145 You should see "Hello World! gd32e103v_eval" in your terminal. 183 #. Run your favorite terminal program to listen for output. Under Linux the 184 terminal should be :code:`/dev/ttyUSB0`. For example: 200 You should see "Hello World! gd32e103v_eval" in your terminal.
|
/Zephyr-Core-3.7.0/boards/gd/gd32a503v_eval/doc/ |
D | index.rst | 130 #. Run your favorite terminal program to listen for output. Under Linux the 131 terminal should be :code:`/dev/ttyUSB0`. For example: 153 You should see "Hello World! gd32a503v_eval" in your terminal. 190 #. Run your favorite terminal program to listen for output. Under Linux the 191 terminal should be :code:`/dev/ttyUSB0`. For example: 207 You should see "Hello World! gd32a503v_eval" in your terminal.
|
/Zephyr-Core-3.7.0/boards/gd/gd32f403z_eval/doc/ |
D | index.rst | 125 #. Run your favorite terminal program to listen for output. Under Linux the 126 terminal should be :code:`/dev/ttyUSB0`. For example: 148 You should see "Hello World! gd32f403z_eval" in your terminal. 186 #. Run your favorite terminal program to listen for output. Under Linux the 187 terminal should be :code:`/dev/ttyUSB0`. For example: 203 You should see "Hello World! gd32f403z_eval" in your terminal.
|
/Zephyr-Core-3.7.0/boards/ite/it8xxx2_evb/doc/ |
D | index.rst | 173 it will work if you turn on ITE board. You can use a terminal program 177 terminal program to connect it(Speed: 115200). 189 #. Run your favorite terminal program to listen for output. 190 Under Linux the terminal should be :code:`/dev/ttyUSB0`. Do not close it. 198 #. Open a second terminal window and use linux flash tool to flash your board. 207 #. Split first and second terminal windows to view both of them. 208 You should see ``"Hello World! it8xxx2_evb"`` in the first terminal window.
|
/Zephyr-Core-3.7.0/modules/segger/ |
D | Kconfig | 37 int "Size of the buffer for terminal output of target, up to host" 41 int "Size of the buffer for terminal input of target, from host" 50 prompt "Mode for pre-initialized terminal channel (buffer 0)"
|
/Zephyr-Core-3.7.0/lib/posix/shell/ |
D | Kconfig.uname | 11 Support for `uname` command in the terminal.
|
/Zephyr-Core-3.7.0/boards/beagle/beaglev_fire/doc/ |
D | index.rst | 45 Now you can run ``tio <port>`` in a terminal window to access the UART debug port connection. Once … 56 from a different terminal, run: 64 Leave it running, and in a different terminal, use GDB to upload the binary to 74 Here is the GDB terminal command to connect to the device
|
/Zephyr-Core-3.7.0/boards/madmachine/mm_feather/doc/ |
D | index.rst | 187 Use the following settings with your serial terminal of choice (minicom, putty, 207 Open a serial terminal, reset the board (press the "reset" button), and you should 208 see the following message in the terminal: 225 Open a serial terminal, step through the application in your debugger, and you 226 should see the following message in the terminal:
|
/Zephyr-Core-3.7.0/samples/net/dns_resolve/ |
D | README.rst | 25 - screen terminal emulator or equivalent. 65 Open a terminal window and type: 94 Open a terminal window and type: 136 Open a terminal window and type: 147 Open a terminal window and type:
|