This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from e793207bb6 arch/risc-v/src/mpfs: Add a config option for enabling L2 cache add 24129e4ba7 arm/backtrace: add support for EHABI(Exception Handling ABI) stack unwinder No new revisions were added by this update. Summary of changes: arch/arm/Kconfig | 36 ++ arch/arm/src/common/Make.defs | 20 +- arch/arm/src/common/Toolchain.defs | 4 + arch/arm/src/common/arm_backtrace_unwind.c | 676 +++++++++++++++++++++++++++++ 4 files changed, 726 insertions(+), 10 deletions(-) create mode 100644 arch/arm/src/common/arm_backtrace_unwind.c