Home
last modified time | relevance | path

Searched refs:shell_api (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/samples/subsys/shell/
Dshell.rst5 Samples that demonstrate the :ref:`shell_api` subsystem.
/Zephyr-latest/samples/subsys/shell/shell_module/
DREADME.rst3 :relevant-api: shell_api
11 using the :ref:`Shell API <shell_api>`:
115 For more details on the Shell subsystem, check the general :ref:`Shell documentation <shell_api>`.
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-shell.rst6 The Bluetooth Shell is an application based on the :ref:`shell_api` module. It offer a collection of
44 For more details on general usage of the shell, see :ref:`shell_api`.
/Zephyr-latest/doc/hardware/peripherals/eeprom/
Dshell.rst14 <shell_api>` module. It allows testing and exploring the :ref:`EEPROM <eeprom_api>` driver API
32 See the :ref:`shell <shell_api>` documentation for general instructions on how to connect and
/Zephyr-latest/doc/hardware/peripherals/
Dcomparator.rst39 :ref:`shell <shell_api>` module.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_shell.rst9 as it will require extra memory. See also :ref:`generic shell <shell_api>`
/Zephyr-latest/samples/net/telnet/
DREADME.rst3 :relevant-api: shell_api net_core net_if net_mgmt
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c925 const struct shell_transport_api shell_api = { variable
937 .api = &shell_api,
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst13 The CAN shell provides a ``can`` command with a set of subcommands for the :ref:`shell <shell_api>`
47 See the :ref:`shell <shell_api>` documentation for general instructions on how to connect and
/Zephyr-latest/doc/services/shell/
Dindex.rst867 .. doxygengroup:: shell_api
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst527 For interactive use with the :ref:`shell_api`, choose the first (OWN_PTY) option.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst7 :ref:`shell_api` module. It allows for testing and exploring the Bluetooth Mesh API through an
23 under ``tests/bluetooth/mesh_shell``. See :ref:`shell_api` for information on how to connect and
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst994 - Added new implementation of the shell sub-system. See :ref:`shell_api`