Home
last modified time | relevance | path

Searched full:commands (Results 1 – 25 of 940) sorted by relevance

12345678910>>...38

/Zephyr-Core-2.7.6/doc/guides/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
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 …]
Dconfig.rst7 command, and configuration options used by built-in commands. For API
77 Doing the above means that commands like ``west update`` will look for the
90 -- and thus the behavior of commands like ``west update`` -- using:
96 This can be useful if you use commands like ``git worktree`` to create your own
97 zephyr directories, and want commands like ``west build`` to use them instead
122 built-in commands. Configuration options supported by Zephyr's extension
123 commands are documented in the pages for those commands.
136 * - ``commands.allow_extensions``
141 commands which parse the manifest.
150 to the manifest repository used by ``west update`` and other commands
Dbuilt-in.rst3 Built-in commands
6 This page describes west's built-in commands, some of which were introduced in
9 Some commands are related to Git commands with the same name, but operate
13 Some commands take projects as arguments. These arguments can be project
15 on the local file system. Omitting project arguments to commands which
236 The ``git submodule sync`` commands are skipped if the
241 Other project commands
244 West has a few more commands for managing the projects in the
255 Other built-in commands
258 Finally, here is a summary of other built-in commands.
[all …]
/Zephyr-Core-2.7.6/scripts/
Dwest-commands.yml2 west-commands:
4 commands:
9 commands:
14 commands:
19 commands:
24 commands:
29 commands:
40 commands:
45 commands:
/Zephyr-Core-2.7.6/subsys/shell/
Dshell_wildcard.c46 * @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 …]
DKconfig96 can be used for prompting commands, or for autocompletion.
100 bool "Enable commands autocompletion with the Tab button"
104 Enable commands and subcommands autocompletion with the Tab
128 bool "Enable VT100 commands in shell"
131 Enables VT100 commands in shell (e.g. cursor position, clear screen etc.).
180 Enable commands history. History can be accessed using up and down
189 Number of bytes dedicated for storing executed commands.
196 bool "Enable built-in commands"
199 Enable built-in commands like 'clear', 'history', etc.
/Zephyr-Core-2.7.6/doc/reference/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.
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-2.7.6/soc/arm/nxp_lpc/lpc11u6x/
Diap.h8 * @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-2.7.6/samples/drivers/dac/
DREADME.rst25 .. zephyr-app-commands::
36 .. zephyr-app-commands::
47 .. zephyr-app-commands::
58 .. zephyr-app-commands::
69 .. zephyr-app-commands::
80 .. zephyr-app-commands::
91 .. zephyr-app-commands::
102 .. zephyr-app-commands::
116 .. zephyr-app-commands::
130 .. zephyr-app-commands::
[all …]
/Zephyr-Core-2.7.6/scripts/west_commands/
Ddebug.py7 '''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.
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
Dzephyr_ext_common.py8 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-2.7.6/drivers/console/
DKconfig.gsm_mux10 the PPP data and AT commands.
27 commands) so making it the default value. If GSM modem also provides
32 int "DLCI id of the AT commands channel"
38 Channel number for the AT commands to the modem.
53 int "Max number of pending GSM mux commands"
58 How many pending GSM mux commands can exists.
/Zephyr-Core-2.7.6/samples/subsys/shell/fs/
DREADME.rst30 .. zephyr-app-commands::
41 .. zephyr-app-commands::
53 .. zephyr-app-commands::
63 All file system related commands are available as sub-commands of fs.
71 Files System Shell Commands
/Zephyr-Core-2.7.6/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::
/Zephyr-Core-2.7.6/subsys/bluetooth/common/
DKconfig115 # 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.
195 for the Zephyr HCI Vendor-Specific Commands and Event.
198 bool "Zephyr HCI Vendor-Specific Commands"
202 Enable support for the Zephyr HCI Vendor-Specific Commands in the
204 Supported Commands, Supported Features vendor commands.
213 Read Static Addresses and Read Key Hierarchy Roots vendor commands.
[all …]
/Zephyr-Core-2.7.6/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-2.7.6/samples/subsys/shell/shell_module/src/
Ddynamic_cmd.c15 /* buffer holding dynamicly created user commands */
17 /* commands counter */
127 shell_warn(shell, "Please add some commands first."); in cmd_dynamic_show()
152 /* if there are no more dynamic commands available syntax in dynamic_cmd_get()
165 " commands. Commands are automatically sorted to ensure correct"
173 "Show all added dynamic commands.", cmd_dynamic_show, 1, 0),
/Zephyr-Core-2.7.6/subsys/mgmt/osdp/
DKconfig.cp26 The number of commands that can be queued to a given PD. In CP mode,
35 issuing further commands.
38 int "Number Peripheral Device POLL commands per second"
/Zephyr-Core-2.7.6/subsys/mgmt/mcumgr/
DKconfig123 and download commands.
132 the dummy backend to execute shell commands and capture the output to
234 stat read commands. If a stat group's name exceeds this limit, it will
239 bool "Enable Zephyr specific basic group of commands"
264 Enables handling of SMP commands received over Bluetooth.
282 Enables handling of SMP commands received over shell. This allows
283 the shell to be use for both mcumgr commands and shell commands.
308 Enables handling of SMP commands received over UART. This is a
310 commands to be received over UART without requiring an additional
357 Enables handling of SMP commands received over UDP.
[all …]
/Zephyr-Core-2.7.6/samples/subsys/shell/shell_module/
DKconfig11 bool "Shell foreground commands example"
15 bool "Shell dynamic commands example"
/Zephyr-Core-2.7.6/samples/net/sockets/echo_client/
DREADME.rst55 .. zephyr-app-commands::
64 .. zephyr-app-commands::
74 .. zephyr-app-commands::
94 ``overlay-tls.conf`` overlay file enabled, for example, using these commands:
96 .. zephyr-app-commands::
137 Run both commands if you are testing IPv4 and IPv6.
165 .. zephyr-app-commands::
/Zephyr-Core-2.7.6/tests/bluetooth/mesh_shell/src/
Dmain.c14 printk("Press the <Tab> button for supported commands.\n"); in main()
15 printk("Before any Mesh commands you must run \"mesh init\"\n"); in main()
/Zephyr-Core-2.7.6/samples/subsys/ipc/openamp/
DREADME.rst16 .. zephyr-app-commands::
24 .. zephyr-app-commands::
32 .. zephyr-app-commands::
40 .. zephyr-app-commands::
/Zephyr-Core-2.7.6/samples/net/sockets/echo_server/
DREADME.rst62 .. zephyr-app-commands::
71 .. zephyr-app-commands::
81 .. zephyr-app-commands::
99 ``overlay-tls.conf`` overlay file enabled, for example, using these commands:
101 .. zephyr-app-commands::
126 .. zephyr-app-commands::

12345678910>>...38