diff --git a/doc/releases/release-notes-4.0.rst b/doc/releases/release-notes-4.0.rst index e69accac6db..9ce47293b84 100644 --- a/doc/releases/release-notes-4.0.rst +++ b/doc/releases/release-notes-4.0.rst @@ -56,10 +56,19 @@ Architectures * ARM64 + * Added initial support for :c:func:`arch_stack_walk` that supports unwinding via esf only + * RISC-V + * The stack traces upon fatal exception now prints the address of stack pointer (sp) or frame + pointer (fp) depending on the build configuration. + * Xtensa +* x86 + + * Added initial support for :c:func:`arch_stack_walk` that supports unwinding via esf only + Kernel ******