Home
last modified time | relevance | path

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

123456789

/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst494 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 …]
Drelease-notes-3.6.rst258 * 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.
Drelease-notes-4.0.rst402 * 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.
Drelease-notes-3.4.rst636 * 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.
Drelease-notes-4.1.rst239 * The newly introduced MCUboot swap using offset mode can be selected from sysbuild by using
Drelease-notes-3.3.rst603 * 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
Drelease-notes-3.1.rst748 * The sysbuild proposal: `Zephyr sysbuild / multi image #40555
Drelease-notes-3.2.rst12 * Introduced :ref:`sysbuild`.
483 * Introduced sysbuild, a new higher-level build system layer that enables
Drelease-notes-3.5.rst426 * Added support for setting MCUboot encryption key in sysbuild which is then
/Zephyr-latest/boards/native/doc/
Dbsim_boards_design.rst147 use :ref:`sysbuild<sysbuild>` to build an executable, where, for each MCU, its application, Zephyr
/Zephyr-latest/cmake/emu/
Dqemu.cmake57 # If running with sysbuild, we need to ensure this variable is populated
/Zephyr-latest/boards/nxp/frdm_mcxn947/doc/
Dindex.rst263 :west-args: --sysbuild
/Zephyr-latest/doc/hardware/porting/
Dsoc_porting.rst223 A shared Kconfig file which can be sourced both in Zephyr Kconfig and sysbuild
Dboard_porting.rst25 - 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/
Dindex.rst356 an example of building for both cores with sysbuild, see
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish435 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/
Dtest_handlers.py453 handler.instance.sysbuild = False
1578 handler.instance.sysbuild = self_sysbuild
/Zephyr-latest/samples/modules/canopennode/
DREADME.rst411 :west-args: --sysbuild
/Zephyr-latest/cmake/modules/
Dextensions.cmake3185 # 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/
Dtwister.rst534 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/
Dhandlers.py168 if self.instance.sysbuild:
/Zephyr-latest/doc/develop/application/
Dindex.rst1202 When using sysbuild, then ``BOARD_ROOT`` must defined in a module or in the sysbuild

123456789