Home
last modified time | relevance | path

Searched refs:command (Results 351 – 375 of 805) sorted by relevance

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

/Zephyr-latest/include/zephyr/mgmt/ec_host_cmd/
Dec_host_cmd.h123 uint16_t command; member
/Zephyr-latest/boards/nxp/lpcxpresso11u68/support/
Dopenocd.cfg21 # flash after the "reset halt" command. Else the load/verify functions won't
/Zephyr-latest/boards/seeed/xiao_esp32c3/doc/
Dindex.rst60 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
69 It is recommended running the command above after :file:`west update`.
110 To build the sample application using sysbuild use the command:
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/
DREADME.rst41 To build the sample you can use following command:
105 The dos2unix command is used to recover the situation in which the character 0x0a is
113 may get rid of them using the following linux command (change ``skip`` value according
/Zephyr-latest/boards/adi/max32655evkit/doc/
Dindex.rst172 ``west flash`` command to write a firmware image into flash.
178 appending ``--runner jlink`` to your ``west`` command(s). The J-Link should
185 Please refer to the `Flashing`_ section and run the ``west debug`` command
/Zephyr-latest/boards/96boards/neonkey/doc/
Dindex.rst165 For flashing, `stm32flash`_ command line utility can be used. The following
166 command will flash the ``zephyr.bin`` binary to the Neonkey board using UART
174 The above command assumes that Neonkey board is connected to
/Zephyr-latest/boards/nxp/ucans32k1sic/doc/
Dindex.rst139 Run the ``west flash`` command to flash the application using SEGGER J-Link.
143 through command line:
172 Run the ``west debug`` command to start a GDB session using SEGGER J-Link.
/Zephyr-latest/drivers/sdhc/
Dsdhc_renesas_ra.c36 extern fsp_err_t r_sdhi_read_and_block(sdhi_instance_ctrl_t *const p_ctrl, uint32_t command,
41 extern void r_sdhi_command_send_no_wait(sdhi_instance_ctrl_t *p_ctrl, uint32_t command,
44 uint32_t sector_size, uint32_t command, uint32_t argument);
128 static int sdhi_command_send_wait(sdhi_instance_ctrl_t *p_ctrl, uint32_t command, uint32_t argument, in sdhi_command_send_wait() argument
135 r_sdhi_command_send_no_wait(p_ctrl, command, argument); in sdhi_command_send_wait()
/Zephyr-latest/boards/nxp/mimxrt1040_evk/doc/
Dindex.rst197 that run the command:
304 "monitor" command not supported by this target.
305 "monitor" command not supported by this target.
345 "monitor" command not supported by this target.
346 "monitor" command not supported by this target.
/Zephyr-latest/subsys/fs/
DKconfig75 bool "File system shell mount command"
80 Enable file system shell command for mounting file systems. This
/Zephyr-latest/scripts/net/
DREADME.txt76 '--zephyr-dir' command line arguments. The sample test script also assumes
80 the 'N' or '--net-tools-dir' command line argument.
/Zephyr-latest/drivers/modem/
DKconfig.ublox-sara-r459 This setting is used in the AT+CGDCONT command to set the APN name
79 This setting is used in the AT+COPS command to set the MCC/MNO
DKconfig.wncm14a2a35 This setting is used in the AT%PDNSET command to set the APN name
/Zephyr-latest/samples/subsys/fs/fs_sample/
DREADME.rst44 ``nrf52840dk/nrf52840`` using internal flash can be built using command:
56 and DTS overlays need to be also selected. The command would look like this:
/Zephyr-latest/boards/waveshare/esp32s3_touch_lcd_1_28/doc/
Dindex.rst95 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
104 It is recommended running the command above after :file:`west update`.
/Zephyr-latest/boards/seagate/faze/doc/
Dindex.rst109 then you can simply run the ``west flash`` command to write a firmware image you
115 Please refer to the `Flashing`_ section and run the ``west debug`` command
/Zephyr-latest/drivers/eeprom/
Deeprom_mchp_xec.c76 uint32_t transfer_size, uint32_t command, in eeprom_xec_execute_reg_set() argument
79 uint32_t temp = command + (eeprom_addr & XEC_EEPROM_EXC_ADDR_MASK); in eeprom_xec_execute_reg_set()
/Zephyr-latest/boards/adafruit/qt_py_esp32s3/doc/
Dindex.rst81 command below to retrieve those files.
89 It is recommended running the command above after :file:`west update`.
131 To build the sample application using sysbuild use the command:
219 Open the serial monitor using the following command:
/Zephyr-latest/boards/espressif/esp32s3_devkitc/doc/
Dindex.rst123 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
132 It is recommended running the command above after :file:`west update`.
173 To build the sample application using sysbuild use the command:
239 Open the serial monitor using the following command:
/Zephyr-latest/boards/nxp/s32z2xxdc2/support/
Dstartup.cmm8 ; - command operation to execute *
29 &command=STRing.SCANAndExtract("&args","command=","debug")
157 IF ("&command"=="flash")
/Zephyr-latest/boards/espressif/esp32c6_devkitc/doc/
Dindex.rst129 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
138 It is recommended running the command above after :file:`west update`.
179 To build the sample application using sysbuild use the command:
245 Open the serial monitor using the following command:
/Zephyr-latest/boards/espressif/esp32s3_devkitm/doc/
Dindex.rst123 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
132 It is recommended running the command above after :file:`west update`.
173 To build the sample application using sysbuild use the command:
239 Open the serial monitor using the following command:
/Zephyr-latest/scripts/west_commands/runners/
Dintel_adsp.py81 def do_run(self, command, **kwargs): argument
/Zephyr-latest/drivers/w1/
DKconfig63 this option avoids the SKIP ROM command,
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dl2cap.rst4 The :code:`l2cap` command exposes parts of the L2CAP API. The following example shows how to

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