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 1f41a98 commit 7989211Copy full SHA for 7989211
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