/Zephyr-latest/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-latest/scripts/ |
D | west-commands.yml | 2 west-commands: 4 commands: 9 commands: 14 commands: 19 commands: 24 commands: 29 commands: 34 commands: 39 commands: 53 commands: [all …]
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | README.rst | 5 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 …]
|
/Zephyr-latest/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-latest/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-latest/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 …]
|
/Zephyr-latest/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-latest/drivers/interrupt_controller/ |
D | Kconfig.plic | 69 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/soc/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-latest/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. 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 174 Commands section in Shell 177 Shell commands are organized in a tree structure and grouped into the following [all …]
|
/Zephyr-latest/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-latest/samples/modules/lvgl/demos/ |
D | README.rst | 46 .. 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/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-latest/samples/subsys/tracing/ |
D | README.rst | 20 .. 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/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. 84 # 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
|
/Zephyr-latest/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-latest/samples/subsys/testsuite/pytest/shell/ |
D | README.rst | 44 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/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-latest/drivers/pm_cpu_ops/ |
D | Kconfig | 34 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/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-latest/samples/subsys/llext/modules/ |
D | README.rst | 40 Zephyr in the same binary. This can be verified via the following commands: 42 .. zephyr-app-commands:: 48 - The following commands build and run the sample so that the extension code is 51 .. zephyr-app-commands:: 62 To build for a different board, replace ``qemu_xtensa`` in the commands above
|
/Zephyr-latest/samples/sensor/fxos8700/ |
D | README.rst | 29 .. 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/drivers/video/capture/ |
D | README.rst | 46 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
|