Searched refs:shell (Results 1401 – 1425 of 1489) sorted by relevance
1...<<51525354555657585960
186 .. code-block:: shell
171 .. code-block:: shell
195 .. code-block:: shell
216 .. code-block:: shell
20 zephyr,shell-uart = &uart2;
177 .. code-block:: shell
183 zephyr_iterable_section(NAME shell KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN ${CONFIG_LINKER_ITE…
197 .. code-block:: shell
170 .. code-block:: shell
158 .. code-block:: shell
10 This application will setup the device so that net-shell can be used
560 const struct shell *shell_backend_uart_get_ptr(void) in shell_backend_uart_get_ptr()
74 The network shell command **net conn** can be used at runtime to see the272 The network thread stack utilization can be monitored from kernel shell by
240 To enable console and shell over UART:251 zephyr,shell-uart = &usart2;
296 * ``ZEP-2014`` - Default samples/subsys/shell/shell fails to build on QEMU RISCv32 / NIOS2
146 * Add extra prints to net-shell for ethernet based network interfaces. The148 * Add and fix string to integer conversions in net-shell.153 * Relay network interface up/down command from net-shell to Linux host for204 * Added a new Bluetooth shell command to send arbitrary HCI commands to the511 * :github:`8501` - I think there is a issue about shell.582 * :github:`8039` - tests/shell failing on Arduino 101 / Quark SE arc
231 To enable console and shell over UART:242 zephyr,shell-uart = &uart4;
248 .. code-block:: shell
34 zephyr,shell-uart = &lpuart1;
179 .. code-block:: shell
769 static int cmd_status(const struct shell *sh, size_t argc, char **argv) in cmd_status()