xiaoxiang781216 commented on code in PR #8525:
URL: https://github.com/apache/nuttx/pull/8525#discussion_r1115285279


##########
drivers/note/Kconfig:
##########
@@ -86,4 +86,25 @@ config DRIVERS_NOTELOG
        ---help---
                The note driver output to syslog.
 
+config DRIVERS_NOTESNAP
+       bool "Last scheduling information"
+       default n
+       ---help---
+               Record the last scheduling information.
+
+if DRIVERS_NOTESNAP
+config DRIVERS_NOTESNAP_NBUFFERS
+       int "Number of last scheduling information buffers"
+       default 128
+       ---help---
+               Number of last scheduling information buffers.
+
+config DRIVERS_NOTESNAP_PERFCOUNT

Review Comment:
   let's align with CONFIG_SCHED_INSTRUMENTATION_PERFCOUNT



-- 
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: commits-unsubscr...@nuttx.apache.org

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

Reply via email to