23 lines
704 B
Plaintext
23 lines
704 B
Plaintext
|
#
|
||
|
# For a description of the syntax of this configuration file,
|
||
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||
|
#
|
||
|
|
||
|
# These are library functions that may be overriden by architecture-
|
||
|
# specific implementations. Not all architectures support implementations
|
||
|
# for every library function.
|
||
|
|
||
|
menu "Library Debugging"
|
||
|
|
||
|
config EABI_UNWINDER
|
||
|
bool "EABI Stack Unwinder"
|
||
|
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
|