docs: release: 3.4: Add note on prj_<board>.conf deprecation
Adds a note that this method of configuration is now deprecated. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
fbdd4ee379
commit
c18e7f3ec1
1 changed files with 5 additions and 0 deletions
|
@ -118,6 +118,11 @@ Removed APIs in this release
|
|||
Deprecated in this release
|
||||
==========================
|
||||
|
||||
* Configuring applications with ``prj_<board>.conf`` files has been deprecated,
|
||||
this should be replaced by using a prj.conf with the common configuration and
|
||||
board-specific configuration in board Kconfig fragments in the ``boards``
|
||||
folder of the application.
|
||||
|
||||
Stable API changes in this release
|
||||
==================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue