doc: release-3.2: add a note about LEGACY_INCLUDE_PATH deprecation
Add a note about changing LEGACY_INCLUDE_PATH default value, add a note about the option being removed after two major releases, in 3.4. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
f9447aeff6
commit
cd7c44a152
@ -24,6 +24,13 @@ Changes in this release
|
||||
struct. Updated :c:macro:`SPI_CS_CONTROL_PTR_DT` to reflect
|
||||
this change.
|
||||
|
||||
* The :kconfig:option:`CONFIG_LEGACY_INCLUDE_PATH` option has been disabled by
|
||||
default, all upstream code and modules have been converted to use
|
||||
``<zephyr/...>`` header paths. The option is still available to facilitate
|
||||
the migration of external applications, but will be removed with the 3.4
|
||||
release. The :zephyr_file:`scripts/utils/migrate_includes.py` script is
|
||||
provided to automate the migration.
|
||||
|
||||
Removed APIs in this release
|
||||
============================
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user