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 2021/01/05 13:40:30 UTC

[GitHub] [incubator-nuttx] liangzhanggb commented on a change in pull request #2655: arch/risc-v/bl602 : add pwm onshot watchdog driver.

liangzhanggb commented on a change in pull request #2655:
URL: https://github.com/apache/incubator-nuttx/pull/2655#discussion_r551937459



##########
File path: arch/risc-v/src/bl602/Kconfig
##########
@@ -34,4 +34,35 @@ config BL602_TIMER0
 
 config BL602_TIMER1
 	bool "TIMER1"
+
+config BL602_PWM0
+	bool "PWM0"
+	default y
+    depends on PWM 
+    select PWM_MULTICHAN
+
 endmenu
+
+config BL602_SPIFLASH

Review comment:
       Thank you for your reminder, I will delete it immediately




----------------------------------------------------------------
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:
users@infra.apache.org