Home
last modified time | relevance | path

Searched refs:command (Results 201 – 225 of 805) sorted by relevance

12345678910>>...33

/Zephyr-latest/boards/franzininho/esp32s2_franzininho/doc/
Dindex.rst36 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
45 It is recommended running the command above after :file:`west update`.
86 To build the sample application using sysbuild use the command:
152 Open the serial monitor using the following command:
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c761 uint16_t command; in main() local
798 edtt_read((uint8_t *)&command, sizeof(command), EDTTT_BLOCK); in main()
799 command = sys_le16_to_cpu(command); in main()
804 command, size, m_events); in main()
806 switch (command) { in main()
865 size - 2, command + 1); in main()
/Zephyr-latest/scripts/west_commands/runners/
Dhifive1.py38 def do_run(self, command, **kwargs): argument
/Zephyr-latest/cmake/compiler/gcc/
Dgeneric.cmake24 message(FATAL_ERROR "Executing the below command failed. Are permissions set correctly?
/Zephyr-latest/soc/nxp/mcx/mcxw/
DKconfig.defconfig21 # Set the controller's public identity using NXP vendor command
/Zephyr-latest/scripts/tests/twister/
DREADME.md25 The coverage for all the tests can be run using the command below. This will collect all the tests …
37 To generate the coverage report for twister script use below command
Dtest_environment.py430 def mock_run(command, *args, **kwargs): argument
431 if all([keyword in command for keyword in ['git', 'describe']]):
436 if all([keyword in command for keyword in ['git', 'show']]):
520 def mock_popen(command, *args, **kwargs): argument
/Zephyr-latest/cmake/bintools/arcmwdt/
Delfconvert_command.cmake1 # For MWDT the elfconvert command is made into a script.
2 # Reason for that is because not a single command covers all use cases,
/Zephyr-latest/soc/gaisler/leon3/
Dlinker.ld9 * @brief Linker command/script file
/Zephyr-latest/cmake/compiler/xcc/
Dgeneric.cmake25 message(FATAL_ERROR "Executing the below command failed. Are permissions set correctly?
/Zephyr-latest/boards/st/nucleo_g031k8/support/
Dopenocd.cfg10 # There is only system reset line and JTAG/SWD command can be issued when SRST
/Zephyr-latest/boards/st/nucleo_l011k4/support/
Dopenocd.cfg11 # There is only system reset line and JTAG/SWD command can be issued when SRST
/Zephyr-latest/boards/st/nucleo_l031k6/support/
Dopenocd.cfg9 # There is only system reset line and JTAG/SWD command can be issued when SRST
/Zephyr-latest/subsys/shell/modules/
DKconfig24 This shell command provides read/write access to physical memory.
/Zephyr-latest/doc/connectivity/networking/
Deth_bridge_native_sim_setup.rst159 The ``net bridge`` command will show the current status of the bridging:
167 The ``addif`` command adds Ethernet interfaces 2 and 3 to the bridge interface 1.
168 After the ``addif`` command, the bridging is still disabled because the bridge interface
169 is not up by default. The ``net iface up`` command will turn on bridging.
178 can be removed from the bridge using ``delif`` command.
/Zephyr-latest/scripts/native_simulator/common/other/
Dlinker_script.pre.ld9 * @brief Linker command/script file for the native simulator runner
/Zephyr-latest/doc/develop/getting_started/
Dindex.rst8 - Set up a command-line Zephyr development environment on Ubuntu, macOS, or
130 …* On macOS running on Intel, use the command for Apple Silicon, but replace ``/opt/homebrew/`` wit…
158 These instructions must be run in a ``cmd.exe`` command prompt terminal window.
164 the command line tools are on your :envvar:`PATH` :ref:`environment
268 #. The Zephyr west extension command, ``west packages`` can be used to install Python
320 #. The Zephyr west extension command, ``west packages`` can be used to install Python
375 #. The Zephyr west extension command, ``west packages`` can be used to install Python
407 Using the command options, you can specify the SDK installation destination
422 Using the command options, you can specify the SDK installation destination
437 Using the command options, you can specify the SDK installation destination
[all …]
/Zephyr-latest/doc/develop/manifest/
Dindex.rst15 call :command:`west update`. Many of the projects or modules listed below are
33 call :command:`west update`. You can add any of the projects or modules listed below
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/
Dboard.cmake4 # for the SparkFun Pro Micro RP2040 by a command-line argument.
12 # Set RPI_PICO_DEBUG_ADAPTER to select debug adapter by command-line arguments.
/Zephyr-latest/doc/develop/west/
Dconfig.rst7 command, and configuration options used by built-in commands. For API
62 The built-in ``config`` command can be used to get and set configuration
134 - String. If non-empty the ``<ALIAS>`` can be used as a west command.
157 grep`` should use instead of searching for the command. Run ``west help
233 :ref:`west-update` command will skip fetching
239 ``--name-cache`` option's value if not given on the command line.
242 given on the command line. The default is ``false``.
245 ``--path-cache`` option's value if not given on the command line.
251 variable while the west command is running. By default, this is set to
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/
Dconftest.py52 device.command = ['python3', shell_simulator_path]
/Zephyr-latest/doc/hardware/peripherals/
Dmipi_dbi.rst17 #. 9 write clocks per byte, final bit is command/data selection bit
Dcomparator.rst38 The comparator shell provides the ``comp`` command with a set of subcommands for the
41 The ``comp`` shell command provides the following subcommands:
/Zephyr-latest/boards/st/nucleo_l053r8/support/
Dopenocd.cfg15 # There is only system reset line and JTAG/SWD command can be issued when SRST
/Zephyr-latest/boards/st/nucleo_l073rz/support/
Dopenocd.cfg15 # There is only system reset line and JTAG/SWD command can be issued when SRST

12345678910>>...33