/Zephyr-latest/scripts/west_commands/ |
D | run_tests.py | 29 mypy = [sys.executable, '-m', 'mypy', f'--config-file={here}/mypy.ini', 31 pytest = [sys.executable, '-m', 'pytest'] + sys.argv[1:]
|
D | packages.py | 153 [sys.executable, "-m", "pip", "install"]
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | native_simulator_sb_extensions.cmake | 9 # 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/ |
D | nrf5340bsim.rst | 86 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.
|
D | nrf52_bsim.rst | 115 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/ |
D | fill_with_zeros.ld | 9 * counter) in executable segments with TrapInstr pattern, e.g. for ARM the
|
/Zephyr-latest/scripts/kconfig/ |
D | lint.py | 328 sys.exit(executable() + "error: " + msg) 332 print(executable() + "warning: " + msg, file=sys.stderr) 335 def executable(): function
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.native_posix | 11 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/ |
D | installation_mac.rst | 14 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/ |
D | segmentation.h | 160 uint8_t executable:1; member 275 .executable = 1, \ 287 .executable = 0, \
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_addon.py | 219 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/ |
D | Kconfig.defconfig | 11 # access to its IPC buffer. Without it, the executable cannot be built.
|
/Zephyr-latest/boards/native/native_posix/doc/ |
D | index.rst | 25 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/ |
D | index.rst | 77 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/ |
D | nanopb.rst | 13 make sure the ``protoc`` executable is installed and available.
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig | 8 Binary Descriptors - constant data accessible outside of the executable image
|
/Zephyr-latest/cmake/compiler/armclang/ |
D | target.cmake | 10 # the final executable.
|
/Zephyr-latest/subsys/usb/device/class/dfu/ |
D | Kconfig | 47 the executable image is always decrypted despite the image
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | virtual_memory.rst | 142 * ``.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/ |
D | target.cmake | 9 # the final executable.
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | esp32.py | 108 cmd_flash = [sys.executable, self.espidf, '--chip', 'auto']
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | target.cmake | 67 # the final executable.
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/ |
D | README.rst | 69 Note this will produce a Linux executable in :file:`./build/zephyr/zephyr.exe`.
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/ |
D | README.rst | 74 Note this will produce a Linux executable in :file:`./build/zephyr/zephyr.exe`.
|
/Zephyr-latest/samples/bluetooth/bap_unicast_server/ |
D | README.rst | 74 Note this will produce a Linux executable in :file:`./build/zephyr/zephyr.exe`.
|