Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 25 of 119) 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.py161 [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:
200 … about attaching to the UART output, refer to the output of the ``-help`` option of the executable.
/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/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/drivers/serial/
DKconfig.native_pty12 to either connect to the terminal from which the executable was run, or into
43 which invoked the native executable. This is good enough for
88 If the native executable is called with the --attach_uart
/Zephyr-latest/samples/subsys/fs/fatfs_fstab/
DREADME.rst18 and afterwards run the generated executable file within the build folder.
/Zephyr-latest/doc/contribute/style/
Dindex.rst29 code, make the file *$ZEPHYR_BASE/.git/hooks/pre-commit* executable and edit
40 *$ZEPHYR_BASE/.git/hooks/pre-push* executable and edit it to contain:
/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/silabs/dev_kits/xg27_dk2602a/doc/
Dindex.rst61 which ``commander`` executable is located is present in the :envvar:`PATH` environment
68 - 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/cmake/compiler/xcc/
Dtarget.cmake67 # the final executable.
/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`.

12345