/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/shell/ |
D | Kconfig | 10 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/scripts/ |
D | west-commands.yml | 2 west-commands: 4 commands: 9 commands: 14 commands: 19 commands: 24 commands: 29 commands: 34 commands: 45 commands: 50 commands: [all …]
|
/Zephyr-Core-3.5.0/doc/develop/west/ |
D | extensions.rst | 6 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 33 Disabling Extension Commands 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 [all …]
|
/Zephyr-Core-3.5.0/subsys/mgmt/ec_host_cmd/ |
D | Kconfig.logging | 15 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
|
D | Kconfig | 17 module-str = ec-host-commands 25 int "Buffer size in bytes for TX buffer shared by all EC host commands" 38 int "Buffer size in bytes for RX buffer shared by all EC host commands" 54 Priority of the kernel task that handles the host commands. 55 If the priority is too low (high in value), the host commands handler may be unable to
|
/Zephyr-Core-3.5.0/subsys/shell/ |
D | shell_wildcard.c | 46 * @internal @brief Function for searching and adding commands to the temporary 49 * Function will search commands tree for commands matching wildcard pattern 51 * replaced by matching commands. If there is no space in the buffer to add all 52 * matching commands function will add as many as possible. Next it will 54 * commands. 63 * @retval WILDCARD_CMD_ADDED All matching commands added to the buffer. 64 * @retval WILDCARD_CMD_ADDED_MISSING_SPACE Not all matching commands added 88 " expand all commands matching" in commands_expand() 123 * - wildcard command is on the deepest commands level in z_shell_wildcard_prepare() 124 * - other commands on the same level as wildcard command shall also not in z_shell_wildcard_prepare() [all …]
|
D | Kconfig | 97 can be used for prompting commands, or for autocompletion. 101 bool "Commands autocompletion with the Tab button" 105 Enable commands and subcommands autocompletion with the Tab 136 bool "VT100 commands in shell" 139 Enables VT100 commands in shell (e.g. cursor position, clear screen etc.). 191 Enable commands history. History can be accessed using up and down 200 Number of bytes dedicated for storing executed commands. 207 bool "Built-in commands" 210 Enable built-in commands like 'clear', 'history', etc.
|
/Zephyr-Core-3.5.0/subsys/mgmt/ec_host_cmd/backends/ |
D | Kconfig | 18 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/doc/services/shell/ |
D | index.rst | 19 * 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. 77 Commands section in Shell 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: [all …]
|
/Zephyr-Core-3.5.0/soc/arm/nxp_lpc/lpc11u6x/ |
D | iap.h | 8 * @file Describe the IAP commands interface on NXP LPC11U6x MCUs. 10 * The IAP (In-Application Programming) commands are located in the boot ROM 23 /* IAP commands. */ 52 * @brief Entry function for IAP commands. 61 * "some" commands, the flash (where the interrupt vectors are located) in iap_cmd() 67 * TODO: for the flash commands, the top 32 bytes of memory must be in iap_cmd()
|
/Zephyr-Core-3.5.0/subsys/sd/ |
D | Kconfig | 44 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/subsys/edac/ |
D | README.rst | 5 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/drivers/dac/ |
D | README.rst | 26 .. 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/tracing/ |
D | README.rst | 20 .. 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/drivers/modem/ |
D | modem_cmd_handler.h | 93 /* series of modem setup commands to run */ 147 * @brief update the parser's handler commands 150 * @param handler_cmds: commands to attach 151 * @param handler_cmds_len: size of commands array 170 * @param handler_cmds: commands to attach 171 * @param handler_cmds_len: size of commands array 190 * @param handler_cmds: commands to attach 191 * @param handler_cmds_len: size of commands array 215 * @param handler_cmds: commands to attach 216 * @param handler_cmds_len: size of commands array [all …]
|
/Zephyr-Core-3.5.0/samples/subsys/lorawan/class_a/ |
D | README.rst | 21 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/scripts/west_commands/ |
D | debug.py | 7 '''west "debug", "debugserver", and "attach" commands.''' 11 from west.commands import WestCommand 21 # Keep this in sync with the string in west-commands.yml. 42 # Keep this in sync with the string in west-commands.yml. 66 # Keep this in sync with the string in west-commands.yml.
|
D | README.txt | 1 This directory contains implementations for west commands which are 3 and debug commands. 6 extensions in upstream west. For example, any commands which operate
|
D | zephyr_ext_common.py | 8 commands are in run_common -- that's for common code used by 9 commands which specifically execute runners.''' 15 from west.commands import WestCommand 27 '''WestCommand subclass for commands with a --force option.'''
|
/Zephyr-Core-3.5.0/drivers/console/ |
D | Kconfig.gsm_mux | 12 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/drivers/pm_cpu_ops/ |
D | Kconfig | 34 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/subsys/mgmt/mcumgr/smp_svr/ |
D | overlay-bt.conf | 22 # MCUmgr buffer size is optimized to fit one SMP packet divided into five Bluetooth Write Commands, 33 # Enable file system commands 43 # Disable shell commands that are not needed
|
/Zephyr-Core-3.5.0/samples/sensor/fxos8700/ |
D | README.rst | 28 .. 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/samples/basic/minimal/ |
D | README.rst | 31 .. zephyr-app-commands:: 44 .. zephyr-app-commands:: 57 .. zephyr-app-commands:: 70 .. zephyr-app-commands:: 83 .. zephyr-app-commands::
|
/Zephyr-Core-3.5.0/subsys/bluetooth/common/ |
D | Kconfig | 114 # LE Read Supported Commands command complete event. 179 sizes that include HCI commands. It should be set according to the 180 expected HCI commands that can be sent from the configuration. 181 If the subset of possible HCI commands is unknown, this should be set 189 Number of buffers available for outgoing HCI commands from the Host. 197 for the Zephyr HCI Vendor-Specific Commands and Event. 200 bool "Zephyr HCI Vendor-Specific Commands" 204 Enable support for the Zephyr HCI Vendor-Specific Commands in the 206 Supported Commands, Supported Features vendor commands. 215 Read Static Addresses and Read Key Hierarchy Roots vendor commands. [all …]
|