Searched refs:sysbuild (Results 151 – 175 of 222) sorted by relevance
123456789
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/ |
D | README.rst | 77 :west-args: --sysbuild 90 :west-args: --sysbuild 103 :west-args: --sysbuild 116 :west-args: --sysbuild 133 :west-args: --sysbuild 175 * Build an MCUboot enabled application using sysbuild, see :ref:`smp_svr_sample_build` 287 non-volatile memory. Build and flash ``smp_svr`` using sysbuild and then use the tool of your
|
/Zephyr-latest/tests/bsim/ |
D | compile.source | 67 if [ -v sysbuild ]; then 68 local cmake_cmd+=( -DAPP_DIR=${app_root}/${app} ${ZEPHYR_BASE}/share/sysbuild/)
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/ |
D | README.rst | 50 :west-args: --sysbuild 84 :west-args: --sysbuild
|
/Zephyr-latest/samples/bluetooth/bap_unicast_server/ |
D | README.rst | 50 :west-args: --sysbuild 84 :west-args: --sysbuild
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/ |
D | README.rst | 41 :west-args: --sysbuild 63 :west-args: --sysbuild
|
/Zephyr-latest/samples/bluetooth/cap_initiator/ |
D | README.rst | 41 :west-args: --sysbuild 63 :west-args: --sysbuild
|
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_sink/ |
D | README.rst | 43 :west-args: --sysbuild 65 :west-args: --sysbuild
|
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_source/ |
D | README.rst | 43 :west-args: --sysbuild 65 :west-args: --sysbuild
|
/Zephyr-latest/tests/boot/mcuboot_data_sharing/ |
D | CMakeLists.txt | 12 message(FATAL_ERROR "This test must be built with sysbuild.")
|
/Zephyr-latest/tests/cmake/zephyr_get/ |
D | sysbuild.cmake | 28 message(FATAL_ERROR "Test failures per sysbuild image: ${failures}")
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_root.cmake | 5 # Convert Zephyr roots to absolute paths to be used by sysbuild. 44 # Sysbuild must ensure any locally defined variables in sysbuild/CMakeLists.txt
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/ |
D | README.rst | 46 :west-args: --sysbuild 68 :west-args: --sysbuild
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/ |
D | README.rst | 47 :west-args: --sysbuild 69 :west-args: --sysbuild
|
/Zephyr-latest/samples/bluetooth/ccp_call_control_client/ |
D | README.rst | 44 :west-args: --sysbuild 66 :west-args: --sysbuild
|
/Zephyr-latest/samples/bluetooth/ccp_call_control_server/ |
D | README.rst | 43 :west-args: --sysbuild 65 :west-args: --sysbuild
|
/Zephyr-latest/samples/drivers/mbox/ |
D | Kconfig.sysbuild | 6 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/scripts/west_commands/ |
D | build.py | 338 sysbuild = False 346 sysbuild = section.get('sysbuild', sysbuild) 401 self.args.sysbuild = sysbuild 635 if self.args.sysbuild or (config_sysbuild and not self.args.no_sysbuild):
|
/Zephyr-latest/doc/develop/west/ |
D | build-flash-debug.rst | 75 :ref:`sysbuild` can be used to create a multi-domain build system combining 78 Use ``--sysbuild`` to select the :ref:`sysbuild` build infrastructure with 81 More detailed information regarding the use of sysbuild can be found in the 82 :ref:`sysbuild` guide. 86 The ``build.sysbuild`` configuration option can be enabled to tell 87 ``west build`` to default build using sysbuild. 88 ``--no-sysbuild`` can be used to disable sysbuild for a specific build. 91 domains specified by sysbuild. 355 west build --sysbuild --domain hello_world 360 west build --sysbuild --domain hello_world --target help [all …]
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 529 :ref:`Sysbuild<sysbuild>` is the Zephyr build system that allows for building 530 multiple images as part of a single application, the sysbuild build process 533 sysbuild-specific build files, :file:`CMakeLists.txt` and :file:`Kconfig`, can 539 sysbuild-cmake: <cmake-directory> 540 sysbuild-kconfig: <directory>/Kconfig 542 The ``sysbuild-cmake: <cmake-directory>`` part specifies that 544 ``sysbuild-kconfig: <directory>/Kconfig`` part specifies the Kconfig file to 548 :file:`CMakeLists.txt` and :file:`Kconfig` files in the ``sysbuild`` directory of 554 sysbuild-cmake: sysbuild 555 sysbuild-kconfig: sysbuild/Kconfig [all …]
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | platform.py | 64 self.sysbuild = False 103 self.sysbuild = variant_data.get("sysbuild", data.get("sysbuild", self.sysbuild))
|
D | testinstance.py | 91 self.sysbuild = testsuite.sysbuild or platform.sysbuild 415 if self.sysbuild:
|
/Zephyr-latest/share/sysbuild/images/ |
D | CMakeLists.txt | 16 # Include zephyr modules generated sysbuild CMake file.
|
/Zephyr-latest/doc/build/signing/ |
D | index.rst | 24 west build -b YOUR_BOARD zephyr/samples/hello_world --sysbuild -d build-hello-signed -- \ 77 the signed images. The file used for signing can be replaced from a sysbuild scope (if being used) 84 From sysbuild, ``-D<target>_SIGNING_SCRIPT`` can be used to set a signing script for a specific
|
/Zephyr-latest/boards/native/nrf_bsim/doc/ |
D | nrf5340bsim.rst | 99 You can also use :ref:`System build (sysbuild) <sysbuild>` to build your dual MCU executable. 102 :zephyr_file:`samples/boards/nordic/nrf53_sync_rtc/sysbuild.cmake`.
|
/Zephyr-latest/doc/develop/optimizations/ |
D | tools.rst | 53 If you are using :ref:`sysbuild`, see :ref:`sysbuild_dedicated_image_build_targets` instead. 115 If you are using :ref:`sysbuild`, see :ref:`sysbuild_dedicated_image_build_targets` instead. 181 If you are using :ref:`sysbuild`, see :ref:`sysbuild_dedicated_image_build_targets` instead. 226 If you are using :ref:`sysbuild`, see :ref:`sysbuild_dedicated_image_build_targets` instead.
|
123456789