Searched refs:commands (Results 51 – 75 of 1311) sorted by relevance
12345678910>>...53
/Zephyr-latest/samples/drivers/mbox_data/ |
D | README.rst | 24 .. zephyr-app-commands:: 33 .. zephyr-app-commands:: 42 .. zephyr-app-commands:: 51 .. zephyr-app-commands::
|
/Zephyr-latest/samples/net/sockets/http_client/ |
D | README.rst | 29 .. zephyr-app-commands:: 40 ``overlay-tls.conf`` overlay file enabled using these commands: 42 .. zephyr-app-commands:: 75 .. zephyr-app-commands::
|
/Zephyr-latest/samples/net/sockets/websocket_client/ |
D | README.rst | 30 .. zephyr-app-commands:: 41 ``overlay-tls.conf`` overlay file enabled using these commands: 43 .. zephyr-app-commands:: 81 .. zephyr-app-commands::
|
/Zephyr-latest/doc/develop/west/ |
D | west-apis.rst | 23 .. _west-apis-commands: 25 west.commands 28 .. module:: west.commands 30 All built-in and extension commands are implemented as subclasses of the 37 .. autoclass:: west.commands.WestCommand argument 183 "quiet" mode for west commands in a future release: 214 .. _west-apis-commands-output: 219 Since west v1.0, west commands should print output using methods like 220 west.commands.WestCommand.dbg(), west.commands.WestCommand.inf(), etc. (see argument 223 .. autoclass:: west.commands.Verbosity [all …]
|
D | index.rst | 9 West's built-in commands provide a multiple repository management system with 11 "pluggable": you can write your own west extension commands which add 26 for available west commands, and ``west <command> -h`` for detailed help on
|
/Zephyr-latest/samples/psa/its/ |
D | README.rst | 38 .. zephyr-app-commands:: 51 .. zephyr-app-commands:: 60 .. zephyr-app-commands::
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/ |
D | Kconfig | 17 module-str = ec-host-commands 25 int "Buffer size in bytes for TX buffer shared by all EC host commands" 38 int "Buffer size in bytes for RX buffer shared by all EC host commands" 54 Priority of the kernel task that handles the host commands. 55 If the priority is too low (high in value), the host commands handler may be unable to
|
/Zephyr-latest/samples/subsys/modbus/rtu_server/ |
D | README.rst | 5 Implement a Modbus RTU server exposing Modbus commands to control LEDs. 57 The following commands build and flash RTU server sample. 59 .. zephyr-app-commands:: 65 The following commands build and flash RTU server sample using CDC ACM UART. 67 .. zephyr-app-commands:: 83 The LEDs on the board are controlled by Modbus commands FC01, FC05, FC15.
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | README.rst | 57 .. zephyr-app-commands:: 66 .. zephyr-app-commands:: 76 .. zephyr-app-commands:: 94 ``overlay-tls.conf`` overlay file enabled, for example, using these commands: 96 .. zephyr-app-commands:: 121 .. zephyr-app-commands::
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | Kconfig | 23 bool "Shell commands for TCPC subsystem" 25 Enable support for TCPC shell commands that helps with USB-C diagnostics.
|
/Zephyr-latest/samples/sensor/bq274xx/ |
D | README.rst | 35 Build this sample using the following commands: 37 .. zephyr-app-commands::
|
/Zephyr-latest/samples/sensor/ms5837/ |
D | README.rst | 37 Build this sample using the following commands: 39 .. zephyr-app-commands::
|
/Zephyr-latest/boards/sifive/hifive_unleashed/doc/ |
D | index.rst | 22 .. zephyr-app-commands:: 29 .. zephyr-app-commands::
|
/Zephyr-latest/boards/sifive/hifive_unmatched/doc/ |
D | index.rst | 22 .. zephyr-app-commands:: 29 .. zephyr-app-commands::
|
/Zephyr-latest/samples/net/wifi/shell/ |
D | README.rst | 11 enabling the Wi-Fi shell module that provides a set of commands: 22 .. zephyr-app-commands::
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | qemu.py | 20 return RunnerCaps(commands=set())
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_802154_setup.rst | 38 .. zephyr-app-commands:: 49 .. zephyr-app-commands:: 67 .. zephyr-app-commands::
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | sdhc.rst | 17 An SD host controller is a device capable of sending SD commands to an attached 18 SD card. These commands can be sent using the native SD protocol, or over SPI. 20 The SDHC api is designed to provide a generic way to send commands to and
|
/Zephyr-latest/samples/psa/persistent_key/ |
D | README.rst | 36 .. zephyr-app-commands:: 49 .. zephyr-app-commands:: 58 .. zephyr-app-commands::
|
/Zephyr-latest/samples/boards/nxp/s32/netc/ |
D | README.rst | 37 .. zephyr-app-commands:: 60 .. zephyr-app-commands:: 93 a Windows host, this can be done with the following commands: 114 The above commands must be run as priviledged user. 117 the following commands from the Zephyr shell:
|
/Zephyr-latest/boards/seeed/xiao_esp32s3/doc/ |
D | index.rst | 143 .. zephyr-app-commands:: 197 .. zephyr-app-commands:: 204 .. zephyr-app-commands:: 217 .. zephyr-app-commands:: 224 .. zephyr-app-commands:: 258 .. zephyr-app-commands:: 265 .. zephyr-app-commands:: 276 .. zephyr-app-commands:: 283 .. zephyr-app-commands::
|
/Zephyr-latest/tests/drivers/smbus/smbus_emul/ |
D | README.rst | 8 cover all SMBus protocol commands.
|
/Zephyr-latest/samples/drivers/flash_shell/ |
D | README.rst | 5 Explore a flash device using shell commands. 18 .. zephyr-app-commands::
|
/Zephyr-latest/samples/subsys/input/draw_touch_events/ |
D | README.rst | 19 .. zephyr-app-commands:: 28 .. zephyr-app-commands::
|
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/ |
D | README.rst | 5 Use vendor-specific HCI commands to enable Scan Request events when using legacy advertising. 10 This simple application is a usage example to manage HCI VS commands to obtain
|
12345678910>>...53