Skip to content

Commit 7989211

Browse files
committed
doc: releases: update migration guide for the struct arch_esf
Add a note about the introduction of `struct arch_esf` and the deprecation of `z_arch_esf_t`. Signed-off-by: Yong Cong Sin <[email protected]>
1 parent 1f41a98 commit 7989211

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/releases/migration-guide-3.7.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ Build System
5959
Kernel
6060
******
6161

62+
* All architectures are now required to define the new ``struct arch_esf``, which describes the members
63+
of a stack frame. This new struct replaces the named struct ``z_arch_esf_t``. (:github:`73593`)
64+
65+
* The named struct ``z_arch_esf_t`` is now deprecated. Use ``struct arch_esf`` instead. (:github:`73593`)
66+
6267
Boards
6368
******
6469

0 commit comments

Comments
 (0)