/Zephyr-latest/boards/franzininho/esp32s2_franzininho/doc/ |
D | index.rst | 36 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/ |
D | main.c | 761 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/ |
D | hifive1.py | 38 def do_run(self, command, **kwargs): argument
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | generic.cmake | 24 message(FATAL_ERROR "Executing the below command failed. Are permissions set correctly?
|
/Zephyr-latest/soc/nxp/mcx/mcxw/ |
D | Kconfig.defconfig | 21 # Set the controller's public identity using NXP vendor command
|
/Zephyr-latest/scripts/tests/twister/ |
D | README.md | 25 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
|
D | test_environment.py | 430 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/ |
D | elfconvert_command.cmake | 1 # 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/ |
D | linker.ld | 9 * @brief Linker command/script file
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | generic.cmake | 25 message(FATAL_ERROR "Executing the below command failed. Are permissions set correctly?
|
/Zephyr-latest/boards/st/nucleo_g031k8/support/ |
D | openocd.cfg | 10 # There is only system reset line and JTAG/SWD command can be issued when SRST
|
/Zephyr-latest/boards/st/nucleo_l011k4/support/ |
D | openocd.cfg | 11 # There is only system reset line and JTAG/SWD command can be issued when SRST
|
/Zephyr-latest/boards/st/nucleo_l031k6/support/ |
D | openocd.cfg | 9 # There is only system reset line and JTAG/SWD command can be issued when SRST
|
/Zephyr-latest/subsys/shell/modules/ |
D | Kconfig | 24 This shell command provides read/write access to physical memory.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | eth_bridge_native_sim_setup.rst | 159 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/ |
D | linker_script.pre.ld | 9 * @brief Linker command/script file for the native simulator runner
|
/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 8 - 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/ |
D | index.rst | 15 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/ |
D | board.cmake | 4 # 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/ |
D | config.rst | 7 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/ |
D | conftest.py | 52 device.command = ['python3', shell_simulator_path]
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | mipi_dbi.rst | 17 #. 9 write clocks per byte, final bit is command/data selection bit
|
D | comparator.rst | 38 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/ |
D | openocd.cfg | 15 # There is only system reset line and JTAG/SWD command can be issued when SRST
|
/Zephyr-latest/boards/st/nucleo_l073rz/support/ |
D | openocd.cfg | 15 # There is only system reset line and JTAG/SWD command can be issued when SRST
|