Home
last modified time | relevance | path

Searched refs:command (Results 251 – 275 of 805) sorted by relevance

1...<<11121314151617181920>>...33

/Zephyr-latest/doc/develop/west/
Dinstall.rst39 launcher is the command-line entry point to running both built-in commands
43 In addition to its command-line interface, you can also use west's Python
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/
DKconfig95 bool "File status command"
98 This command allows a remote device to retrieve the status of a file,
134 bool "Supported hash/checksum command"
137 Enable the supported hash/checksum command which will return details on
176 upload/download command is used. If unable to acquire the semaphore,
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcap.rst41 This command can modify the currently used SIRK. To get the new RSI to advertise on air,
54 This command can get the currently used SIRK.
117 command also needs to be called.
172 :code:`cap_initiator unicast_start` command can be used to put one or more streams into the
182 To stop all the streams that has been started, the :code:`cap_initiator unicast_stop` command can be
222 streaming. To update the metadata the :code:`cap_initiator broadcast_update` command can be used.
223 The command takes an array of data, and the only requirement (besides having valid data) is that the
224 streaming context shall be set. For example to set the streaming context to media, the command can
233 The :code:`bt per-adv-data` command should be used afterwards to update the data is the advertised
279 command also needs to be called.
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md16 The command examples below are simplified with parameters essential for data transformations.
17 For other command line options and more details run the upload script with `--help`,
44 The upload script has several command line options to change `twister.json` data:
63 * Other command line options: `--flatten-dict-name`, `--flatten-list-names`,
/Zephyr-latest/boards/m5stack/stamp_c3/doc/
Dindex.rst42 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
51 It is recommended running the command above after :file:`west update`.
92 To build the sample application using sysbuild use the command:
158 Open the serial monitor using the following command:
/Zephyr-latest/boards/lilygo/ttgo_t7v1_5/doc/
Dindex.rst55 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
64 It is recommended running the command above after :file:`west update`.
105 To build the sample application using sysbuild use the command:
175 You can also open the serial monitor using the following command:
/Zephyr-latest/boards/nordic/nrf54l15dk/doc/
Dindex.rst103 Enter the following command to compile ``hello_world`` for the FLPR core::
122 Enter the following command to recover the core::
126 The ``--recover`` command erases the flash memory and then writes a small binary into
138 Next, build the sample by running the following command:
/Zephyr-latest/drivers/serial/
DKconfig.altera16 Use driver command CMD_ENABLE_EOP and CMD_DISABLE_EOP to use the feature.
DKconfig.intel_lw18 Use driver command CMD_ENABLE_EOP and CMD_DISABLE_EOP to use the feature.
/Zephyr-latest/soc/gaisler/gr716a/
Dlinker.ld9 * @brief Linker command/script file
/Zephyr-latest/cmake/toolchain/xcc/
Dgeneric.cmake18 # command line arguments while invoking xt-xcc to determine
/Zephyr-latest/drivers/entropy/
DKconfig.native_posix21 Apply a seed by default, even if the user does not request it through the command line.
/Zephyr-latest/doc/connectivity/networking/
Dqemu_user_setup.rst22 this gateway, which will filter out packets based on the QEMU command line
65 This option is appended as-is to the QEMU command line. Therefore, any problems with
66 this command line will be reported by QEMU only. Here's what this particular
/Zephyr-latest/drivers/auxdisplay/
Dauxdisplay_itron.c60 static int send_cmd(const struct device *dev, const uint8_t *command, uint8_t length, bool pm,
314 static int send_cmd(const struct device *dev, const uint8_t *command, uint8_t length, bool pm, in send_cmd() argument
370 uart_poll_out(uart, command[i]); in send_cmd()
/Zephyr-latest/boards/adi/max32690fthr/doc/
Dindex.rst99 ``west flash`` command to write a firmware image into flash. Here is an example
111 appending ``--runner jlink`` to your ``west`` command(s). The J-Link should
119 ``west debug`` command to write a firmware image into flash and start a debug
/Zephyr-latest/scripts/kconfig/
Dguiconfig.py431 ttk.Button(topframe, text="Save", command=_save) \
434 ttk.Button(topframe, text="Save as...", command=_save_as) \
438 command=_save_minimal) \
441 ttk.Button(topframe, text="Open...", command=_open) \
444 ttk.Button(topframe, text="Jump to...", command=_jump_to_dialog) \
448 ttk.Checkbutton(topframe, text="Show name", command=_do_showname,
454 ttk.Checkbutton(topframe, text="Show all", command=_do_showall,
469 ttk.Checkbutton(topframe, text="Single-menu mode", command=_do_tree_mode,
473 _backbutton = ttk.Button(topframe, text="<--", command=_leave_menu,
613 command=widget.yview)
[all …]
/Zephyr-latest/drivers/adc/
Dadc_max1125x.c287 uint8_t command = MAX1125X_CMD_WRITE | reg_addr; in max1125x_write_reg() local
289 const struct spi_buf spi_buf[2] = {{.buf = &command, .len = sizeof(command)}, in max1125x_write_reg()
306 uint8_t command = MAX1125X_CMD_CONV | mode | rate; in max1125x_send_command() local
307 const struct spi_buf spi_buf = {.buf = &command, .len = sizeof(command)}; in max1125x_send_command()
/Zephyr-latest/scripts/west_commands/runners/
Dgd32isp.py64 def do_run(self, command, **kwargs): argument
Dxsdb.py49 def do_run(self, command, **kwargs): argument
Dstm32cubeprogrammer.py206 def do_run(self, command: str, **kwargs):
207 if command == "flash":
/Zephyr-latest/doc/connectivity/networking/api/
Dethernet.rst39 see what is supported by ``net iface`` net-shell command. It will print
/Zephyr-latest/lib/acpi/
DKconfig32 bool "ACPI command Shell"
/Zephyr-latest/boards/espressif/esp32_devkitc_wroom/doc/
Dindex.rst99 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
108 It is recommended running the command above after :file:`west update`.
149 To build the sample application using sysbuild use the command:
215 Open the serial monitor using the following command:
277 * When adding breakpoints, please use hardware breakpoints with command
/Zephyr-latest/boards/espressif/esp32_devkitc_wrover/doc/
Dindex.rst99 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
108 It is recommended running the command above after :file:`west update`.
149 To build the sample application using sysbuild use the command:
215 Open the serial monitor using the following command:
277 * When adding breakpoints, please use hardware breakpoints with command
/Zephyr-latest/boards/intel/niosv_g/doc/
Dindex.rst33 …the FPGA device, please download the generated .sof file onto the board with the following command.
49 … Executable and Linkable Format .elf file, please use the niosv-download command within Nios V Com…

1...<<11121314151617181920>>...33