Searched refs:sysbuild (Results 26 – 50 of 222) sorted by relevance
123456789
/Zephyr-latest/tests/subsys/nrfs/ |
D | CMakeLists.txt | 13 " 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/ |
D | snippets.py | 51 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/ |
D | index.rst | 83 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/ |
D | README.rst | 5 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/ |
D | README.rst | 28 :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/ |
D | index.rst | 66 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/ |
D | Kconfig.sysbuild | 8 source "$(KCONFIG_BINARY_DIR)/Kconfig.sysbuild.modules" 27 osource "modules/*/Kconfig.sysbuild"
|
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/ |
D | Kconfig.sysbuild | 5 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/share/sysbuild/images/boards/ |
D | CMakeLists.txt | 5 include(${BOARD_DIR}/sysbuild.cmake OPTIONAL)
|
/Zephyr-latest/soc/nordic/ |
D | Kconfig.sysbuild | 4 rsource "common/vpr/Kconfig.sysbuild"
|
/Zephyr-latest/share/sysbuild/images/soc/ |
D | CMakeLists.txt | 5 include(${SOC_${SB_CONFIG_SOC}_DIR}/sysbuild.cmake OPTIONAL)
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_images.cmake | 5 # 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/ |
D | index.rst | 109 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/ |
D | index.rst | 102 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/ |
D | sysbuild.cmake | 4 include(${ZEPHYR_BASE}/samples/bluetooth/cap_acceptor/sysbuild.cmake)
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/initiator/ |
D | sysbuild.cmake | 4 include(${ZEPHYR_BASE}/samples/bluetooth/cap_initiator/sysbuild.cmake)
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_broadcast_sink/ |
D | sysbuild.cmake | 4 include(${ZEPHYR_BASE}/samples/bluetooth/bap_broadcast_sink/sysbuild.cmake)
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_unicast_client/ |
D | sysbuild.cmake | 4 include(${ZEPHYR_BASE}/samples/bluetooth/bap_unicast_client/sysbuild.cmake)
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/ccp/call_control_client/ |
D | sysbuild.cmake | 4 include(${ZEPHYR_BASE}/samples/bluetooth/ccp_call_control_client/sysbuild.cmake)
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/ccp/call_control_server/ |
D | sysbuild.cmake | 4 include(${ZEPHYR_BASE}/samples/bluetooth/ccp_call_control_server/sysbuild.cmake)
|
/Zephyr-latest/tests/bsim/bluetooth/samples/central_hr_peripheral_hr/ |
D | sysbuild.cmake | 4 include(${ZEPHYR_BASE}/samples/bluetooth/central_hr/sysbuild.cmake)
|
/Zephyr-latest/share/sysbuild/image_configurations/ |
D | MAIN_image_default.cmake | 5 # This sysbuild CMake file sets the sysbuild controlled settings as properties
|
/Zephyr-latest/share/sysbuild-package/cmake/ |
D | SysbuildConfigVersion.cmake | 4 list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/../../sysbuild/cmake/modules)
|
/Zephyr-latest/tests/boards/nrf/coresight_stm/ |
D | Kconfig.sysbuild | 5 source "share/sysbuild/Kconfig"
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/ |
D | Kconfig.sysbuild | 5 source "share/sysbuild/Kconfig"
|
123456789