doc: releases: update changes about arch_stack_walk()

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

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
Yong Cong Sin 2024-08-26 16:43:06 +08:00 committed by Anas Nashif
commit 57651fca01

View file

@ -56,10 +56,19 @@ Architectures
* ARM64 * ARM64
* Added initial support for :c:func:`arch_stack_walk` that supports unwinding via esf only
* RISC-V * 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 * Xtensa
* x86
* Added initial support for :c:func:`arch_stack_walk` that supports unwinding via esf only
Kernel Kernel
****** ******