Home
last modified time | relevance | path

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

12345678910>>...42

/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/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 …]
Dwest-apis.rst23 .. _west-apis-commands:
25 west.commands
28 .. module:: west.commands
30 All built-in and extension commands are implemented as subclasses of the
37 .. autoclass:: west.commands.WestCommand argument
158 "quiet" mode for west commands in a future release:
181 .. _west-apis-commands-output:
186 Since west v1.0, west commands should print output using methods like
187 west.commands.WestCommand.dbg(), west.commands.WestCommand.inf(), etc. (see argument
190 .. autoclass:: west.commands.Verbosity
[all …]
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/samples/subsys/lorawan/class_a/
DREADME.rst21 The following commands build and flash the sample.
23 .. zephyr-app-commands::
35 The following commands build and flash the sample with clock synchronization
38 .. zephyr-app-commands::
/Zephyr-Core-3.5.0/samples/subsys/tracing/
DREADME.rst20 .. zephyr-app-commands::
29 .. zephyr-app-commands::
45 .. zephyr-app-commands::
54 .. zephyr-app-commands::
84 .. zephyr-app-commands::
93 .. zephyr-app-commands::
107 .. zephyr-app-commands::
/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/sensor/fxos8700/
DREADME.rst28 .. zephyr-app-commands::
36 .. zephyr-app-commands::
48 .. zephyr-app-commands::
56 .. zephyr-app-commands::
71 .. zephyr-app-commands::
82 .. zephyr-app-commands::
94 .. zephyr-app-commands::
106 .. zephyr-app-commands::
118 .. zephyr-app-commands::
130 .. zephyr-app-commands::
/Zephyr-Core-3.5.0/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.
80 Shell commands are organized in a tree structure and grouped into the following
91 Creating commands
94 Use the following macros for adding shell commands:
96 * :c:macro:`SHELL_CMD_REGISTER` - Create root command. All root commands must
[all …]
/Zephyr-Core-3.5.0/samples/subsys/shell/shell_module/
DKconfig11 bool "Shell foreground commands example"
15 bool "Shell dynamic commands example"
/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/boards/stm32/h7_dual_core/
DREADME.rst15 .. zephyr-app-commands::
22 .. zephyr-app-commands::
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/drivers/pm_cpu_ops/
DKconfig34 bool "Support for PSCI interface shell commands"
38 Say Y here if you need to enable PSCI interface shell commands
39 like 'warm' and 'cold' reset commands.
/Zephyr-Core-3.5.0/samples/drivers/smbus/
DREADME.rst5 Interact with SMBus peripherals using shell commands.
20 .. zephyr-app-commands::
38 List available SMBus shell commands with:
43 smbus - smbus commands
/Zephyr-Core-3.5.0/samples/subsys/display/cfb/
DREADME.rst22 Build this sample application with the following commands:
24 .. zephyr-app-commands::
/Zephyr-Core-3.5.0/samples/modules/lvgl/demos/
DREADME.rst29 .. zephyr-app-commands::
37 .. zephyr-app-commands::
45 .. zephyr-app-commands::
/Zephyr-Core-3.5.0/samples/drivers/eeprom/
DREADME.rst20 .. zephyr-app-commands::
31 .. zephyr-app-commands::
41 .. zephyr-app-commands::
/Zephyr-Core-3.5.0/samples/subsys/usb/shell/
DREADME.rst5 Use shell commands to interact with USB device stack.
20 .. zephyr-app-commands::
29 .. zephyr-app-commands::
41 .. zephyr-app-commands::
/Zephyr-Core-3.5.0/drivers/console/
DKconfig.gsm_mux12 the PPP data and AT commands.
29 commands) so making it the default value. If GSM modem also provides
34 int "DLCI id of the AT commands channel"
40 Channel number for the AT commands to the modem.
55 int "Max number of pending GSM mux commands"
60 How many pending GSM mux commands can exists.
/Zephyr-Core-3.5.0/subsys/llext/
DKconfig18 bool "llext shell commands"
21 Manage llext with shell commands for loading, unloading, and introspection

12345678910>>...42