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



##########
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
+               using the information automatically generated by the
+               compiler. The resulting nuttx image is slightly bigger but

Review comment:
       ```suggestion
                compiler. The resulting image is slightly bigger but
   ```
   nit: I think `nuttx` may be omitted here




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