acassis commented on code in PR #2436: URL: https://github.com/apache/nuttx-apps/pull/2436#discussion_r1668610463
########## system/nxcodec/Kconfig: ########## @@ -0,0 +1,30 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. +# + +config SYSTEM_NXCODEC + bool "NxCodec test application" + default n + ---help--- + Enable support for the NxCodec test application and optional + command line interface. Review Comment: Please improve this HELP: what is NxCodec? What problem does it solve? How to use it? Please include this new command here: https://nuttx.apache.org/docs/latest/applications/index.html -- 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]
