Home
last modified time | relevance | path

Searched refs:command (Results 101 – 125 of 805) sorted by relevance

12345678910>>...33

/Zephyr-latest/boards/arduino/uno_r4/doc/
Dindex.rst55 You can build and flash with ``west flash`` command (See
74 Debugging can be done with ``west debug`` command.
75 The following command is debugging the :zephyr:code-sample:`blinky` application.
97 If not installed yet, execute the following command to install CMSIS-Pack for Arduino UNO R4.
107 If you corrupt the Arduino bootloader, you can restore it with the following command.
/Zephyr-latest/drivers/sip_svc/
Dsip_smc_intel_socfpga.c24 static bool intel_sip_smc_plat_func_id_valid(const struct device *dev, uint32_t command, in intel_sip_smc_plat_func_id_valid() argument
30 if (command > SIP_SVC_PROTO_CMD_MAX) { in intel_sip_smc_plat_func_id_valid()
34 if (command == SIP_SVC_PROTO_CMD_SYNC) { in intel_sip_smc_plat_func_id_valid()
49 } else if (command == SIP_SVC_PROTO_CMD_ASYNC) { in intel_sip_smc_plat_func_id_valid()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/
DKconfig28 will be returned from command output, if your output gets cut, then
30 Note that maximum length of shell command accepted is regulated by
31 the CONFIG_SHELL_CMD_BUFF_SIZE, and a buffer for a command is allocated
50 shell command exit code, and rc will be used for SMP processing
/Zephyr-latest/doc/connectivity/networking/api/
Dzperf.rst31 For example, the following command line must be used for UDP testing:
37 For TCP testing, the command line would look like this:
51 For TCP the zperf command would look like this:
88 command line if you are testing UDP:
/Zephyr-latest/scripts/west_commands/runners/
Dspi_burn.py71 def do_run(self, command, **kwargs): argument
78 if command == "flash":
81 elif command == "debug":
Dprobe_rs.py67 def do_run(self, command, **kwargs): argument
69 if command == 'flash':
/Zephyr-latest/cmake/bintools/llvm/
Dtarget_bintools.cmake3 # - elfconvert : Name of command for elf file conversion.
55 # - disassembly : Name of command for disassembly of files
74 # - symbols : Name of command for printing out symbols
86 # - strip: Name of command for stripping symbols
99 # Any flag the strip command requires for processing
111 # - readelf : Name of command for reading elf files.
/Zephyr-latest/samples/shields/npm1300_ek/doc/
Dindex.rst27 building for the nRF52 DK, the following command can be used:
36 flashed, you should boot into the shell interface. The ``regulator`` command is
43 the regulators embedded in the PMIC. Below you can find some command examples.
/Zephyr-latest/boards/arduino/nano_33_ble/support/
Ddebug.cmm6 DO ~~~~/startup.cmm command=debug &args
/Zephyr-latest/subsys/bluetooth/audio/
Dmedia_proxy_internal.h66 void (*command)(const struct mpl_cmd_ntf *cmd_ntf); member
124 void media_proxy_sctrl_send_command(const struct mpl_cmd *command);
Dmcs.c638 struct mpl_cmd command; in write_control_point() local
644 if (len != sizeof(command.opcode) && in write_control_point()
645 len != sizeof(command.opcode) + sizeof(command.param)) { in write_control_point()
649 memcpy(&command.opcode, buf, sizeof(command.opcode)); in write_control_point()
650 LOG_DBG("Opcode: %d", command.opcode); in write_control_point()
651 command.use_param = false; in write_control_point()
653 if (!BT_MCS_VALID_OP(command.opcode)) { in write_control_point()
657 .requested_opcode = command.opcode, in write_control_point()
661 LOG_DBG("Opcode 0x%02X is invalid", command.opcode); in write_control_point()
673 .requested_opcode = command.opcode, in write_control_point()
[all …]
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt_client/
DKconfig25 bool "Support for echo command request"
29 bool "support for reset command request"
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/
DREADME.rst15 ``help`` command, second one verifies if application is able to return
42 INFO: send "help" command
67 DEBUG: #: retval :Print return value of most recent command
73 INFO: send "kernel version" command
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap.rst172 The command :code:`bap create_broadcast_sink` will either use existing periodic advertising
225 The command :code:`bap create_sink_by_name` will start scanning and sync to the periodic
278 command as such:
302 The :code:`init` command register local PAC records which are necessary to be
318 Once connected the :code:`discover` command discover PAC records and ASE
329 Use command :code:`gatt exchange-mtu` to make sure the MTU is configured
375 The :code:`preset` command can be used to either print the default preset
435 The :code:`bap preset` command can also be used to configure the preset used for the subsequent
436 commands. It is possible to add or set (or reset) any value. To reset the preset, the command can \
492 The :code:`config` command attempts to configure a stream for the given
[all …]
/Zephyr-latest/drivers/gpio/
DKconfig24 bool "GPIO Shell info command"
28 Enable GPIO Shell information command.
29 This command provides a shell user extra information about gpio
33 bool "GPIO Shell toggle command"
37 Enable GPIO Shell toggle command.
40 bool "GPIO Shell blink command"
44 Enable GPIO Shell blink command.
45 This command provides a shell user the ability to 'blink' a pin
/Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/
DREADME.rst89 executable for your host OS, and use the command-line steps below to
109 4. This command confirms the current settings of BOOT_CFG1 fuses:
112 5. This command programs BOOT_CFG1 to enable the flash reset pin using
116 6. This command confirms the programmed fuses in BOOT_CFG1:
128 Inject command 'efuse-read-once'
134 Inject command 'efuse-program-once'
135 Successful generic response to command 'efuse-program-once'
139 Inject command 'efuse-read-once'
/Zephyr-latest/boards/nxp/ucans32k1sic/support/
Ddebug.cmm11 DO ~~~~/startup.cmm command=debug &args
Dflash.cmm11 DO ~~~~/startup.cmm command=flash &args
/Zephyr-latest/boards/nxp/mr_canhubk3/support/
Ddebug.cmm11 DO ~~~~/startup.cmm command=debug &args
Dflash.cmm11 DO ~~~~/startup.cmm command=flash &args
/Zephyr-latest/boards/nxp/s32z2xxdc2/support/
Ddebug.cmm11 DO ~~~~/startup.cmm command=debug &args
Dflash.cmm11 DO ~~~~/startup.cmm command=flash &args
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DKconfig17 bool "The 'psa' shell command"
20 Enabling this option will make the 'psa' shell command available.
/Zephyr-latest/boards/kincony/kincony_kc868_a32/doc/
Dindex.rst29 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
38 It is recommended running the command above after :file:`west update`.
60 Open the serial monitor using the following command:
/Zephyr-latest/drivers/misc/ft8xx/
Dft8xx_drv.h27 int ft8xx_drv_command(uint8_t command);

12345678910>>...33