Home
last modified time | relevance | path

Searched refs:sysbuild (Results 176 – 200 of 222) sorted by relevance

123456789

/Zephyr-latest/cmake/modules/
Dzephyr_module.cmake46 set(kconfig_sysbuild_file ${KCONFIG_BINARY_DIR}/Kconfig.sysbuild.modules)
62 --sysbuild-kconfig-out ${kconfig_sysbuild_file}
63 --sysbuild-cmake-out ${cmake_sysbuild_file}
Droot.cmake25 # Merge in variables from other sources (e.g. sysbuild)
Dconfiguration_files.cmake30 # Merge in variables from other sources (e.g. sysbuild)
Ddts.cmake352 # cycle when sysbuild is used of configuring and building multiple times due to the dts.cmake file
353 # of images having a newer modification time than the sysbuild build.ninja file, despite the
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/
DREADME.rst33 :west-args: --sysbuild
89 :west-args: --sysbuild
/Zephyr-latest/boards/espressif/esp_wrover_kit/doc/
Dindex.rst499 The sysbuild makes possible to build and flash all necessary images needed to
502 To build the sample application using sysbuild use the command:
509 :west-args: --sysbuild
512 By default, the ESP32 sysbuild creates bootloader (MCUboot) and application
515 Build directory structure created by sysbuild is different from traditional
533 With ``--sysbuild`` option the bootloader will be re-build and re-flash
536 For more information about the system build please read the :ref:`sysbuild` documentation.
544 The instructions following are relevant for both manual build and sysbuild.
/Zephyr-latest/share/sysbuild/cmake/modules/
Dnative_simulator_sb_extensions.cmake15 # this final executable in the same place as for non-sysbuild builds.
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/doc/
Dindex.rst468 The sysbuild makes possible to build and flash all necessary images needed to
471 To build the sample application using sysbuild use the command:
478 :west-args: --sysbuild
481 By default, the ESP32 sysbuild creates bootloader (MCUboot) and application
484 Build directory structure created by sysbuild is different from traditional
502 With ``--sysbuild`` option the bootloader will be re-build and re-flash
505 For more information about the system build please read the :ref:`sysbuild` documentation.
513 The instructions following are relevant for both manual build and sysbuild.
/Zephyr-latest/samples/subsys/ipc/ipc_service/multi_endpoint/
DREADME.rst72 west build -b nrf5340dk/nrf5340/cpuapp --sysbuild -- \
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/
DREADME.rst21 :west-args: --sysbuild
/Zephyr-latest/samples/subsys/usb/dfu-next/
DREADME.rst66 flash backend and MCUboot support enabled using the :ref:`sysbuild`:
73 :west-args: --sysbuild
/Zephyr-latest/boards/nxp/mimxrt1160_evk/doc/
Dindex.rst251 written to flash. Then, the M7 image must be flashed. The openamp sysbuild
272 core. When building using sysbuild targeting the M4 core, a minimal "launcher"
275 standalone on the M4 core, it is recommended to build with sysbuild, like
281 :west-args: --sysbuild
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/
DREADME.rst30 :west-args: --sysbuild
/Zephyr-latest/boards/nordic/nrf54l15dk/doc/
Dindex.rst100 to be built using sysbuild to include the ``vpr_launcher`` image for the application core.
106 west build -p -b nrf54l15dk/nrf54l15/cpuflpr --sysbuild
/Zephyr-latest/scripts/tests/twister/
Dtest_testinstance.py608 def test_testinstance_get_elf_file(caplog, tmp_path, testinstance, sysbuild, expected_error): argument
618 testinstance.sysbuild = sysbuild
Dtest_runner.py46 platform.sysbuild = False
137 project_builder.instance.sysbuild = False
145 project_builder.instance.sysbuild = False
442 testsuite_mock.sysbuild = True
664 sysbuild, argument
728 instance_mock.sysbuild = 'sysbuild' if sysbuild else None
1759 instance_mock.sysbuild = False
/Zephyr-latest/scripts/
Dzephyr_module.py367 def kconfig_snippet(meta, path, kconfig_file=None, blobs=False, taint_blobs=False, sysbuild=False): argument
374 else f'osource "$(SYSBUILD_{name_sanitized.upper()}_KCONFIG)"' if sysbuild is True
416 return kconfig_snippet(meta, module_path, sysbuild=True)
/Zephyr-latest/subsys/dfu/
DKconfig60 that MCUboot cannot update due to being too large. This should be set from sysbuild, only
/Zephyr-latest/doc/build/snippets/
Dwriting.rst34 In addition, snippets can also be applied to sysbuild configuration like so:
171 This :file:`snippet.yml` adds :file:`foo.conf` to the sysbuild configuration:
/Zephyr-latest/boards/nxp/mimxrt1170_evk/doc/
Dindex.rst327 written to flash. Then, the M7 image must be flashed. The openamp sysbuild
339 core. When building using sysbuild targeting the M4 core, a minimal "launcher"
342 standalone on the M4 core, it is recommended to build with sysbuild, like
348 :west-args: --sysbuild
/Zephyr-latest/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py23 testsuite.sysbuild = False
/Zephyr-latest/cmake/sca/eclair/
Dsca.cmake11 # Get eclair specific option file variables, also needed if invoked with sysbuild
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/
DREADME.rst15 flashed independently, but sysbuild must be used in order to flash them in one
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh236 '--sysbuild[create multi-domain build system]'
237 '--no-sysbuild[do not create multi-domain build system]'
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py645 if self.instance.sysbuild:
679 if self.instance.sysbuild and not filter_stages:
778 if self.instance.sysbuild and not filter_stages:
836 self.instance.sysbuild
1354 if self.instance.sysbuild:
1394 if self.instance.sysbuild:

123456789