Home
last modified time | relevance | path

Searched refs:exe (Results 1 – 25 of 88) sorted by relevance

1234

/Zephyr-latest/scripts/west_commands/tests/
Dtest_dfu_util.py83 exe, alt, dfuse_config, img = tc
84 runner = DfuUtilBinaryRunner(runner_config, TEST_PID, alt, img, exe=exe,
89 assert req.call_args_list == [call(exe)]
113 exe, alt, dfuse, modifiers, img = tc
123 if exe:
124 args.extend(['--dfu-util', exe])
142 map_tc = (exe or DFU_UTIL, alt, cfg, img or RC_KERNEL_BIN)
144 assert req.call_args_list == [call(exe or DFU_UTIL)]
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/
D_controller_tests_inner.sh55 local exe=$(basename $1)
56 local out=/tmp/rr/$$-${SIMULATION_ID}-${exe}-d_${devno}
/Zephyr-latest/scripts/west_commands/runners/
Ddfu.py19 def __init__(self, cfg, dev_id, alt, img, exe='dfu-util', argument
26 self.cmd = [exe, f'-d,{dev_id}']
93 exe=args.dfu_util, dfuse_config=dcfg)
/Zephyr-latest/share/sysbuild/cmake/modules/
Dnative_simulator_sb_extensions.cmake10 # `<final_image>` to the top level, as zephyr/zephyr.exe
23 ${CMAKE_BINARY_DIR}/${final_image}/zephyr/zephyr.exe
24 ${CMAKE_BINARY_DIR}/zephyr/zephyr.exe
/Zephyr-latest/doc/connectivity/bluetooth/autopts/
Dautopts-win10.rst160 Install socat.exe
163 Download and extract socat.exe from https://sourceforge.net/projects/unix-utils/files/socat/1.7.3.2/
171 Add path to directory of socat.exe to PATH:
240 - Check, if firewall in not blocking python.exe or socat.exe.
244 - Check if socat.exe creates tunnel to board. Run in console
248 socat.exe -x -v tcp-listen:65123 /dev/ttyS2,raw,b115200
/Zephyr-latest/tests/bluetooth/shell/
Drun-bsim.sh23 default_image=${ZEPHYR_BASE}/tests/bluetooth/shell/build/zephyr/zephyr.exe
/Zephyr-latest/doc/develop/west/
Dtroubleshooting.rst49 :file:`west.exe`.
52 running ``west`` from a new ``cmd.exe`` window. If that still doesn't work,
55 You need to find the directory containing :file:`west.exe`, then add it to your
60 Run this command in ``cmd.exe``::
69 #. Look for a file named ``west.exe`` in the ``scripts`` directory
76 #. If you see ``west.exe`` in the ``scripts`` directory, add the full path to
83 #. Close your ``cmd.exe`` window and open a new one. You should be able to run
Dmoving-to-west.rst31 On Windows ``cmd.exe``::
/Zephyr-latest/cmake/flash/
DCMakeLists.txt40 get_runners_prop(exe_file exe "${KERNEL_EXE_NAME}")
42 get_runners_prop(exe_file exe "")
44 if(exe)
45 runners_yaml_append(" exe_file: ${exe}")
/Zephyr-latest/samples/basic/sys_heap/
DREADME.rst29 Run build/zephyr/zephyr.exe
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/
DCMakeLists.txt21 set(EVERGLADES_SPI_GEN_FILENAME everglades_spi_gen.exe)
/Zephyr-latest/samples/basic/hash_map/
DREADME.rst41 Run ``build/zephyr/zephyr.exe``
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/
DCMakeLists.txt21 set(EVERGLADES_SPI_GEN_FILENAME everglades_spi_gen.exe)
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/
DCMakeLists.txt21 set(MEC172X_SPI_GEN_FILENAME mec172x_spi_gen.exe)
/Zephyr-latest/tests/ztest/fail/
DCMakeLists.txt18 add_compile_definitions(FAIL_TARGET_BINARY="${CMAKE_BINARY_DIR}/core/bin/zephyr.exe")
/Zephyr-latest/samples/drivers/mbox/
DREADME.rst78 $ ./build/zephyr/zephyr.exe -nosim
/Zephyr-latest/samples/net/ptp/
DREADME.rst70 build/zephyr/zephyr.exe -attach_uart
/Zephyr-latest/doc/develop/
Denv_vars.rst55 You can use the ``setx`` program in ``cmd.exe`` or the third-party RapidEE
59 new ``cmd.exe`` windows will have ``MY_VARIABLE`` set to ``foo``.
112 run** ``zephyr-env.cmd`` in a ``cmd.exe`` window after changing directory
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf52_bsim.rst112 $ ./build/zephyr/zephyr.exe -nosim
137 $ cp build/zephyr/zephyr.exe \
151 $ cp build/zephyr/zephyr.exe \
/Zephyr-latest/scripts/native_simulator/
DMakefile27 EXE_NAME?=native_simulator.exe
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/
DREADME.rst69 Note this will produce a Linux executable in :file:`./build/zephyr/zephyr.exe`.
/Zephyr-latest/samples/bluetooth/bap_unicast_client/
DREADME.rst74 Note this will produce a Linux executable in :file:`./build/zephyr/zephyr.exe`.
/Zephyr-latest/samples/bluetooth/bap_unicast_server/
DREADME.rst74 Note this will produce a Linux executable in :file:`./build/zephyr/zephyr.exe`.
/Zephyr-latest/samples/bluetooth/cap_acceptor/
DREADME.rst65 Note this will produce a Linux executable in :file:`./build/zephyr/zephyr.exe`.
/Zephyr-latest/samples/bluetooth/cap_initiator/
DREADME.rst65 Note this will produce a Linux executable in :file:`./build/zephyr/zephyr.exe`.

1234