doc: release: 3.6: Add note on changes with build system

Adds notes on changes introduced with sysbuild

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-12-12 10:06:44 +00:00 committed by Carles Cufí
parent 2522a78566
commit 648e2a3db1

View File

@ -126,6 +126,16 @@ Build system and infrastructure
* Fixed an issue whereby board revision ``0`` did not include overlay files for that revision.
* Added ``PRE_IMAGE_CMAKE`` and ``POST_IMAGE_CMAKE`` hooks to sysbuild modules, which allows for
modules to run code after and before each image's cmake invocation.
* Added :kconfig:option:`CONFIG_ROM_END_OFFSET` option which allows reducing the size of an image,
this is intended for use with firmware signing scripts which add additional data to the end of
images outside of the build itself.
* Added MCUboot image size reduction to sysbuild images which include MCUboot which prevents
issues with building firmware images that are too large for MCUboot to swap.
Drivers and Sensors
*******************