acassis commented on code in PR #15079:
URL: https://github.com/apache/nuttx/pull/15079#discussion_r1874516216


##########
Kconfig:
##########
@@ -1659,6 +1659,44 @@ config DEBUG_PWM
                Support for this debug option is architecture-specific and may 
not
                be available for some MCUs.
 
+config DEBUG_PCNT
+       bool "PCNT Debug Features"
+       default n
+       depends on PCNT
+       ---help---
+               Enable PCNT debug features.
+
+               Support for this debug option is architecture-specific and may 
not
+               be available for some MCUs.
+
+if DEBUG_PCNT
+
+config DEBUG_PCNT_ERROR
+       bool "PCNT Error Output"

Review Comment:
   Ditto



##########
Kconfig:
##########
@@ -1659,6 +1659,44 @@ config DEBUG_PWM
                Support for this debug option is architecture-specific and may 
not
                be available for some MCUs.
 
+config DEBUG_PCNT
+       bool "PCNT Debug Features"

Review Comment:
   ```suggestion
                bool "Pulse Counter (PCNT) Debug Features"



##########
Kconfig:
##########
@@ -1659,6 +1659,44 @@ config DEBUG_PWM
                Support for this debug option is architecture-specific and may 
not
                be available for some MCUs.
 
+config DEBUG_PCNT
+       bool "PCNT Debug Features"
+       default n
+       depends on PCNT
+       ---help---
+               Enable PCNT debug features.
+
+               Support for this debug option is architecture-specific and may 
not
+               be available for some MCUs.
+
+if DEBUG_PCNT
+
+config DEBUG_PCNT_ERROR
+       bool "PCNT Error Output"
+       default n
+       depends on DEBUG_ERROR
+       ---help---
+               Enable PCNT driver error output to SYSLOG.
+
+               Support for this debug option is architecture-specific and may 
not
+               be available for some MCUs.
+
+config DEBUG_PCNT_WARN
+       bool "PCNT Warnings Output"

Review Comment:
   Ditto



##########
Kconfig:
##########
@@ -1659,6 +1659,44 @@ config DEBUG_PWM
                Support for this debug option is architecture-specific and may 
not
                be available for some MCUs.
 
+config DEBUG_PCNT
+       bool "PCNT Debug Features"
+       default n
+       depends on PCNT
+       ---help---
+               Enable PCNT debug features.
+
+               Support for this debug option is architecture-specific and may 
not
+               be available for some MCUs.
+
+if DEBUG_PCNT
+
+config DEBUG_PCNT_ERROR
+       bool "PCNT Error Output"
+       default n
+       depends on DEBUG_ERROR
+       ---help---
+               Enable PCNT driver error output to SYSLOG.
+
+               Support for this debug option is architecture-specific and may 
not
+               be available for some MCUs.
+
+config DEBUG_PCNT_WARN
+       bool "PCNT Warnings Output"
+       default n
+       depends on DEBUG_WARN
+       ---help---
+               Enable PCNT driver warning output to SYSLOG.
+
+config DEBUG_PCNT_INFO
+       bool "PCNT Informational Output"

Review Comment:
   Ditto



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

Reply via email to