2021-03-30 11:48:42 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
2021-07-04 17:31:21 +02:00
|
|
|
# These are library functions that may be overridden by architecture-
|
2021-03-30 11:48:42 +02:00
|
|
|
# specific implementations. Not all architectures support implementations
|
|
|
|
# for every library function.
|
|
|
|
|
|
|
|
menu "Library Debugging"
|
|
|
|
|
2021-06-30 05:44:41 +02:00
|
|
|
config UNWINDER
|
|
|
|
bool "Stack Unwinder"
|
2021-03-30 11:48:42 +02:00
|
|
|
default "n"
|
|
|
|
---help---
|
|
|
|
This option enables stack unwinding support in NuttX
|
|
|
|
using the information automatically generated by the
|
|
|
|
compiler. The resulting image is slightly bigger but
|
|
|
|
the performance is not affected. Currently, this feature
|
|
|
|
only works with EABI compilers.
|
|
|
|
|
|
|
|
endmenu # Library Debugging Support
|