We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
struct arch_esf
1 parent 6a3cb93 commit e0efc2cCopy full SHA for e0efc2c
doc/releases/migration-guide-3.7.rst
@@ -59,6 +59,11 @@ Build System
59
Kernel
60
******
61
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
67
Boards
68
69
0 commit comments