Searched full:commands (Results 1 – 25 of 1865) sorted by relevance
12345678910>>...75
11 Activate shell module that provides Bluetooth Mesh commands to17 bool "Support for provisioning shell commands"21 This options enables support for provisioning shell commands.29 commands and target utility features. To use the provisioning34 bool "Support for CDB shell commands"38 This options enables support for CDB shell commands.41 bool "Support for Low Power node shell commands"45 This option enables support for Low Power node shell commands.48 bool "Support for test shell commands"51 This option enables support for test mesh shell commands.[all …]
2 west-commands:4 commands:9 commands:14 commands:19 commands:24 commands:29 commands:34 commands:39 commands:53 commands:[all …]
5 Register shell commands using the Shell API10 This is a simple application demonstrating how to write and register commands13 Register Static commands16 Conditionally Register commands17 ``login`` and ``logout`` are conditionally registered commands depending20 Register Dynamic commands22 for details on how dynamic commands are implemented.24 Register Dictionary commands25 ``dictionary`` implements subsect of dictionary commands.54 The sample may run on emulation targets. The following commands build the[all …]
6 West is "pluggable": you can add your own commands to west without editing its7 source code. These are called **west extension commands**, or just "extensions"10 information on west extension commands, and has a tutorial for writing your13 Some commands you can run when using west with Zephyr, like the ones used to20 commands from project at "zephyr":30 See :file:`zephyr/scripts/west-commands.yml` and the33 Disabling Extension Commands36 To disable support for extension commands, set the ``commands.allow_extensions``42 west config --global commands.allow_extensions false49 west config --local commands.allow_extensions true[all …]
15 int "Maximum number of suppressed commands"18 Suppressed commands are not logged on host command reception. Set19 the maximum number of the suppressed commands. Set 0 to disable20 suppressing commands.23 int "Interval of logging suppressed commands"26 Once every interval the suppressed commands are logged with the
17 module-str = ec-host-commands25 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
46 * @internal @brief Function for searching and adding commands to the temporary49 * Function will search commands tree for commands matching wildcard pattern51 * replaced by matching commands. If there is no space in the buffer to add all52 * matching commands function will add as many as possible. Next it will54 * commands.63 * @retval WILDCARD_CMD_ADDED All matching commands added to the buffer.64 * @retval WILDCARD_CMD_ADDED_MISSING_SPACE Not all matching commands added88 " 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 …]
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.
18 bool "Host commands support using eSPI bus"23 Enable support for Embedded Controller host commands using27 bool "Host commands support using SHI"30 Enable support for Embedded Controller host commands using34 bool "Host commands support using UART"38 Enable support for Embedded Controller host commands using42 bool "Host commands support using SPI"44 Enable support for Embedded Controller host commands using
8 * @file Describe the IAP commands interface on NXP LPC11U6x MCUs.10 * The IAP (In-Application Programming) commands are located in the boot ROM23 /* 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()
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. Although74 This will give the telnet client access to a very limited set of supported commands but174 Commands section in Shell177 Shell commands are organized in a tree structure and grouped into the following[all …]
44 int "Number of times to retry initialization commands"47 Number of times to retry initialization commands in case of failure54 require more retries than general SD commands57 int "Timeout for SD commands (in ms)"60 Default timeout in milliseconds for SD commands66 Default timeout in milliseconds for SD data transfer commands
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::
5 Test error detection and correction (EDAC) using shell commands.19 .. zephyr-app-commands::46 inject :Inject ECC error commands57 ecc_error :ECC Error Show / Clear commands58 parity_error :Parity Error Show / Clear commands65 inject - Inject ECC error commands100 following devmem commands:
10 set(commands "--log modules,libraries,initialization,redirects,sections") variable12 …"<CMAKE_LINKER> <CMAKE_${lang}_LINK_FLAGS> <LINK_FLAGS> ${commands} <LINK_LIBRARIES> <OBJECTS> -o …13 set(commands) variable
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::
7 '''west "debug", "debugserver", and "attach" commands.'''11 from west.commands import WestCommand21 # 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.
1 This directory contains implementations for west commands which are3 and debug commands.6 extensions in upstream west. For example, any commands which operate
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 …]
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 commands62 DEBUG: #: kernel :Kernel commands68 DEBUG: #: shell :Useful, not Unix-like shell commands.
93 /* series of modem setup commands to run */147 * @brief update the parser's handler commands150 * @param handler_cmds: commands to attach151 * @param handler_cmds_len: size of commands array170 * @param handler_cmds: commands to attach171 * @param handler_cmds_len: size of commands array190 * @param handler_cmds: commands to attach191 * @param handler_cmds_len: size of commands array215 * @param handler_cmds: commands to attach216 * @param handler_cmds_len: size of commands array[all …]
34 bool "Support for PSCI interface shell commands"37 Say Y here if you need to enable PSCI interface shell commands38 like 'warm' and 'cold' reset commands.
22 # MCUmgr buffer size is optimized to fit one SMP packet divided into five Bluetooth Write Commands,33 # Enable file system commands43 # Disable shell commands that are not needed
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 is51 .. zephyr-app-commands::62 To build for a different board, replace ``qemu_xtensa`` in the commands above
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::65 commands:67 .. zephyr-app-commands::74 a video software pattern generator is supported by the above build commands without