Skip to content

Commit d703d90

Browse files
aescolarnashif
authored andcommitted
doc: 4.1 release & migration guide: Add native deprecation
Mention that CONFIG_NATIVE_APPLICATION & CONFIG_NATIVE_SIM_NATIVE_POSIX_COMPAT have been deprecated. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent b77d896 commit d703d90

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

doc/releases/migration-guide-4.1.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,12 @@ Modem
115115

116116
Architectures
117117
*************
118+
119+
* native/POSIX
120+
121+
* :kconfig:option:`CONFIG_NATIVE_APPLICATION` has been deprecated. Out-of-tree boards using this
122+
option should migrate to the native_simulator runner (:github:`81232`).
123+
For an example of how this was done with a board in-tree check :github:`61481`.
124+
* For the native_sim target :kconfig:option:`CONFIG_NATIVE_SIM_NATIVE_POSIX_COMPAT` has been
125+
switched to ``n`` by default, and this option has been deprecated. Ensure your code does not
126+
use the :kconfig:option:`CONFIG_BOARD_NATIVE_POSIX` option anymore (:github:`81232`).

doc/releases/release-notes-4.1.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ Architectures
4343

4444
* Xtensa
4545

46+
* native/POSIX
47+
48+
* :kconfig:option:`CONFIG_NATIVE_APPLICATION` has been deprecated.
49+
* For the native_sim target :kconfig:option:`CONFIG_NATIVE_SIM_NATIVE_POSIX_COMPAT` has been
50+
switched to ``n`` by default, and this option has been deprecated.
51+
4652
Kernel
4753
******
4854

0 commit comments

Comments
 (0)