You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/06 20:05:33 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5187: esp32: Add PWM support using the LEDC peripheral

pkarashchenko commented on a change in pull request #5187:
URL: https://github.com/apache/incubator-nuttx/pull/5187#discussion_r779828273



##########
File path: arch/xtensa/src/esp32/Kconfig
##########
@@ -324,9 +324,10 @@ config ESP32_I2S1
 		No yet implemented
 
 config ESP32_LEDC
-	bool "LED PWM (LEDC)"
+	bool "LEDC (PWM)"
 	default n
-	depends on EXPERIMENTAL
+	select PWM
+	select ARCH_HAVE_PWM_MULTICHAN
 	---help---
 		No yet implemented

Review comment:
       Probably now it is implemented :)




-- 
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-unsubscribe@nuttx.apache.org

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