Home
last modified time | relevance | path

Searched refs:command (Results 51 – 75 of 853) sorted by relevance

12345678910>>...35

/Zephyr-latest/doc/develop/west/
Dextensions.rst59 #. Write the code implementing the command.
65 built-in command.
70 Create a Python file to contain your command implementation (see the "Meta >
95 'my-command-name', # gets stored as self.name
96 'one-line help for what my-command-name does', # self.help
99 A multi-line description of my-command.
122 # This gets called when the user runs the command, e.g.:
124 # $ west my-command-name -o FOO BAR
149 - name: my-command-name
151 help: one-line help for what my-command-name does
[all …]
Dtroubleshooting.rst29 The ``git fetch`` command example in the last line above is what needs to
33 ``git fetch`` command, then debug from there using the documentation for your
40 If you can get the ``git fetch`` command to run successfully without prompting
44 "'west' is not recognized as an internal or external command, operable program or batch file.'
60 Run this command in ``cmd.exe``::
77 ``scripts`` to your :envvar:`PATH` using a command like this::
81 **Do not just copy/paste this command**. The ``scripts`` directory location
131 command (like :ref:`west flash <west-flashing>`, :ref:`west build
137 west: error: argument <command>: invalid choice: 'build' (choose from 'init', [...])
140 west: error: argument <command>: invalid choice: 'flash' (choose from 'init', [...])
[all …]
Dalias.rst10 Similar to how ``git`` aliases work, the alias command is replaced with the alias'
13 parameters as they were passed to the original command. Spaces are considered
18 To add a new alias simply call the ``west config`` command:
26 Recursive aliases are allowed as an alias command can contain other aliases, effectively
29 It is possible to override an existing command, for example to pass default arguments:
Dzephyr-cmds.rst13 The ``boards`` command can be used to list the boards that are supported by
20 This command lists all supported boards in a default format. If you prefer to
35 The ``completion`` extension command outputs shell completion scripts that can
44 Additional instructions are available in the command's help::
53 This command registers the current Zephyr installation as a CMake
62 You may run this command when setting up a Zephyr workspace. If you do,
77 This command generates SPDX 2.3 tag-value documents, creating relationships
82 To use this command:
153 The ``blobs`` command allows users to interact with :ref:`binary blobs
157 The ``blobs`` command has three sub-commands, used to list, fetch or clean (i.e.
[all …]
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dharness.py206 def run_robot_test(self, command, handler): argument
214 command.append(f'{v}')
217 command.append(f'{v}')
224 command.append(os.path.join(handler.sourcedir, suite))
226 command.append(os.path.join(handler.sourcedir, self.path))
228 with subprocess.Popen(command, stdout=subprocess.PIPE,
399 command = [
408 command.extend([os.path.normpath(os.path.join(
412 command.append(f'--dut-scope={pytest_dut_scope}')
415 command.extend([
[all …]
Dhandlers.py260 command = [self.generator_cmd]
272 command = ["renode-test",
283 command = [self.generator_cmd, "-C", self.get_default_domain_build_dir(), target]
286 command = [self.binary]
289 command = [binary]
292 command = ["valgrind", "--error-exitcode=2",
297 ] + command
301 command.append(f"--seed={self.seed}")
303 command.extend(self.extra_test_args)
305 return command
[all …]
/Zephyr-latest/subsys/shell/modules/kernel_service/
DKconfig20 int "Delay between reception of shell reboot command and reboot (ms)"
25 command input before the reboot abruptly terminates it. This can help
27 command's echo to successfully complete to synchronise with the
/Zephyr-latest/doc/develop/sca/
Dcodechecker.rst36 CodeChecker uses different command steps, each with their respective configuration
47 - Arguments passed to the ``analyze`` command directly. (e.g. ``--timeout;360``)
61 - Arguments passed to the ``parse`` command directly. (e.g. ``--verbose;debug``)
65 - Run the ``store`` command after analysis.
67 - Arguments passed to the ``store`` command directly. Implies ``CODECHECKER_STORE``.
70 - Pass an identifier ``--tag`` to the ``store`` command.
75 These parameters can be passed on the command line, or be set as environment variables.
/Zephyr-latest/boards/native/common/extra_args/
DKconfig6 string "Extra command line arguments"
8 Extra command line options/arguments which will be handled like if they were passed to the
/Zephyr-latest/drivers/comparator/
DKconfig.shell14 int "Default timeout for await_trigger command in seconds"
18 int "Max timeout for await_trigger command in seconds"
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dhci.txt20 local Controller supports. It is implied that if a command is listed as
21 supported, the feature underlying that command is also supported.
24 command is supported.
58 that either extend commands or don't have a vendor command. Most features are
59 indicated by the support its respective vendor command. The Supported Features
98 bootup and vendor specific Reset command includes the Fatal_Error event.
164 This command reads the values for the vendor version information for the local
244 When the Read_Version_Information command has completed, a Command Complete
251 This command reads the list of vendor commands supported for the local
262 This command shall return the Supported_Commands configuration parameter. It is
[all …]
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/
Dqemu_adapter_test.py32 assert device.command == ['west', 'build', '-d', 'build_dir', '-t', 'run']
38 device.command = ['python', str(script_path), fifo_file_path]
51 device.command = ['sleep', '1']
/Zephyr-latest/subsys/mgmt/mcumgr/grp/zephyr_basic/
DKconfig12 bool "Storage erase command"
15 Enables command that allows to erase storage partition.
/Zephyr-latest/subsys/usb/device/class/
DKconfig.bt12 bool "USB Bluetooth H4 vendor command"
17 Enables vendor command to switch to H:4 transport using the bulk
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/
DKconfig20 for listing supported command groups.
25 bool "Group details command"
31 Note: responses to this command can be very large
39 Will include the name of groups in the detail command response.
45 Will include the number of handlers of groups in the detail command response.
71 The number of maximum values in the list for the details command to support, each value
90 command groups.
/Zephyr-latest/samples/subsys/modbus/tcp_gateway/
DREADME.rst44 On the client side, PC or laptop, the following command connects PyModbus
52 For example, to set LED0 on use FC01 command (write_coil).
68 To set LED0 off but LED1 and LED2 on use FC15 command (write_coils).
74 To read LED0, LED1, LED2 state FC05 command (read_coils) can be used.
96 To write single holding registers use FC06 command (write_register),
102 or FC16 command (write_registers).
108 To read holding registers use FC03 command (read_holding_registers).
/Zephyr-latest/drivers/input/
DKconfig.kbd_matrix39 bool "Input kbd_matrix_state shell command"
42 Enable an input kbd_matrix_state shell command to log the state of a
46 int "Maximum column count for the kbd_matrix_state command"
51 kbd_matrix_state shell command.
/Zephyr-latest/drivers/serial/
DKconfig.native_pty37 Note it can be overridden from command line
74 This option is deprecated and does not do anything anymore. (The command line
85 string "Default command to attach a PTY UART to a new terminal"
89 command line option, this will be the default command which will be
91 Note that this command must have one, and only one, '%s' as
96 If you are using GNOME, then you can use this command string
100 string "Default command to attach the UART to a new terminal (deprecated)"
/Zephyr-latest/scripts/west_commands/runners/
Dpyocd.py141 def do_run(self, command, **kwargs): argument
143 if command == 'rtt':
145 elif command == 'flash':
148 self.debug_debugserver(command, **kwargs)
186 def debug_debugserver(self, command, **kwargs): argument
196 if command == 'debugserver':
208 if command == 'debug':
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.cp23 int "OSDP Peripheral Device command queue size"
31 int "Retry wait time in seconds after a command error"
34 Time in seconds to wait after a command failure, and before retrying or
43 defined the number of times such a POLL command is sent per second.
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_63.rst17 Erase storage command
20 Erase storage command allows clearing the ``storage_partition`` flash partition on a device,
38 The command sends sends empty CBOR map as data.
54 The command sends an empty CBOR map as data if successful. In case of error the CBOR data takes
Dsmp_group_10.rst23 Count of supported groups command
26 Count of supported groups returns the total number of MCUmgr command groups that a device supports.
42 The command sends an empty CBOR map as data.
107 List supported groups command
110 List supported groups command allows listing the group IDs of supported MCUmgr groups on the
127 The command sends an empty CBOR map as data.
195 Fetch single group ID command
198 Fetch single group ID command allows listing the group IDs of supported MCUmgr groups on the
300 Details on supported groups command
303 Details on supported groups command allows fetching details on each supported MCUmgr group, such
[all …]
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py43 command = [
56 command.extend(runner_base_args)
60 command.append('--')
61 command.extend(command_extra_args)
62 self.command = command
102 if not self.command:
112 log_command(logger, 'Flashing command', self.command, level=logging.DEBUG)
116 …process = subprocess.Popen(self.command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, env=sel…
/Zephyr-latest/boards/nxp/mr_canhubk3/support/
Dstartup.cmm7 ; - command operation to execute *
25 &command=STRing.SCANAndExtract("&args","command=","")
105 IF ("&command"=="flash")
111 ELSE IF ("&command"=="debug")
125 PRINT %ERROR "Invalid command"
/Zephyr-latest/drivers/wifi/esp_at/
DKconfig.esp_at73 Number of preallocated RX buffers used by modem command handler.
79 Size of preallocated RX buffers used by modem command handler.
138 Select which version of AT command set should be used.
143 Use AT command set version 1.7.
148 Use AT command set version 2.0.
153 Use AT command set version 2.1.
161 Fetch DNS servers from ESP chip with AT+CIPDNS? command and apply that
176 command version, SDK (ESP-IDF), board and compile time.

12345678910>>...35