Commit 57651fca authored by Yong Cong Sin's avatar Yong Cong Sin Committed by Anas Nashif
Browse files

doc: releases: update changes about `arch_stack_walk()`



Update changes about `arch_stack_walk()` in RISCV, ARM64 & X86.

Signed-off-by: default avatarYong Cong Sin <ycsin@meta.com>
Signed-off-by: default avatarYong Cong Sin <yongcong.sin@gmail.com>
parent 74f46bd4
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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
******