Home
last modified time | relevance | path

Searched refs:command (Results 276 – 300 of 805) sorted by relevance

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

/Zephyr-latest/boards/intel/niosv_m/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…
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_1.rst63 The command is used to set state of images and obtain list of images
80 The command sends an empty CBOR map as data.
257 The image upload command allows to update application image.
421 The command is used for erasing image slot on a target device.
424 This is synchronous command which means that a sender of request will not
425 receive response until the command completes, which can take a long time.
473 The command sends an empty CBOR map as data if successful. In case of error the
525 The command is used for fetching information on slots that are available. This command can be
542 The command sends an empty CBOR map as data.
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_mgmt.c318 if (mpdu->command->cfi == IEEE802154_CFI_ASSOCIATION_RESPONSE) { in ieee802154_handle_mac_command()
319 if (mpdu->command->assoc_res.status != in ieee802154_handle_mac_command()
345 mpdu->command->assoc_res.short_addr == IEEE802154_PAN_ID_NOT_ASSOCIATED) { in ieee802154_handle_mac_command()
361 set_association(iface, ctx, sys_le16_to_cpu(mpdu->command->assoc_res.short_addr)); in ieee802154_handle_mac_command()
378 if (mpdu->command->cfi == IEEE802154_CFI_DISASSOCIATION_NOTIFICATION) { in ieee802154_handle_mac_command()
381 if (mpdu->command->disassoc_note.reason != in ieee802154_handle_mac_command()
435 NET_WARN("Drop MAC command, unsupported CFI: 0x%x", mpdu->command->cfi); in ieee802154_handle_mac_command()
/Zephyr-latest/boards/hardkernel/odroid_go/doc/
Dindex.rst78 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
87 It is recommended running the command above after :file:`west update`.
128 To build the sample application using sysbuild use the command:
194 Open the serial monitor using the following command:
/Zephyr-latest/boards/lilygo/ttgo_t8s3/doc/
Dindex.rst76 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
85 It is recommended running the command above after :file:`west update`.
126 To build the sample application using sysbuild use the command:
196 You can also open the serial monitor using the following command:
/Zephyr-latest/boards/lilygo/ttgo_t8c3/doc/
Dindex.rst63 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
72 It is recommended running the command above after :file:`west update`.
113 To build the sample application using sysbuild use the command:
182 You can also open the serial monitor using the following command:
/Zephyr-latest/boards/arduino/due/doc/
Dindex.rst142 There are GUI and command line versions of the bossa tool. The following
143 section provides the steps to build the command line version. Please
162 #. Build the command line version of the bossa tool.
180 flash command, so the board will boot into the SAM-BA bootloader and
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dqemu_adapter.py26 … self.command = [self.west, 'build', '-d', str(self.device_config.app_build_dir), '-t', 'run']
/Zephyr-latest/dts/arm/nxp/
Dnxp_ke17z512.dtsi34 interrupt-names = "command-complete";
/Zephyr-latest/cmake/compiler/arcmwdt/
Dgeneric.cmake23 message(FATAL_ERROR "Executing the below command failed. Are permissions set correctly?
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
DKconfig9 Internal helper macro to determine if the main `thread` command
/Zephyr-latest/boards/vcc-gnd/yd_esp32/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:
291 * When adding breakpoints, please use hardware breakpoints with command
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_handlers.rst13 group a command belongs to, there is also an 8-bit command ID which identifies the function of
43 itself and application code, e.g. to reference the command IDs for executing functions. An example
50 This provides the defines for 2 command ``test`` and ``other`` and sets up the SMP version 2 error
63 itself and application code, e.g. to reference the command IDs for executing functions. An example
/Zephyr-latest/boards/telink/tlsr9518adk80d/doc/
Dindex.rst149 …d applications using the default RISC-V toolchain from Zephyr SDK, just run the west build command.
197 It is also possible to use the west flash command, but additional steps are required to set it up:
215 - Now you should be able to run the west flash command with the toolchain path specified (TELINK_TO…
221 - You can also run the west flash command without toolchain path specification if add SPI_burn and …
231 This port supports UART debug and OpenOCD+GDB. The ``west debug`` command also supported. You may r…
/Zephyr-latest/boards/luatos/esp32s3_luatos_core/doc/
Dindex.rst125 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
134 It is recommended running the command above after :file:`west update`.
175 To build the sample application using sysbuild use the command:
232 If CH343 chip is disabled, You need use the following command to build:
248 Open the serial monitor using the following command:
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/
DREADME.rst172 If a supported command string is received by the board on this topic, the board will execute
173 an associated command handler function.
183 …<test.mosquitto.org/local broker IP> --cafile <path/to/ca.crt> -t zephyr_sample/command -m "led_on"
216 [00:00:12.769,000] <inf> app_mqtt: topic: 'zephyr_sample/command', payload: led_on
217 [00:00:12.770,000] <inf> app_device: Executing device command: led_on
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish2 # this is used to filter which command to show
15 # exclude the caller if one of the arguments is present in the command line
17 # return 1 if one of the arguments is present in the command line
36 …ents to count, if not specified will count all arguments after 'west <command>' on the command line
38 # return 1 if the command line contain more than $argv[1] element from $argv[n...]
72 # check if a given token is the last one in the command line
120 # we don't want the command completion when doing `west help <cmd>`
166 "forall" "run a command in one or more local projects" \
169 "help" "get help for west or a command"
391 complete -c west -n __zephyr_west_use_subcommand -ra forall -d "run a command in one or more local …
[all …]
/Zephyr-latest/drivers/sensor/
DKconfig42 bool "Sensor shell 'stream' command"
59 bool "Sensor shell 'battery' command"
62 This enables the 'battery' command which reports charging information
/Zephyr-latest/doc/build/flashing/
Dconfiguration.rst38 means that the command will be ran once with the first image flashing process per set of board
42 command will only be used once for any board targets which used the nRF5340 SoC application or
97 Once built with an nrf5340dk connected, the following command can be used to flash the board with
/Zephyr-latest/boards/m5stack/m5stack_stamps3/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`.
158 You can also open the serial monitor using the following command:
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/
DKconfig30 int "MCUmgr reset or upload command timeout"
/Zephyr-latest/drivers/usb/device/
Dusb_dc_native_posix_adapt.h57 uint32_t command; member
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-shell.rst46 The first step is enabling Bluetooth. To do so, use the :code:`bt init` command. The following
70 that is compiled in. To configure, use the :code:`log` command. Here are some examples:
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_monitoring.rst76 The ``net-capture.py`` has following command line options:
139 ``net capture setup`` command for doing that. The command syntax is
156 This command will create the tunneling interface. The ``192.0.2.2`` is the
162 setup command like this for IPv6-over-IPv4 tunnel
200 You can use ``net iface`` command to see what network interfaces are available.
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst13 The CAN shell provides a ``can`` command with a set of subcommands for the :ref:`shell <shell_api>`
28 ``can`` command:
50 passing ``-h`` or ``--help`` to the ``can`` command or any of its subcommands. All subcommands also
56 list`` shell command when :kconfig:option:`CONFIG_DEVICE_SHELL` is enabled. The examples below
145 The subcommand accepts multiple modes given on the same command line (e.g. ``can mode can@0 fd
268 the command will wait indefinitely for the bus recovery to succeed.

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