xiaoxiang781216 commented on code in PR #13546:
URL: https://github.com/apache/nuttx/pull/13546#discussion_r1769457540
##########
arch/xtensa/Kconfig:
##########
@@ -238,26 +238,14 @@ config XTENSA_CP_INITSET
is provided by CONFIG_XTENSA_CP_INITSET. Each bit corresponds
to one
coprocessor with the same bit layout as for the CPENABLE
register.
-config XTENSA_DUMPBT_ON_ASSERT
- bool "Dump backtrace on assertions"
- default y
- depends on DEBUG_ALERT
- ---help---
- Enable a backtrace dump on assertions.
-
-config XTENSA_BTDEPTH
- int "Backtrace depth"
- default 50
- depends on XTENSA_DUMPBT_ON_ASSERT
- ---help---
- This is the depth of the backtrace.
-
config XTENSA_INTBACKTRACE
- bool "Full backtrace from interrupts"
- default n
- depends on XTENSA_DUMPBT_ON_ASSERT
+ bool
Review Comment:
if so why not remove XTENSA_INTBACKTRACE and check SCHED_BACKTRACE directly?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]