Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 25 of 114) sorted by relevance

12345

/Zephyr-latest/scripts/west_commands/
Drun_tests.py29 mypy = [sys.executable, '-m', 'mypy', f'--config-file={here}/mypy.ini',
31 pytest = [sys.executable, '-m', 'pytest'] + sys.argv[1:]
Dpackages.py153 [sys.executable, "-m", "pip", "install"]
/Zephyr-latest/share/sysbuild/cmake/modules/
Dnative_simulator_sb_extensions.cmake9 # this function adds an extra build target which will copy the executable produced by
15 # this final executable in the same place as for non-sysbuild builds.
35 # and configures the final image to assemble the child images into its final executable.
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf5340bsim.rst86 Assembling both MCUs images into a single executable
91 to that MCU code image, and an executable (``zephyr/zephyr.exe``) that includes the native simulator
94 If you want to assemble an executable including a previously built image for the other MCU,
99 You can also use :ref:`System build (sysbuild) <sysbuild>` to build your dual MCU executable.
108 and cannot use an embedded image to assemble a native executable.
Dnrf52_bsim.rst115 Note that the executable is a BabbleSim executable. The ``-nosim`` command line
126 resulting executable to the simulator bin folder with a sensible name:
/Zephyr-latest/arch/common/
Dfill_with_zeros.ld9 * counter) in executable segments with TrapInstr pattern, e.g. for ARM the
/Zephyr-latest/scripts/kconfig/
Dlint.py328 sys.exit(executable() + "error: " + msg)
332 print(executable() + "warning: " + msg, file=sys.stderr)
335 def executable(): function
/Zephyr-latest/drivers/serial/
DKconfig.native_posix11 to either connect to the terminal from which the executable was run, or into
32 which invoked the native executable. This is good enough for
63 If the native executable is called with the --attach_uart
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_mac.rst14 Dock. This means that if you download executable binaries using a web browser,
25 choice. This will apply to any executable being launched from such terminal
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dsegmentation.h160 uint8_t executable:1; member
275 .executable = 1, \
287 .executable = 0, \
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_addon.py219 check_installed_command = [sys.executable, '-m', 'pip', 'list']
220 install_command = [sys.executable, '-m', 'pip', 'install', '--no-input', pth_path]
221 uninstall_command = [sys.executable, '-m', 'pip', 'uninstall', '--yes',
/Zephyr-latest/boards/native/nrf_bsim/
DKconfig.defconfig11 # access to its IPC buffer. Without it, the executable cannot be built.
/Zephyr-latest/boards/native/native_posix/doc/
Dindex.rst25 with the Zephyr kernel, creating a normal Linux executable with your host tooling,
71 Now you have a Linux executable, ``./build/zephyr/zephyr.exe``, you can use just like any
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/doc/
Dindex.rst77 which ``commander`` executable is located is present in the :envvar:`PATH` environment
84 - Otherwise, one should specify full path to the ``commander`` executable:
/Zephyr-latest/doc/services/serialization/
Dnanopb.rst13 make sure the ``protoc`` executable is installed and available.
/Zephyr-latest/subsys/bindesc/
DKconfig8 Binary Descriptors - constant data accessible outside of the executable image
/Zephyr-latest/cmake/compiler/armclang/
Dtarget.cmake10 # the final executable.
/Zephyr-latest/subsys/usb/device/class/dfu/
DKconfig47 the executable image is always decrypted despite the image
/Zephyr-latest/doc/kernel/memory_management/
Dvirtual_memory.rst142 * ``.text`` section is read-only and executable. It is accessible in
145 * ``.rodata`` section is read-only and non-executable. It is accessible
149 read-write and non-executable. They are only accessible in kernel mode.
/Zephyr-latest/cmake/compiler/arcmwdt/
Dtarget.cmake9 # the final executable.
/Zephyr-latest/scripts/west_commands/runners/
Desp32.py108 cmd_flash = [sys.executable, self.espidf, '--chip', 'auto']
/Zephyr-latest/cmake/compiler/xcc/
Dtarget.cmake67 # the final executable.
/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`.

12345