Searched refs:sysbuild (Results 201 – 222 of 222) sorted by relevance
123456789
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 494 qualifier (:github:`70418`). Support has also been added to sysbuild (:github:`71320`). 503 * Fixed issue with passing UTF-8 configs to applications using sysbuild (:github:`74152`). 505 * Fixed issue whereby domain file in sysbuild projects would be loaded and used with outdated 506 information if sysbuild configuration was changed, and ``west flash`` was ran directly after 509 * Fixed issue with Zephyr modules not being listed in sysbuild if they did not have a Kconfig 512 * Added sysbuild ``SB_CONFIG_COMPILER_WARNINGS_AS_ERRORS`` Kconfig option to turn on 521 * Added sysbuild ``sysbuild/CMakeLists.txt`` entry point and added support for 522 ``APPLICATION_CONFIG_DIR`` which allows for adjusting how sysbuild functions (:github:`72923`). 528 * Fixed issue with sysbuild not clearing ``EXTRA_CONF_FILE`` before processing images which 531 * Added sysbuild root support which works similarly to the existing root module, adjusting paths [all …]
|
D | release-notes-3.6.rst | 258 * Added ``PRE_IMAGE_CMAKE`` and ``POST_IMAGE_CMAKE`` hooks to sysbuild modules, which allows for 265 * Added MCUboot image size reduction to sysbuild images which include MCUboot. This prevents 274 * Fixed an issue whereby using some shields with sysbuild would cause a cmake Kconfig error. 280 * Added support for sysbuild setting a signing script (``SIGNING_SCRIPT``). See 1030 This can be performed by using sysbuild when building both application and MCUboot by enabling 1243 * Added estimated image overhead size to cache in sysbuild.
|
D | release-notes-4.0.rst | 402 * Added support for selecting MCUboot operating mode in sysbuild using ``SB_CONFIG_MCUBOOT_MODE``. 404 * Added support for RAM-load MCUboot operating mode in build system, including sysbuild support. 1464 * Added sysbuild support to the hello-world sample. 1498 * Fixed issue with sysbuild if something else is named mcuboot.
|
D | release-notes-3.4.rst | 636 * Fixed an issue whereby building an application with sysbuild and specifying 653 * Added a new CMake helper function for setting/updating sysbuild CMake cache 749 * Fixed an issue whereby relative paths did not work for sysbuild images.
|
D | release-notes-4.1.rst | 239 * The newly introduced MCUboot swap using offset mode can be selected from sysbuild by using
|
D | release-notes-3.3.rst | 603 * Issue with duplicate sysbuild image name causing an infinite cmake loop 606 * Issue with board revision not being passed to sysbuild images has been 609 * Application specific configurations of sysbuild controlled images. 2737 - :github:`53780` - sysbuild with custom board compilation failed to find the board 3025 * :github:`53696` - sysbuild should not parse the board revision conf 3234 * :github:`52353` - bug: sysbuild lost board reversion here
|
D | release-notes-3.1.rst | 748 * The sysbuild proposal: `Zephyr sysbuild / multi image #40555
|
D | release-notes-3.2.rst | 12 * Introduced :ref:`sysbuild`. 483 * Introduced sysbuild, a new higher-level build system layer that enables
|
D | release-notes-3.5.rst | 426 * Added support for setting MCUboot encryption key in sysbuild which is then
|
/Zephyr-latest/boards/native/doc/ |
D | bsim_boards_design.rst | 147 use :ref:`sysbuild<sysbuild>` to build an executable, where, for each MCU, its application, Zephyr
|
/Zephyr-latest/cmake/emu/ |
D | qemu.cmake | 57 # If running with sysbuild, we need to ensure this variable is populated
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/doc/ |
D | index.rst | 263 :west-args: --sysbuild
|
/Zephyr-latest/doc/hardware/porting/ |
D | soc_porting.rst | 223 A shared Kconfig file which can be sourced both in Zephyr Kconfig and sysbuild
|
D | board_porting.rst | 25 - Support for advanced use cases with :ref:`sysbuild` 523 A shared Kconfig file which can be sourced both in Zephyr Kconfig and sysbuild
|
/Zephyr-latest/boards/nxp/lpcxpresso55s69/doc/ |
D | index.rst | 356 an example of building for both cores with sysbuild, see
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 435 complete -c west -n "__zephyr_west_seen_subcommand_from build" -l sysbuild -d "create multi-domain … 436 complete -c west -n "__zephyr_west_seen_subcommand_from build" -l no-sysbuild -d "do not create mul…
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_handlers.py | 453 handler.instance.sysbuild = False 1578 handler.instance.sysbuild = self_sysbuild
|
/Zephyr-latest/samples/modules/canopennode/ |
D | README.rst | 411 :west-args: --sysbuild
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 3185 # build settings that can be set from sysbuild, CMakeLists.txt, CMake cache, or 3189 # - Sysbuild defined when sysbuild is used. 3192 # - BOARD is considered a global sysbuild cache variable 3193 # - blinky_BOARD is considered a local sysbuild cache variable only for the 3195 # If no sysbuild scope is specified, GLOBAL is assumed. 3197 # sysbuild scope variables (in that order, if both exist). 3580 # Test that current sample is invoked through sysbuild. 3582 # This function tests that current CMake configure was invoked through sysbuild. 3583 # If CMake configure was not invoked through sysbuild, then a warning is printed 3600 "Project '${PROJECT_NAME}' is designed for sysbuild.\n" [all …]
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 534 sysbuild: <True|False> (default False) 535 Build the project using sysbuild infrastructure. Only the main project's 540 in tests requiring sysbuild support being skipped.
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 168 if self.instance.sysbuild:
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 1202 When using sysbuild, then ``BOARD_ROOT`` must defined in a module or in the sysbuild
|
123456789