Home
last modified time | relevance | path

Searched full:command (Results 1 – 25 of 1802) sorted by relevance

12345678910>>...73

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/renode/
Dlitex-vexriscv-tflite.robot7 ... Execute Command include @${CURDIR}/LiteX_I2C_Zephyr.cs
55 Execute Command using sysbus
57 Execute Command mach create
58 Execute Command machine LoadPlatformDescription @${CURDIR}/litex-vexriscv-tflite.repl
60 Execute Command showAnalyzer uart Antmicro.Renode.Analyzers.LoggingUartAnalyzer
62 …Execute Command sysbus LoadELF @${CURDIR}/../tensorflow/tensorflow/lite/micro/tools/make…
73 Execute Command using sysbus
75 Execute Command mach create
76 Execute Command machine LoadPlatformDescription @${CURDIR}/litex-vexriscv-tflite.repl
78 Execute Command showAnalyzer uart Antmicro.Renode.Analyzers.LoggingUartAnalyzer
[all …]
/Zephyr-latest/drivers/display/
Dssd1306_regs.h15 /* The next byte will contain a command */
24 * Fundamental Command Table
26 #define SSD1306_SET_CONTRAST_CTRL 0x81 /* double byte command */
40 * Addressing Setting Command Table
48 #define SSD1306_SET_MEM_ADDRESSING_MODE 0x20 /* double byte command */
53 #define SSD1306_SET_COLUMN_ADDRESS 0x21 /* triple byte command */
55 #define SSD1306_SET_PAGE_ADDRESS 0x22 /* triple byte command */
62 * Hardware Configuration Command Table
70 #define SSD1306_SET_MULTIPLEX_RATIO 0xa8 /* double byte command */
75 #define SSD1306_SET_DISPLAY_OFFSET 0xd3 /* double byte command */
[all …]
/Zephyr-latest/include/zephyr/mgmt/ec_host_cmd/
Dec_host_cmd.h11 * @brief EC Host Command Interface
12 * @defgroup ec_host_cmd_interface EC Host Command Interface
26 * @brief Host command response codes (16-bit).
29 /** Host command was successful. */
31 /** The specified command id is not recognized or supported. */
37 /** Host command is not permitted. */
41 /** Host command id version unsupported. */
45 /** A host command is currently being processed. */
76 EC_HOST_CMD_DEBUG_OFF, /* No Host Command debug output */
78 EC_HOST_CMD_DEBUG_EVERY, /* Print every command */
[all …]
Dbackend.h9 * @brief Public APIs for Host Command backends that respond to host commands
33 * @brief EC Host Command Interface
34 * @defgroup ec_host_cmd_interface EC Host Command Interface
40 * @brief Context for host command backend and handler to pass rx data.
57 * @brief Context for host command backend and handler to pass tx data
74 * @brief Initialize a host command backend
76 * This routine initializes a host command backend. It includes initialization
112 * @brief Get the eSPI Host Command backend pointer
115 * the Host Command communication.
124 * @brief Get the SHI NPCX Host Command backend pointer
[all …]
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
DKconfig1 # Host command handler functionality
6 menu "Host command handler subsystem"
9 bool "Support Embedded Controller host command handler subsystem"
11 Enable host command processing for embedded controllers on notebook
21 int "Stack size for the EC host command handler thread"
32 Buffer size in bytes for TX buffer defined by the host command handler.
45 Buffer size in bytes for TX buffer defined by the host command handler.
51 int "Priority of host command task"
56 process the command on time and the AP will abort the waiting for response and be unable
64 Initialization priority for Host Command. It must be higher than the initialization
[all …]
/Zephyr-latest/doc/services/shell/
Dindex.rst13 This module allows you to create and handle a shell with a user-defined command
21 * Smart command completion with the :kbd:`Tab` key.
22 * Built-in commands: :command:`clear`, :command:`shell`, :command:`colors`,
23 :command:`echo`, :command:`history` and :command:`resize`.
48 The module can be connected to any transport for command input and output.
73 command support can be enabled with :kconfig:option:`CONFIG_SHELL_TELNET_SUPPORT_COMMAND`.
75 still can be turned on if needed. One of the command options it supports is the ``ECHO``
180 * Root command (level 0): Gathered and alphabetically sorted in a dedicated
188 Commonly-used command groups
191 The following list is a set of useful command groups and how to enable them:
[all …]
/Zephyr-latest/cmake/bintools/
Dbintools_template.cmake18 # - <tool>_flag : Flags that must always be used with this command
30 # Commands will default echo a message if called, but no command has been defined.
31 # This is done, so that unexpected calls to non-implemented command can be easily detected.
32 # To disable the message, simply silence the command with:
33 # set_property(TARGET bintools PROPERTY <command>_command ${CMAKE_COMMAND} -E echo "")
40 # For example, to call a custom script for elfconvert command, one can specify:
52 # Command:
53 # - memusage : Name of command to execute
54 # Note: For gcc compilers this command is not used,
56 # memusage_flag : Flags that must always be applied when calling memusage command
[all …]
/Zephyr-latest/drivers/modem/
Dmodem_cmd_handler.h2 * @brief Modem command handler header file.
4 * Text-based command handler implementation for modem context driver.
129 * @param data: command handler data reference
138 * @param data: command handler data reference
162 * @brief send AT command to interface with behavior defined by flags
169 * @param handler: command handler to use
174 * @param timeout: timeout of command
175 * @param flags: flags which influence behavior of command sending
186 * @brief send AT command to interface w/o locking TX
189 * @param handler: command handler to use
[all …]
/Zephyr-latest/doc/services/device_mgmt/
Dec_host_cmd.rst3 EC Host Command
8 The host command protocol defines the interface for a host, or application processor, to
9 communicate with a target embedded controller (EC). The EC Host command subsystem implements the
10 target side of the protocol, generating responses to commands sent by the host. The host command
16 The Host Command subsystem contains a few components:
20 * Command handler
25 The general handler validates data from the backend e.g. check sizes, checksum, etc. If the command
26 is valid and the user has provided a handler for a received command id, the command handler is
40 communication. The main issues are unknown command size sent by the host (the SPI transaction
44 can be changed in the future once the SPI API is extended to host command needs. Please check `the
[all …]
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig26 int "Delay before executing reset command (ms)"
30 When a reset command is received, the system waits this many milliseconds
40 command has been issued via an MCUmgr command. With this option
41 disabled, modules will reboot when the command is received without
43 application will be notified that a reset command has been received
50 bool "Support for taskstat command"
101 The length of the string that is sent in response to taskstat command,
123 Enabling this option adds stack information into "taskstat" command
134 bool "Support for echo command"
139 bool "Support for datetime command"
[all …]
/Zephyr-latest/samples/subsys/shell/shell_module/
DREADME.rst14 ``version`` is a static command that prints the kernel version.
21 See ``dynamic`` command and :zephyr_file:`samples/subsys/shell/shell_module/src/dynamic_cmd.c`
30 Set a Login command
94 hexdump : Hexdump params command.
95 params : Print params command.
96 ping : Ping command.
97 board : Show board name command.
99 dynamic - Demonstrate dynamic command usage.
101 add : Add a new dynamic command.
102 Example usage: [ dynamic add test ] will add a dynamic command
[all …]
/Zephyr-latest/cmake/util/
Dexecute_process.cmake3 # Parameter names identical to the execute_process() CMake command, and
4 # "ARGS" for the process command-line arguments.
6 # when invoking the COMMAND. Example:
10 if(NOT DEFINED COMMAND)
11 message(FATAL_ERROR "No COMMAND argument supplied")
33 COMMAND ${COMMAND}
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_raw.h74 /** Helper macro to define a command extension
76 * @param _op Opcode of the command.
77 * @param _min_len Minimal length of the command.
88 /** Opcode of the command */
91 /** Minimal length of the command */
96 * Handler function to be called when a command is intercepted.
98 * @param buf Buffer containing the command.
100 * @return HCI Status code or BT_HCI_ERR_EXT_HANDLED if command has
102 * BT_HCI_ERR_SUCCESS which just indicates that the command can be
108 /** @brief Register Bluetooth RAW command extension table
[all …]
Dhci.h48 /** Allocate a HCI command buffer.
50 * This function allocates a new buffer for a HCI command. It is given
55 * @param opcode Command OpCode.
56 * @param param_len Length of command parameters.
62 /** Send a HCI command asynchronously.
64 * This function is used for sending a HCI command asynchronously. It can
66 * if the command has no parameters a NULL can be passed instead. The
67 * sending of the command will happen asynchronously, i.e. upon successful
71 * If synchronous behavior, and retrieval of the Command Complete parameters
74 * @param opcode Command OpCode.
[all …]
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/
Dhardware_adapter_test.py42 assert isinstance(device.command, list)
43 …assert device.command == ['west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', '…
51 assert isinstance(device.command, list)
52 assert device.command == [
62 assert isinstance(device.command, list)
63 assert device.command == [
74 assert isinstance(device.command, list)
75 assert device.command == [
87 assert isinstance(device.command, list)
88 assert device.command == [
[all …]
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Ddynamic_cmd.c38 shell_error(sh, "command limit reached"); in cmd_dynamic_add()
45 shell_error(sh, "too long command"); in cmd_dynamic_add()
52 "bad command name - please use only" in cmd_dynamic_add()
60 shell_error(sh, "duplicated command"); in cmd_dynamic_add()
70 shell_print(sh, "command added successfully"); in cmd_dynamic_add()
83 shell_print(sh, "dynamic command: %s", argv[1]); in cmd_dynamic_execute()
111 shell_print(sh, "command removed successfully"); in cmd_dynamic_remove()
115 shell_error(sh, "did not find command: %s", argv[1]); in cmd_dynamic_remove()
131 shell_print(sh, "Dynamic command list:"); in cmd_dynamic_show()
140 /* dynamic command creation */
[all …]
/Zephyr-latest/drivers/sdhc/
Dintel_emmc_host.h10 /* Bit map for command Register */
106 /* Event/command status */
191 volatile uint16_t cmd; /**< Command */
243 volatile uint32_t cq_ver; /**< Command Queue Version */
244 volatile uint32_t cq_cap; /**< Command Queue Capabilities */
245 volatile uint32_t cq_cfg; /**< Command Queue Configuration */
246 volatile uint32_t cq_ctrl; /**< Command Queue Control */
247 volatile uint32_t cq_intr_stat; /**< Command Queue Interrupt Status */
248 volatile uint32_t cq_intr_stat_en; /**< Command Queue Interrupt Status Enable */
249 volatile uint32_t cq_intr_sig_en; /**< Command Queue Interrupt Signal Enable */
[all …]
/Zephyr-latest/scripts/west_commands/runners/
Dblackmagicprobe.py115 # separators for the 'load' command we execute in bmp_flash().
156 def bmp_flash(self, command, **kwargs): argument
171 command = (self.gdb +
181 self.check_call(command)
183 def check_call_ignore_sigint(self, command): argument
186 self.check_call(command)
190 def bmp_attach(self, command, **kwargs): argument
192 command = (self.gdb +
199 command = (self.gdb +
206 self.check_call_ignore_sigint(command)
[all …]
/Zephyr-latest/subsys/shell/
DKconfig82 int "Shell command buffer size"
86 Maximum command size in bytes. One byte is reserved for the string
109 int "Maximum arguments in shell command"
113 Maximum number of arguments that can build a command.
137 printed on the terminal and passed to the command handler.
147 bool "': command not found' message in the shell"
212 Shell parses command to find '-h' or '--help' string. If the shell
214 for a command.
248 bool "Resize command"
254 characters. Each time terminal screen width is changed resize command
[all …]
/Zephyr-latest/include/zephyr/shell/
Dshell.h55 * case. If command rely on unformatted argument then this flag shall be used
56 * in place of number of optional arguments in command definition to indicate
57 * that only mandatory arguments shall be parsed and remaining command string is
85 * @brief Shell dynamic command descriptor.
99 * @brief Shell command descriptor.
185 * @brief Shell command handler prototype.
191 * @retval 0 Successful command execution.
192 * @retval 1 Help printed and command not executed.
194 * @retval -ENOEXEC Command not executed.
200 * @brief Shell dictionary command handler prototype.
[all …]
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dshell.py34 Send every 0.5 second "enter" command to the device until shell prompt
54 self, command: str, timeout: float | None = None, print_output: bool = True
57 Send shell command to a device and return response. Passed command
58 is extended by double enter sings - first one to execute this command
60 execution was finished. Method returns printout of the executed command.
63 command_ext = f'{command}\n\n'
65 regex_command = f'.*{re.escape(command)}'
69 … # wait for device command print - it should be done immediately after sending command to device
75 # wait for device command execution
87 Take the output of exec_command, which can contain log messages and command prompts,
[all …]
/Zephyr-latest/include/zephyr/mgmt/
Dosdp.h24 #define OSDP_CMD_TEXT_MAX_LEN 32 /**< Max length of text for text command */
25 #define OSDP_CMD_KEYSET_KEY_MAX_LEN 32 /**< Max length of key data for keyset command */
29 * @brief Command sent from CP to Control digital output of PD.
69 * @brief LED params sub-structure. Part of LED command. See @ref osdp_cmd_led.
159 * @brief Command to manipulate any display units that the PD supports.
197 * @brief Sent in response to a COMSET command. Set communication parameters to
214 * @brief This command transfers an encryption key from the CP to a PD.
241 OSDP_CMD_OUTPUT = 1, /**< Output control command */
242 OSDP_CMD_LED, /**< Reader LED control command */
243 OSDP_CMD_BUZZER, /**< Reader buzzer control command */
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgatt.rst6 To perform service discovery on the client side, use the :code:`gatt discover` command. This should
10 command. When done, you should see the newly added services on the client side when running the
11 discovery command.
21 The server can now notify the client with the command :code:`gatt notify`.
23 Another option available through the GATT command is initiating the MTU exchange. To do it, use the
24 :code:`gatt exchange-mtu` command. To update the shell maximum MTU, you need to update Kconfig
/Zephyr-latest/tests/boot/with_mcumgr/pytest/
Dwest_sign_wrapper.py24 command = [
31 command.extend(['--sbin', str(output_bin)])
40 command.append('--')
41 command.extend(command_extra_args)
43 logger.info(f"CMD: {shlex.join(command)}")
44 output = check_output(command, text=True, timeout=timeout)
/Zephyr-latest/samples/drivers/smbus/
DREADME.rst45 quick :SMBus Quick command
47 scan :Scan SMBus peripheral devices command
49 byte_read :SMBus: byte read command
51 byte_write :SMBus: byte write command
53 byte_data_read :SMBus: byte data read command
55 byte_data_write :SMBus: byte data write command
57 word_data_read :SMBus: word data read command
59 word_data_write :SMBus: word data write command
61 block_write :SMBus: Block Write command
63 block_read :SMBus: Block Read command
[all …]

12345678910>>...73