We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2a2d6 commit 28eb135Copy full SHA for 28eb135
doc/releases/release-notes-3.7.rst
@@ -255,6 +255,15 @@ Build system and Infrastructure
255
256
* Fixed issue with passing UTF-8 configs to applications using sysbuild.
257
258
+ * Fixed issue whereby domain file in sysbuild projects would be loaded and used with outdated
259
+ information if sysbuild configuration was changed, and ``west flash`` was ran directly after.
260
+
261
+ * Fixed issue with Zephyr modules not being listed in sysbuild if they did not have a Kconfig
262
+ file set.
263
264
+ * Add sysbuild ``SB_CONFIG_COMPILER_WARNINGS_AS_ERRORS`` Kconfig option to turn on
265
+ "warning as error" toolchain flags for all images, if set.
266
267
Drivers and Sensors
268
*******************
269
0 commit comments