Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 1311) sorted by relevance

12345678910>>...53

/Zephyr-latest/subsys/bluetooth/mesh/shell/
DKconfig10 Activate shell module that provides Bluetooth Mesh commands to
16 bool "Support for provisioning shell commands"
20 This options enables support for provisioning shell commands.
28 commands and target utility features. To use the provisioning
33 bool "Support for CDB shell commands"
37 This options enables support for CDB shell commands.
40 bool "Support for Low Power node shell commands"
44 This option enables support for Low Power node shell commands.
47 bool "Support for test shell commands"
50 This option enables support for test mesh shell commands.
[all …]
/Zephyr-latest/samples/subsys/shell/shell_module/
DREADME.rst5 Register shell commands using the Shell API
10 This is a simple application demonstrating how to write and register commands
13 Register Static commands
16 Conditionally Register commands
17 ``login`` and ``logout`` are conditionally registered commands depending
20 Register Dynamic commands
22 for details on how dynamic commands are implemented.
24 Register Dictionary commands
25 ``dictionary`` implements subsect of dictionary commands.
54 The sample may run on emulation targets. The following commands build the
[all …]
DKconfig11 bool "Shell foreground commands example"
15 bool "Shell dynamic commands example"
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
DKconfig.logging15 int "Maximum number of suppressed commands"
18 Suppressed commands are not logged on host command reception. Set
19 the maximum number of the suppressed commands. Set 0 to disable
20 suppressing commands.
23 int "Interval of logging suppressed commands"
26 Once every interval the suppressed commands are logged with the
/Zephyr-latest/doc/develop/west/
Dextensions.rst6 West is "pluggable": you can add your own commands to west without editing its
7 source code. These are called **west extension commands**, or just "extensions"
10 information on west extension commands, and has a tutorial for writing your
13 Some commands you can run when using west with Zephyr, like the ones used to
20 commands from project at "zephyr":
30 See :file:`zephyr/scripts/west-commands.yml` and the
36 To disable support for extension commands, set the ``commands.allow_extensions``
42 west config --global commands.allow_extensions false
49 west config --local commands.allow_extensions true
51 Note that the files containing extension commands are not imported by west
[all …]
/Zephyr-latest/samples/drivers/dac/
DREADME.rst26 .. zephyr-app-commands::
37 .. zephyr-app-commands::
48 .. zephyr-app-commands::
59 .. zephyr-app-commands::
70 .. zephyr-app-commands::
81 .. zephyr-app-commands::
92 .. zephyr-app-commands::
103 .. zephyr-app-commands::
117 .. zephyr-app-commands::
131 .. zephyr-app-commands::
[all …]
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
DKconfig18 bool "Host commands support using eSPI bus"
23 Enable support for Embedded Controller host commands using
27 bool "Host commands support using SHI"
30 Enable support for Embedded Controller host commands using
34 bool "Host commands support using UART"
38 Enable support for Embedded Controller host commands using
42 bool "Host commands support using SPI"
44 Enable support for Embedded Controller host commands using
/Zephyr-latest/samples/subsys/tracing/
DREADME.rst20 .. zephyr-app-commands::
29 .. zephyr-app-commands::
47 .. zephyr-app-commands::
56 .. zephyr-app-commands::
86 .. zephyr-app-commands::
94 .. zephyr-app-commands::
108 .. zephyr-app-commands::
122 .. zephyr-app-commands::
136 .. zephyr-app-commands::
/Zephyr-latest/samples/modules/lvgl/demos/
DREADME.rst46 .. zephyr-app-commands::
53 .. zephyr-app-commands::
61 .. zephyr-app-commands::
69 .. zephyr-app-commands::
77 .. zephyr-app-commands::
85 .. zephyr-app-commands::
93 .. zephyr-app-commands::
101 .. zephyr-app-commands::
109 .. zephyr-app-commands::
117 .. zephyr-app-commands::
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.plic69 bool "PLIC shell commands"
72 Enable additional shell commands useful for debugging.
78 bool "IRQ count shell commands"
81 Records the number of hits per interrupt line and provide shell commands to access them.
85 bool "Shell commands to configure IRQ affinity"
89 Provide shell commands to configure IRQ affinity in runtime.
/Zephyr-latest/samples/subsys/edac/
DREADME.rst5 Test error detection and correction (EDAC) using shell commands.
19 .. zephyr-app-commands::
46 inject :Inject ECC error commands
57 ecc_error :ECC Error Show / Clear commands
58 parity_error :Parity Error Show / Clear commands
65 inject - Inject ECC error commands
100 following devmem commands:
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/
DREADME.rst44 DEBUG: #: Please press the <Tab> button to see all available commands.
45 …DEBUG: #: You can also use the <Tab> button to prompt or auto-complete all commands or its subcomm…
46 DEBUG: #: You can try to call commands with <-h> or <--help> parameter for more information.
51 DEBUG: #: Available commands:
53 DEBUG: #: device :Device commands
62 DEBUG: #: kernel :Kernel commands
68 DEBUG: #: shell :Useful, not Unix-like shell commands.
/Zephyr-latest/samples/sensor/fxos8700/
DREADME.rst29 .. zephyr-app-commands::
37 .. zephyr-app-commands::
49 .. zephyr-app-commands::
57 .. zephyr-app-commands::
72 .. zephyr-app-commands::
83 .. zephyr-app-commands::
95 .. zephyr-app-commands::
107 .. zephyr-app-commands::
119 .. zephyr-app-commands::
131 .. zephyr-app-commands::
/Zephyr-latest/samples/sensor/mcux_acmp/
DREADME.rst32 .. zephyr-app-commands::
43 .. zephyr-app-commands::
54 .. zephyr-app-commands::
65 .. zephyr-app-commands::
76 .. zephyr-app-commands::
82 .. zephyr-app-commands::
/Zephyr-latest/doc/services/shell/
Dindex.rst19 * Support for static and dynamic commands.
20 * Support for dictionary commands.
22 * Built-in commands: :command:`clear`, :command:`shell`, :command:`colors`,
24 * Viewing recently executed commands using keys: :kbd:`↑` :kbd:`↓` or meta keys.
29 * Support for editing multiline commands.
30 * Built-in handler to display help for the commands.
72 By default the telnet client won't handle telnet commands and configuration. Although
74 This will give the telnet client access to a very limited set of supported commands but
177 Shell commands are organized in a tree structure and grouped into the following
223 Creating commands
[all …]
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/
DREADME.rst17 .. zephyr-app-commands::
26 .. zephyr-app-commands::
35 .. zephyr-app-commands::
44 .. zephyr-app-commands::
53 .. zephyr-app-commands::
/Zephyr-latest/samples/subsys/ipc/openamp/
DREADME.rst18 .. zephyr-app-commands::
27 .. zephyr-app-commands::
36 .. zephyr-app-commands::
45 .. zephyr-app-commands::
54 .. zephyr-app-commands::
/Zephyr-latest/samples/basic/minimal/
DREADME.rst31 .. zephyr-app-commands::
44 .. zephyr-app-commands::
57 .. zephyr-app-commands::
70 .. zephyr-app-commands::
83 .. zephyr-app-commands::
/Zephyr-latest/samples/bluetooth/bap_unicast_client/
DREADME.rst34 .. zephyr-app-commands::
46 .. zephyr-app-commands::
54 .. zephyr-app-commands::
68 .. zephyr-app-commands::
80 .. zephyr-app-commands::
/Zephyr-latest/samples/bluetooth/bap_unicast_server/
DREADME.rst34 .. zephyr-app-commands::
46 .. zephyr-app-commands::
54 .. zephyr-app-commands::
68 .. zephyr-app-commands::
80 .. zephyr-app-commands::
/Zephyr-latest/scripts/west_commands/
DREADME.txt1 This directory contains implementations for west commands which are
3 and debug commands.
6 extensions in upstream west. For example, any commands which operate
/Zephyr-latest/drivers/pm_cpu_ops/
DKconfig34 bool "Support for PSCI interface shell commands"
37 Say Y here if you need to enable PSCI interface shell commands
38 like 'warm' and 'cold' reset commands.
/Zephyr-latest/subsys/sd/
DKconfig44 int "Number of times to retry initialization commands"
47 Number of times to retry initialization commands in case of failure
54 require more retries than general SD commands
57 int "Timeout for SD commands (in ms)"
60 Default timeout in milliseconds for SD commands
66 Default timeout in milliseconds for SD data transfer commands
/Zephyr-latest/subsys/debug/symtab/
DKconfig17 bool "Symbol table shell commands"
20 Shell commands to access the symbol table.
/Zephyr-latest/samples/drivers/video/capture/
DREADME.rst46 For :zephyr:board:`mimxrt1064_evk`, build this sample application with the following commands:
48 .. zephyr-app-commands::
55 For :zephyr:board:`mimxrt1170_evk`, build this sample application with the following commands:
57 .. zephyr-app-commands::
64 For :ref:`arduino_nicla_vision_board`, build this sample application with the following commands:
66 .. zephyr-app-commands::
73 a video software pattern generator is supported by the above build commands without

12345678910>>...53