docs: release: 3.4: Add note on prj.conf requirement

Adds a note that the prj.conf (or equivalent) file is mandatory
for applications.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-03-16 11:44:01 +00:00 committed by Carles Cufí
commit 6d4e31d3f1

View file

@ -217,6 +217,10 @@ Build system and infrastructure
* Fixed an issue whereby building an application with sysbuild and specifying
mcuboot's verification to be checksum only did not build a bootable image.
* Fixed an issue whereby if no prj.conf file was present then board
configuration files would not be included by emitting a fatal error. As a
result, prj.conf files are now mandatory in projects.
Drivers and Sensors
*******************