Home
last modified time | relevance | path

Searched refs:sysbuild (Results 26 – 50 of 222) sorted by relevance

123456789

/Zephyr-latest/tests/subsys/nrfs/
DCMakeLists.txt13 " This is a multi-image application that should be built using sysbuild.\n"
14 " Add --sysbuild argument to west build command to prepare all the images.")
/Zephyr-latest/scripts/
Dsnippets.py51 def process_data(self, pathobj: Path, snippet_data: dict, sysbuild: bool):
65 if (sysbuild is True and variable[0:3] == 'SB_') or \
66 (sysbuild is False and variable[0:3] != 'SB_'):
73 if (sysbuild is True and variable[0:3] == 'SB_') or \
74 (sysbuild is False and variable[0:3] != 'SB_'):
243 process_snippets_in(root, snippets, args.sysbuild)
263 def process_snippets_in(root_dir: Path, snippets: Snippets, sysbuild: bool) -> None:
285 snippets[name].process_data(snippet_yml, snippet_data, sysbuild)
/Zephyr-latest/boards/franzininho/esp32s2_franzininho/doc/
Dindex.rst83 The sysbuild makes possible to build and flash all necessary images needed to
86 To build the sample application using sysbuild use the command:
93 :west-args: --sysbuild
96 By default, the ESP32 sysbuild creates bootloader (MCUboot) and application
99 Build directory structure created by sysbuild is different from traditional
117 With ``--sysbuild`` option the bootloader will be re-build and re-flash
120 For more information about the system build please read the :ref:`sysbuild` documentation.
128 The instructions following are relevant for both manual build and sysbuild.
/Zephyr-latest/tests/boot/test_mcuboot/
DREADME.rst5 using sysbuild. The first application is the MCUBoot bootloader. The second
6 application is the main sysbuild target, and will request an image swap
/Zephyr-latest/samples/drivers/mbox_data/
DREADME.rst28 :west-args: --sysbuild
37 :west-args: --sysbuild
46 :west-args: --sysbuild
55 :west-args: --sysbuild
64 :west-args: --sysbuild
/Zephyr-latest/boards/m5stack/stamp_c3/doc/
Dindex.rst66 The sysbuild makes possible to build and flash all necessary images needed to
69 To build the sample application using sysbuild use the command:
76 :west-args: --sysbuild
79 By default, the ESP32 sysbuild creates bootloader (MCUboot) and application
82 Build directory structure created by sysbuild is different from traditional
100 With ``--sysbuild`` option the bootloader will be re-build and re-flash
103 For more information about the system build please read the :ref:`sysbuild` documentation.
111 The instructions following are relevant for both manual build and sysbuild.
/Zephyr-latest/modules/
DKconfig.sysbuild8 source "$(KCONFIG_BINARY_DIR)/Kconfig.sysbuild.modules"
27 osource "modules/*/Kconfig.sysbuild"
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/
DKconfig.sysbuild5 source "share/sysbuild/Kconfig"
/Zephyr-latest/share/sysbuild/images/boards/
DCMakeLists.txt5 include(${BOARD_DIR}/sysbuild.cmake OPTIONAL)
/Zephyr-latest/soc/nordic/
DKconfig.sysbuild4 rsource "common/vpr/Kconfig.sysbuild"
/Zephyr-latest/share/sysbuild/images/soc/
DCMakeLists.txt5 include(${SOC_${SB_CONFIG_SOC}_DIR}/sysbuild.cmake OPTIONAL)
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_images.cmake5 # This module is responsible for including images into sysbuild and to call
23 # Save current state of build info. This allow external tools to fetch sysbuild controlled images
33 sysbuild_add_subdirectory(${sysbuild_toplevel_SOURCE_DIR}/images sysbuild/images)
/Zephyr-latest/boards/hardkernel/odroid_go/doc/
Dindex.rst109 The sysbuild makes possible to build and flash all necessary images needed to
112 To build the sample application using sysbuild use the command:
119 :west-args: --sysbuild
122 By default, the ESP32 sysbuild creates bootloader (MCUboot) and application
125 Build directory structure created by sysbuild is different from traditional
143 With ``--sysbuild`` option the bootloader will be re-build and re-flash
146 For more information about the system build please read the :ref:`sysbuild` documentation.
154 The instructions following are relevant for both manual build and sysbuild.
/Zephyr-latest/boards/lilygo/ttgo_t7v1_5/doc/
Dindex.rst102 The sysbuild makes possible to build and flash all necessary images needed to
105 To build the sample application using sysbuild use the command:
112 :west-args: --sysbuild
115 By default, the ESP32 sysbuild creates bootloader (MCUboot) and application
118 Build directory structure created by sysbuild is different from traditional
136 With ``--sysbuild`` option the bootloader will be re-build and re-flash
139 For more information about the system build please read the :ref:`sysbuild` documentation.
147 The instructions following are relevant for both manual build and sysbuild.
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/acceptor/
Dsysbuild.cmake4 include(${ZEPHYR_BASE}/samples/bluetooth/cap_acceptor/sysbuild.cmake)
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/initiator/
Dsysbuild.cmake4 include(${ZEPHYR_BASE}/samples/bluetooth/cap_initiator/sysbuild.cmake)
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_broadcast_sink/
Dsysbuild.cmake4 include(${ZEPHYR_BASE}/samples/bluetooth/bap_broadcast_sink/sysbuild.cmake)
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_unicast_client/
Dsysbuild.cmake4 include(${ZEPHYR_BASE}/samples/bluetooth/bap_unicast_client/sysbuild.cmake)
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/ccp/call_control_client/
Dsysbuild.cmake4 include(${ZEPHYR_BASE}/samples/bluetooth/ccp_call_control_client/sysbuild.cmake)
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/ccp/call_control_server/
Dsysbuild.cmake4 include(${ZEPHYR_BASE}/samples/bluetooth/ccp_call_control_server/sysbuild.cmake)
/Zephyr-latest/tests/bsim/bluetooth/samples/central_hr_peripheral_hr/
Dsysbuild.cmake4 include(${ZEPHYR_BASE}/samples/bluetooth/central_hr/sysbuild.cmake)
/Zephyr-latest/share/sysbuild/image_configurations/
DMAIN_image_default.cmake5 # This sysbuild CMake file sets the sysbuild controlled settings as properties
/Zephyr-latest/share/sysbuild-package/cmake/
DSysbuildConfigVersion.cmake4 list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/../../sysbuild/cmake/modules)
/Zephyr-latest/tests/boards/nrf/coresight_stm/
DKconfig.sysbuild5 source "share/sysbuild/Kconfig"
/Zephyr-latest/samples/boards/nordic/coresight_stm/
DKconfig.sysbuild5 source "share/sysbuild/Kconfig"

123456789