gustavonihei commented on a change in pull request #3256:
URL: https://github.com/apache/incubator-nuttx/pull/3256#discussion_r604835123



##########
File path: libs/libc/debug/Kconfig
##########
@@ -0,0 +1,22 @@
+#
+# 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 the nuttx

Review comment:
       ```suggestion
                This option enables stack unwinding support in NuttX
   ```




-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to