eren-terzioglu commented on code in PR #15079:
URL: https://github.com/apache/nuttx/pull/15079#discussion_r1875530714


##########
drivers/pcnt/Kconfig:
##########
@@ -0,0 +1,19 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+menuconfig PCNT
+       bool "PCNT (Pulse Counter) Driver Support"
+       default n
+       ---help---
+               This option selects common PCNT (Pulse Counter) options and 
should be
+               enabled by the platforms that implement a Pulse Counter 
Peripheral.
+
+if PCNT
+
+config PCNTCHAR

Review Comment:
   Pulse counter is different peripheral, it only count pulses (in a defined 
way). It does not uses freq or duty. For detailed information, please check 
[mcpwm](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/peripherals/mcpwm.html)
 and [pulse 
counter](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/peripherals/pcnt.html)
 on idf



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