gustavonihei commented on a change in pull request #3808:
URL: https://github.com/apache/incubator-nuttx/pull/3808#discussion_r642489076
##########
File path: drivers/syslog/Kconfig
##########
@@ -34,6 +34,14 @@ config RAMLOG
details as needed to support logging.
if RAMLOG
+config RAMLOG_BUFFER_SECTION
+ string "The section where ramlog buffer is located"
+ default ".bss"
+ depends on RAMLOG_SYSLOG
+ ---help---
+ The section where ramlog buffer is located, this section cannot
+ be initialized each time when the system boot.
Review comment:
nit: Suggestion for trying to improve the help text.
```suggestion
The section where ramlog buffer is located.
This section shall not be initialized on system boot.
```
--
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:
[email protected]