From cd7c44a152bc4469ad7da9e38d58df46655d460d Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Fri, 5 Aug 2022 09:53:58 +0100 Subject: [PATCH] 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 --- doc/releases/release-notes-3.2.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/releases/release-notes-3.2.rst b/doc/releases/release-notes-3.2.rst index 2c61b12f5ff..5e552265c25 100644 --- a/doc/releases/release-notes-3.2.rst +++ b/doc/releases/release-notes-3.2.rst @@ -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 + ```` 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 ============================